Plasma Torch Off while moving

All things related to the Centroid Acorn Plasma system.

Moderators: cnckeith, Joey

Post Reply
xrxlee
Posts: 3
Joined: Fri May 13, 2022 5:25 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Plasma Torch Off while moving

Post 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
cnckeith
Posts: 7164
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Plasma Torch Off while moving

Post 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.)
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
mighty_mike015
Posts: 15
Joined: Thu Mar 07, 2019 1:08 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3125
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Plasma Torch Off while moving

Post 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
jcoldon
Posts: 180
Joined: Wed Apr 07, 2021 11:27 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Plasma Torch Off while moving

Post 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
xrxlee
Posts: 3
Joined: Fri May 13, 2022 5:25 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Plasma Torch Off while moving

Post 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
Post Reply