CNC Z32 - Programming Guide (LATHES)
Z
X
20
0
Rapid movement (G0)
G0 X200 Z10
The G0 function specifies a rapid movement, executed with the maximum speed allowed on the machine. Only
linear movements can be programmed in rapid mode, allowing the programming of more than one axis.
If only one axis is programmed, the movement is aligned along the programmed axis.
Z
X
200
G0 X220
G0 Z10
The G0 velocity is defined in the setup.
The G0 function can be modal or not, depending on machine setup.
If the function is modal, after the first positioning in G0 mode, all successive positioning without explicit specification
of G0, will be also executed in G0 mode.
If the function is not modal, all movements without an explicit motion function will be executed in G1 mode.
2.12.2
17