Finally getting somewhere on my new plasma, and working on my post processor. If anyone could, please review this output and let me know if it will work please. My machine is not fully wired and powered up, so I can't just try it yet. Thanks.
Code is for 4 random rectangles.
The op stop in the middle is from a forced toolchange. Intended use is to allow me a chance to grab off fall or let torch cool off if I want. Mainly concerned if that section will do what I think. Retract in Z and wait for me to press cycle start again, and it will continue successfully?
(Mike's Plasma Test Post)
(DATE - 10-01-24)
(TIME - 09:01)
( T230 | 1/16 STRAIGHT BIT | H0 )
G17 G20 G40 G80 G49
M65
G90
G54
G00 X.1703 Y1.1145
M61
G01 X1.5743
G02 X1.5943 Y1.0945 I0. J-.02
G01 Y.32
G02 X1.5743 Y.3 I-.02 J0.
G01 X.1703
G02 X.1503 Y.32 I0. J.02
G01 Y1.0945
G02 X.1703 Y1.1145 I.02 J0.
M62
G00 X2.2429 Y1.1595
M61
G01 X3.9715
G02 X3.9915 Y1.1395 I0. J-.02
G01 Y.3424
G02 X3.9715 Y.3224 I-.02 J0.
G01 X2.2429
G02 X2.2229 Y.3424 I0. J.02
G01 Y1.1395
G02 X2.2429 Y1.1595 I.02 J0.
M62
G53 G00 Z0.
M01
G90
G54
G00 X.255 Y-.4443
M61
G01 X1.6571
G02 X1.6771 Y-.4643 I0. J-.02
G01 Y-1.3958
G02 X1.6571 Y-1.4158 I-.02 J0.
G01 X.255
G02 X.235 Y-1.3958 I0. J.02
G01 Y-.4643
G02 X.255 Y-.4443 I.02 J0.
M62
G00 X2.3101 Y-.5307
M61
G01 X3.9043
G02 X3.9243 Y-.5507 I0. J-.02
G01 Y-1.4534
G02 X3.9043 Y-1.4734 I-.02 J0.
G01 X2.3101
G02 X2.2901 Y-1.4534 I0. J.02
G01 Y-.5507
G02 X2.3101 Y-.5307 I.02 J0.
M62
G53 G00 Z0.
M30
NC file check please
-
- Posts: 16
- 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
NC file check please
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 2506
- Joined: Fri May 24, 2019 8:34 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 7804734C6498-0401191832
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Clearwater, FL
Re: NC file check please
Everyone's machine is different so testing your machines custom PP may not work with other machines. You really should get the machine working first then you can edit and tweak your PP for your specific machine.
If you have the machine setup for homing at start up then you can simply use the "torch check" button on the VCP to pause cutting at any time you want. This will allow you to check things, clear away anything or even change the consumables if needed. No need for a pseudo tool change really. Torch Check will raise the torch to the top of the Z axis and you can even have it move to a predetermined location set in G28 if needed. This is to check or change the consumables. It will invoke the restart mode and you can simply start again where you left off.
If you have the machine setup for homing at start up then you can simply use the "torch check" button on the VCP to pause cutting at any time you want. This will allow you to check things, clear away anything or even change the consumables if needed. No need for a pseudo tool change really. Torch Check will raise the torch to the top of the Z axis and you can even have it move to a predetermined location set in G28 if needed. This is to check or change the consumables. It will invoke the restart mode and you can simply start again where you left off.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 557
- Joined: Tue Aug 17, 2021 10:51 am
- Acorn CNC Controller: Yes
- 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: NC file check please
The G00 after the G53 is not needed.
But even with the G00 the G53 should override the G00.
Ill run this on my table quick and see what restart mode thinks of these extra G-codes.
But even with the G00 the G53 should override the G00.
Ill run this on my table quick and see what restart mode thinks of these extra G-codes.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)