5. Position Commands
5.1 Position Command Methods ; G90, G91
25
(3) Since multiple commands can be issued in the same block, it is possible to command specific
addresses as either absolute values or incremental
values.
N 4 G90 X300. G91 Y100.;
The X axis is treated in the absolute value
mode, and with G90 is moved to the workpiece
coordinate system 300.mm position. The Y
axis is moved +100.mm with G91. As a result,
Y moves to the 200.mm position. In terms of
the next block, G91 remains as the modal and
becomes the incremental value mode.
(4) When the power is turned ON, it is possible to select whether you want absolute value
commands or incremental value commands with the #1073 I_Absm parameter.
(5) Even when commanding with the manual data input (MDI), it will be treated as a modal from
that block.
300.
200.
100.
N4
W
X
Y
100.
200.