CNC Z32 - Programming Guide (LATHES)
2.12
Movement programming (G0 G1 G2 G3)
The programming of machine movements happens through the functions:
G0
: rapid movement
G1
: linear interpolation
G2
: circular CW interpolation
G3
: circular CCW interpolation
The ISO standard states that all G functions for the movement must be MODAL. That means, for instance, that
after programming a G0 movement, all successive movements will be in G0 mode, unless a different move type will
be programmed.
Example:
(behavior
with
MODAL
G movement functions)
G0
X150 (G0 movement)
Z5 (G0 movement)
X105 (G0 movement)
G1
X100 (G1 movement)
Z-100 (G1 movement)
X140 (G1 movement)
It is possible to define a different machine behavior through the setup, setting all G movement functions as NOT
MODAL.
In this case all movement without an explicit G function indication are assumed as programmed in G1 mode.
(behavior
with
NOT MODAL
G movement functions)
G0
X150 (G0 movement)
Z5 (
G1
movement)
X105 (
G1
movement)
G1
X10 (G1 movement)
Z-100 (G1 movement)
X140 (G1 movement)
2.12.1
16
Summary of Contents for CNC Z32 Florenz Series
Page 2: ......