2 Operation
2 - 49
Program 1
N10 G0 X0. Y0. ...... First block
N20 G4 X1. ...... Second block
N30 U480. V-480. ...... Third block
N35 U20. V-20. ...... Fourth block
N40 G4 X1 ...... Fifth block
N50 M99 ...... Sixth block
If the block line number N35 is changed to N350 the program executes in the
same order.
3. The line number of a block is edited in the form of a "string". That is to say, N10,
N010, N0010 represents different blocks and a complete string must be entered to
search a block serial number.
Block Notes
1. Do not use two G-codes in the same block.
2. Do not repeat any coordinate code of a command, such as X, Y, Z, U, V, I W, J
and R, in the same block.
3. If you specify absolute coordinates and incremental coordinates for the same axis
in a block, only the incremental coordinates will be executed. Example:
G1 X100. U50.----- Only U50 will be executed.
4. A maximum of 80 characters can be entered in a bock, or the Err-08 message
displays.