I search all over to the point the lettering on F3 is wearing off.
In CNCLite I tried a simple back and forth motion:
N1 G10 Y20.0 F50.
N2 G10 Y0.0
N3 G10 Y20.0
N4 G10 Y0.0
N5 G10 Y20.0
JUMP N2
N6 G10 Y0.0
(G10 isn't modal.)
Nuthin.
Tried
!JUMP N2
Nuthin
Added WAITUNTIL STOP on a prior line.
Still nuthin.
In the "Line" box, I will see "2" after the jump line is read, but then the screen flickers just a little and then N10 is run.
REWIND doesn't.
Neither does GOTO
If anyone knows how to use these commands, please step forward.
In another controller, I just place GOTO Nxx and it does. Without being admonished to read the manual. |