1. G Function Description
Example 2: absolute command for 1 axes(G90)
Y100.0
Skip signal is input here
Zero point
.0.0
X200.0
Actual motion
Motion without skip signal
Program description:
N001 G31 G90 X200.0 F100; //original path until running into impede
N002 X200.0 Y100.0; //use zero point to be the relative coordinate to
change the path to the specified position, and it does not wait to the
finished of front block.
Example 3: absolute command for 2 axes(G90)
Skip signal is input here
(130,70)
Zero point
(100,0)
Actual motion
Motion without skip signal
Program description:
N001 G31 G90 X100.0 F1000; // original path until running into
impede
36
    "