![Grizzly G0875 Owner'S Manual Download Page 193](http://html1.mh-extra.com/html/grizzly/g0875/g0875_owners-manual_2267196193.webp)
Model G0875 (Mfd. Since 3/19)
-191-
SEQUENCE
NC programs process their blocks in the sequence in which they were arranged when
they were written. The processing sequence can be changed by introducing program
jumps. The jump destination can be a block with a label or with a block number. This
block must be located within the program. The unconditional jump command requires a
separate block.
GOTOF+ label: Jump forward (in the direction of the end block of the program)
GOTOB+ label:Jump backward (in the direction of the start block of the program)
Label: Name of the selected string (standing for the required jump program block) or
block number
Program execution
Program
jump
Unconditional jump example
N10 G0 X...Z...
...
...
N40 GOTOF LABEL0; jumps to label LABEL0
...
...
N70 LABEL0: R1=R2+R3
N80 GOTOF LABEL1; jumps to label LABEL1
N90 LABLE2:
M30; program ends
N110 LABEL1:
...
N130 GOTOB LABEL2 ;jumps to label LABEL2
Summary of Contents for G0875
Page 1: ...MODEL G0875 7 X 24 ENCLOSED CNC MILL OWNER S MANUAL For models manufactured since 3 19 ...
Page 28: ... 26 Model G0875 Mfd Since 3 19 ...
Page 31: ...Model G0875 Mfd Since 3 19 29 ...
Page 32: ... 30 Model G0875 Mfd Since 3 19 ...
Page 55: ...Model G0875 Mfd Since 3 19 53 ...
Page 142: ... 140 Model G0875 Mfd Since 3 19 ...
Page 264: ......