laser + pwm in sync with motion, how?
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
14 Jul 2019 18:12 #139325
by robertspark
laser + pwm in sync with motion, how? was created by robertspark
as per the title, using a Mesa 7i76E, is it possible to have a pwm signal output in sync with motion?
normally this is done for a laser or to control a laser
in the interest of full disclosure, I am playing around with the amperage control on a plasma cutter. nothing fancy I just need a pwm signal in sync with motion
normally this is done for a laser or to control a laser
in the interest of full disclosure, I am playing around with the amperage control on a plasma cutter. nothing fancy I just need a pwm signal in sync with motion
Please Log in or Create an account to join the conversation.
14 Jul 2019 18:40 #139326
by PCW
Replied by PCW on topic laser + pwm in sync with motion, how?
I think a common way to do this is with M67
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
14 Jul 2019 18:58 #139327
by tommylight
Replied by tommylight on topic laser + pwm in sync with motion, how?
What about spindle PWM, M3 S60 would fire the torch and set it to 60 Amps.
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
14 Jul 2019 20:16 #139331
by robertspark
Replied by robertspark on topic laser + pwm in sync with motion, how?
M67 will work, M3 S60 won't as the spindle speed is not in sync with the motion (i.e. motion will slow down when the "S" is issued.
I'll give M67 a shot and see what happens (I didn't realise that LinuxCNC had 3x analog outputs which are in sync with motion).
The plan is to start at "full" or default current setting and then ramp the current down with the M67 miscellaneous code. The M67 must be issued before the next motion command.... so M67 before M3 won't work, but M67 off = 45A will work
The default starting currents will be adjustable, just done before the cutting starts automatically for 3 or possibly 4 settings (45A, 40A, 30A and 20A (for marking / dimpling).
I'll give M67 a shot and see what happens (I didn't realise that LinuxCNC had 3x analog outputs which are in sync with motion).
The plan is to start at "full" or default current setting and then ramp the current down with the M67 miscellaneous code. The M67 must be issued before the next motion command.... so M67 before M3 won't work, but M67 off = 45A will work
The default starting currents will be adjustable, just done before the cutting starts automatically for 3 or possibly 4 settings (45A, 40A, 30A and 20A (for marking / dimpling).
Please Log in or Create an account to join the conversation.
14 Jul 2019 21:52 #139333
by vre
Replied by vre on topic laser + pwm in sync with motion, how?
Nothing of these will work correct.
You need mesa datapainter firmware module (see hostmot2 sources).
I asked before a year the same but no ready solution exist yet
for raster laser engraving with mesa.
You need mesa datapainter firmware module (see hostmot2 sources).
I asked before a year the same but no ready solution exist yet
for raster laser engraving with mesa.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
14 Jul 2019 22:04 #139334
by tommylight
Replied by tommylight on topic laser + pwm in sync with motion, how?
forum.linuxcnc.org/10-advanced-configura...mosing-a-pic?start=0
Might be useful, and it sure will work for a laser.
Might be useful, and it sure will work for a laser.
Please Log in or Create an account to join the conversation.
14 Jul 2019 22:59 #139335
by rodw
I don't think Robert is looking for datapainting but it would be good if PCW could give us an update on this from the Mesa side and also if you could give a reference to the hostmot2. source. I looked here but did not see anything on first glance but know Mesa was working on datapainting. github.com/LinuxCNC/linuxcnc/tree/master...rivers/mesa-hostmot2
Robert, you could also look at a custom component. It might use M67 to set starting behaviour (does not have to be just a PWM, might be a current handling profile number). The component could monitor the motion.motion−enabled pin (which will see a change of state on M3 and M5 and taper the current off over a time period or turn it off on an ArcOK or whatever algorithm you want to invent.
And you can add more analog pins if required by changing your ini file settings.
Replied by rodw on topic laser + pwm in sync with motion, how?
Nothing of these will work correct.
You need mesa datapainter firmware module (see hostmot2 sources).
I asked before a year the same but no ready solution exist yet
for raster laser engraving with mesa.
I don't think Robert is looking for datapainting but it would be good if PCW could give us an update on this from the Mesa side and also if you could give a reference to the hostmot2. source. I looked here but did not see anything on first glance but know Mesa was working on datapainting. github.com/LinuxCNC/linuxcnc/tree/master...rivers/mesa-hostmot2
Robert, you could also look at a custom component. It might use M67 to set starting behaviour (does not have to be just a PWM, might be a current handling profile number). The component could monitor the motion.motion−enabled pin (which will see a change of state on M3 and M5 and taper the current off over a time period or turn it off on an ArcOK or whatever algorithm you want to invent.
And you can add more analog pins if required by changing your ini file settings.
Please Log in or Create an account to join the conversation.
14 Jul 2019 23:01 - 14 Jul 2019 23:02 #139336
by PCW
Replied by PCW on topic laser + pwm in sync with motion, how?
Actually I think M67 will work for this since the plasma current setting is not a high
bandwidth data stream synced with position (like a laser) but rather a stepped
current setting that can be likely be synced with gcode.
bandwidth data stream synced with position (like a laser) but rather a stepped
current setting that can be likely be synced with gcode.
Last edit: 14 Jul 2019 23:02 by PCW.
Please Log in or Create an account to join the conversation.
16 Jul 2019 12:01 #139551
by andypugh
There are 4 by default (numbering starts at zero) and this can be increased to 64 using the "num_aio" parameter in the "loadrt motmod" line in the HAL file.
Replied by andypugh on topic laser + pwm in sync with motion, how?
(I didn't realise that LinuxCNC had 3x analog outputs which are in sync with motion)..
There are 4 by default (numbering starts at zero) and this can be increased to 64 using the "num_aio" parameter in the "loadrt motmod" line in the HAL file.
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
16 Jul 2019 12:18 #139556
by robertspark
Yes I think that M67 will work just fine as it will only be changing occasionally (think of it like a feedrate setting) any ramp required will be dealt with by external hardware.
Thanks for all your input
Replied by robertspark on topic laser + pwm in sync with motion, how?
Actually I think M67 will work for this since the plasma current setting is not a high
bandwidth data stream synced with position (like a laser) but rather a stepped
current setting that can be likely be synced with gcode.
Yes I think that M67 will work just fine as it will only be changing occasionally (think of it like a feedrate setting) any ramp required will be dealt with by external hardware.
Thanks for all your input
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.099 seconds