Page 1 of 1

Plasma Torch Off while moving

Posted: Tue May 24, 2022 1:10 pm
by xrxlee
Hello,

I am looking to convert my machine from Mach3/ESS with external torch height controller(Neuron CNC) to Acorn.
The plasma power supply I am using is a HPR130.

Currently, I have Sheetcam output the torch off command 0.02" before the end of cut, while keeping the XY motion toward the lead out.

This allows the torch to ramp down the cut to prevent blowing a hole at the point which the torch intersects the lead-in path.

Will Acorn be able to continue the XY movement as the M62 command is called out?

Thanks

Re: Plasma Torch Off while moving

Posted: Tue May 24, 2022 5:41 pm
by cnckeith
thanks for the post, with lead in and lead out moves turning the torch off before the end of the final xy move is not necessary?
can you help me understand the requirement for this feature what case requires this? thanks!
we have a nice list of "icing on the cake" features that we are prioritizing to begin work on for the next release of Acorn CNC12 Plasma Software so let me know and we'll get it on the list. (Note: future updates are free of charge for at least two years and after that will be very reasonably priced.)

Re: Plasma Torch Off while moving

Posted: Wed May 25, 2022 4:52 pm
by mighty_mike015
xrxlee,

Can you post a snippet of code that you are currently running?

If you are making a 4" cut then I'm assuming you have something like this?

G01 X3.98
M5 or . . . (torch off)
G01 X4.00

I also am currently using Mach (waiting on building space to put my new plasma with Acorn together) and I stop my contours .02 short as well. I do not continue the motion, just retract from there. Maybe I'll look into this method of continuing past with torch off.


Mike

Re: Plasma Torch Off while moving

Posted: Fri Jun 10, 2022 11:39 am
by jcoldon
Acorn does not have a setting to keep x y motion before turn off the torch at end of the cut . acorn does support sheet cam settings
could you post the macro your using in sheet cam that does that feature . The setting in your code snippet i like to try the code on my acorn

Keith i discussed this with you before . this is needed at the end of a cut . once all motion is stopped it take Hypertherm about 300 mili sec to turn off the torch . so a dink will be made in the cut . And no we don't use lead outs not every cut can have a lead out . i discussed this with joey to. same thing as needed second cut speed setting for holes

Re: Plasma Torch Off while moving

Posted: Wed Jul 13, 2022 5:40 pm
by xrxlee
Thank you for the respond.

My G-code currently is a mess. I have endless issue with Warp9, and the current code is a series of trial and error.
It is working correctly right now, but it offers no adjustments.
M11 activates Start relay for external THC
M10 deactivates start relay for external THC

The movement is very important for the HPR/HPRXD as it will consume it's consumable with no material under the torch.
It is also fairly important for Powermax plasma machines as it will also significantly reduce consumable life.


N0010 (Filename: 375MS-2022.nc)
N0020 (Post processor: Mach3 plasma no ZwDrill.scpost)
N0030 (Date: 13/07/2022)
N0040 G20 (Units: Inches)
N0050 G53 G90 G91.1 G40
N0060 F1
N0070 G0 A0.1
N0080 G0 A-0.1
N0090 (Part: 375-DIMAdj2 Duplicate 8)
N0100 (Operation: Inside Offset, inside, T27: 130A 3/8)
N0110 G00 X1.9387 Y44.8675
N0120 M3 M11 (Start relay activate for Neuron THC)
Wait for ARC-OK
N0130 G03 X1.8473 Y44.2863 I0.2449 J-0.3363 F105.0
N0140 X1.7826 Y44.3873 I0.8132 J0.5922
N0150 M10 (Start relay deactivate for Neuron THC)
N0160 X1.8357 Y44.3026 I0.8779 J0.4912 (Continue XY movement while torch ramps down)
N0170 X2.1030 Y44.2551 I0.1574 J0.1099 (Continue XY movement while torch ramps down)
N0180 (Operation: Outside Offset, Colour 7, T27: 130A 3/8)
N0190 M5
N0200 G00 X0.6937 Y42.6851
N0210 M3 M11 (Start relay activate for Neuron THC)
N0220 G03 X0.7450 Y43.2712 I-0.2674 J0.3187
N0230 G02 X0.9511 Y43.0535 I1.9155 J1.6073
N0240 G03 X0.9492 Y43.0553 I-0.2188 J-0.2336
N0250 M10 (Start relay deactivate for Neuron THC)
N0270 X0.4988 Y43.0387 I-0.2168 J-0.2354 (Continue XY movement while torch ramps down)
N0280 (Operation: Inside Offset, inside, T27: 130A 3/8)
N0290 M5
~
N1610 M05 M30