Advanced Search

Search Results (Searched for: )

  • Spyderbreath
  • Spyderbreath's Avatar
29 May 2025 15:46
Replied by Spyderbreath on topic QTDragon_hd with mechanical dial tool setter

QTDragon_hd with mechanical dial tool setter

Category: Qtvcp

Apologies for not responding sooner. Yes, I would like to be able to set my tool length offsets by lowering Z until the dial on the analog gauge reads 0 and register that position in the tool offsets. Like in Axis this would be the point where one would, as I understand it, press Touch Z in the gui, but there is no Touch Z button in QtDragon. Now I would of suspected that there might be some alternatively named button or a line of some mystical gcode that could be entered that would write the offset into the tool table, but after looking for days, I have found nothing that would explain how this could be done.

I know all my problems would be solved by just getting an electronic tool setter, but at the same time I am baffled by there being no example, or set of instructions that I could find, as to how to do the tool length offsets by hand and analog gauges. It's all push the button stuff and nothing I could find that helps someone understand what to do if there is no button to push.

Is there a specific reason why QtDragon does not have any plugin, addon, macro, or screen that would facilitate manual tool setting?
  • langdons
  • langdons
29 May 2025 15:44
Replied by langdons on topic Huanyang GT Series VFD Issues

Huanyang GT Series VFD Issues

Category: General LinuxCNC Questions

Please post specific model and link to datasheet.

I thought USB was generally considered bad (for latency, speed, performance, etc.)
  • Cdub
  • Cdub
29 May 2025 15:42 - 29 May 2025 15:43
Replied by Cdub on topic M62-M68 codes not working

M62-M68 codes not working

Category: Plasmac

Ok I got the key to work and 2.10 instaled by doing this in the terminal:

sudo wget -0 /etc/apt/trusted.gpg.d/buildbot-archive-key.gpg *http://buildbot2.highlab.com/*  (without the *)

sudo apt update

sudo apt upgrade

I did this after adding the new repository in the sympathetic package manger.

Unfourtanetly this did not fix my issues. When I dry run the gcode previously posted my feed still does not slow down to 20%, it stays at the base feed rate. So Im guessing I have to link something in hal now? any help on this would be great as I havent worked with hal before.

Also, now on 2.10 when I try to edit gcode with the edit button in qtplasmac it does not load the gcode back into qtplasmac after "saving" and doesnt save the gcode at all. So, I have to edit it in a notepad instead. Im guessing this is just a glitch with 2.10 and will be fixed.
  • langdons
  • langdons
29 May 2025 15:41
Replied by langdons on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

I once tried to communicate with an Arduino over USB.

Anything below 9600 baud was 100% broken.

Not sure why.

9600 baud is the lowest you should use IMO.
  • PCW
  • PCW's Avatar
29 May 2025 15:39

MESA 7i76 - Lenze VFD: Where are the 10V

Category: Driver Boards

The 5.2V is not really an issue as you can scale (and bound) the analog output
so you get 0 to 5V at 0 to full RPM.

 
  • langdons
  • langdons
29 May 2025 15:38 - 29 May 2025 15:38
Replied by langdons on topic Gmoccapy - spindle restarts at program stop

Gmoccapy - spindle restarts at program stop

Category: Gmoccapy

My e-stop switch has 2 actual switches:
One sends E-stop signal to LinuxCNC, the other one mechanically prevents any signal power from reaching the SSR that controls the router.
  • PCW
  • PCW's Avatar
29 May 2025 14:25
Replied by PCW on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

mesambccc compiles the modbus device(s) specific xml source file
to data files that hm2_modbus uses.

Typical mesambcc usage would be something like:

mesambccc  -o ~/linuxcnc/configs/mb25ioc32.mbccb mb25ioc32.mbccs

Where mb25ioc32.mbccs is the xml source file and mb25ioc32.mbccb is the resulting
data file that the driver uses. 

Hal file setup is described in the hm2_modbus manual page:

man hm2_modbus

A minimal 25IOC32 xml source file looks like this:

<mesamodbus baudrate="9600" parity="N" interval="1000" >
 <devices>
  <device name="mb25ioc32" address="0x01"/>
 </devices>
 <commands>
  <command device="mb25ioc32" address="0x0000" function="R_INPUTS" name="input" count="32" />
  <command device="mb25ioc32" address="0x0000" function="W_COILS" name="output" count="32" resend="true" />
 </commands>
</mesamodbus>



 
  • Aciera
  • Aciera's Avatar
29 May 2025 13:41
Replied by Aciera on topic Gmoccapy - spindle restarts at program stop

Gmoccapy - spindle restarts at program stop

Category: Gmoccapy

Because I use a control panel with all my machines, I utilize many halui signals for program start/stop, spindle start/stop, overrides, etc.


I would try to avoid using halui and use the pins created by gmoccapy and use a hal structure to only enable them when auto mode is on.

 

www.linuxcnc.org/docs/html//gui/gmoccapy.html#_hal_pins

 
  • HalaszAttila
  • HalaszAttila
29 May 2025 13:02
Replied by HalaszAttila on topic Gmoccapy - spindle restarts at program stop

Gmoccapy - spindle restarts at program stop

Category: Gmoccapy

Hello,

I ran a test again—maybe it will help someone solve the problem.
The system configuration is as follows:

Debian 12
LinuxCNC 2.10.0-pre0
Gmoccapy 3.5
Configuration generated with Stepgen (basic 3-axis mill).

Because I use a control panel with all my machines, I utilize many halui signals for program start/stop, spindle start/stop, overrides, etc.
As you can see in the video, the spindle signals (halui.spindle.0.is-on, spindle.0.forward/reverse) work correctly when the program is started by clicking the Start/Stop buttons in the Gmoccapy interface, and the number of lines in ngc file is fewer than ~1100.

However, when I load longer files than 1100 lines (attached a test file) and use halui.program.start/stop signals, the spindle signals behave differently and cause the spindle motor to restart from the HAL program.
I believe the issue is related to halui.program.stop. For example, if I start the program using the Gmoccapy button and then stop it using halui.program.stop, the problem still occurs.
But if I start the program using halui.program.start and stop it using the Gmoccapy Stop button, the problem does not occur.

Interestingly, the issue disappears when I reduce the number of lines in the program to below approximately 1100 lines (the test .ngc file originally had around 12,000 lines).

As shown in the video, the spindle signals reset at program stop and—though not every time, in about 8 out of 10 cases—they are set again shortly afterward and remain true.
When using only Gmoccapy buttons, the signals reset, generate a short pulse a bit later, and then reset again.
If the .ngc file contains fewer than ~1100 lines, the spindle signals reset at program stop and do not set again—no pulse is generated either.

Files and video:
drive.google.com/drive/folders/1MjqY3XpM...5T-rd4Og?usp=sharing


 
  • JT
  • JT's Avatar
29 May 2025 11:58
Replied by JT on topic Flex GUI 1.2.1 Released

Flex GUI 1.2.1 Released

Category: Other User Interfaces

Gave the new axis-like UI a spin this morning. Looks and feels good. I noticed the buttons (e-stop and machine-on, in particular) don't have the 3D "I'm pushed" look when they're pushed released. A small thing, but there's no other visual way to tell the state.

I need to come up to speed on modifying these UIs, so I can make changes and flesh it out. (I know, I know... watch the videos. :-) ) The big missing piece for me right now is a probing/touch-off screen. My current probing setup is pyvcp, so clearly it will need to be redone. But I'll bet you already have fully functional probe screens just waiting to be dropped in.
 

The Touch Probe 3 example has full working probe routines that you can drag and drop onto your gui.


JT
  • JT
  • JT's Avatar
29 May 2025 11:54
Replied by JT on topic Flex GUI 1.2.1 Released

Flex GUI 1.2.1 Released

Category: Other User Interfaces

Did some work on the toolbar toolbuttons...



JT
  • juliankoenig87
  • juliankoenig87
29 May 2025 10:59
Replied by juliankoenig87 on topic Getting Setup with PC and MESA

Getting Setup with PC and MESA

Category: Computers and Hardware

Have a look.
As I said I use a M2 realtek nic on top. Isolcpus=1 works for me, but it depends on the build in cpu. So you have to test. Also be aware to make the lines in the network interface for the intel nic. Other than that, as one can see the m710q can run a read time of 200k ticks @ nearly 3GHz. And the jitter is quite good for eth mesa cards.
  • jackj120
  • jackj120
29 May 2025 10:38
Replied by jackj120 on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

Hi Todd,
I’ve checked everything—the only thing left is the motor encoder, and a lot of people, including an electrician, told me it’s likely the problem. I’ve tested all the cables (several times), the controller, and I’ve even done parameter resets. So, It must be the encoder , because i've powered the motor with a  power supply and it works.Just to clarify: I’m not doing the retrofit only for  the motor. It’s because I’ve been talking to a guy who used to work on the same machine, and he said there are serious issues with the Z axis ,it doesn’t save its position. Actually, before the machine broke, I had experienced this issue myself.Over the last few days, I did some research and found a good shop online Variumetrum and  i have done some research and seem's good so here my choices:
  • 3 x Leadshine ELM1 750W with brake
  • 3 x Leadshine AC Servodrive EL6 750W
  • 1 x Mesa 7I76EU(not from the same shop)

On the old machine i've Sanyo Denki 500W  DC80 Model 850T-0123EL7 , brushed motor .
Let me know what you think!

Ps- I've only to think to the z axis and than i can buy all of them.
  • SwitchWitch
  • SwitchWitch
29 May 2025 10:25
Replied by SwitchWitch on topic Modbus via Ethercat (Beckhoff)

Modbus via Ethercat (Beckhoff)

Category: EtherCAT

Thx for your help! I hope that the usb-rs485 solution will work as well as ethercat would do.
I had a closer look on the manual of the Optidrive and unfortunately they don`t offer an ethercat interface for the E3 Series. It has multiple protocols on board but not ethercat. Can open is available and Beckhoff offers a Can open module - but as an absolute newbie it will be impossible to implement it I guess.
  • Todd Zuercher
  • Todd Zuercher's Avatar
29 May 2025 10:00
Replied by Todd Zuercher on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

My experience with issues with servos on older machines, has been. probably 70% of the time servo problems are usually cabling issues, about 20% a problem with the drive, and maybe 10% a motor problem. Intermittent problems are almost always cable related, and most servo motor alarms from the drive are also usually cabling issues. Check any cables that move or are flexed regularly, as well as connections at plugs, cord grips, and pinch points.

As to servo replacement options, I think Delta is nice, but Leadshine is nearly as good. Be careful of Chinese knockoffs if buying from questionable 3rd party venders.
Displaying 331 - 345 out of 26058 results.
Time to create page: 0.253 seconds
Powered by Kunena Forum