·90·
Programming manual
CNC 8055
CNC 8055i
6.
PATH CONTROL
·M· & ·EN· MODELS
SOFT: V02.2X
Circular interpolation (G02, G03)
Programming examples
Various programming modes are analyzed below, point X60 Y40 being the starting point.
Cartesian coordinates:
G90 G17 G03 X110 Y90 I0 J50
X160 Y40 I50 J0
Polar coordinates:
G90 G17 G03 Q0 I0 J50
Q-90 I50 J0
or:
G93 I60 J90 ; defines polar center
G03 Q0
G93 I160 J90 ; defines new polar center
Q-90
Cartesian coordinates with radius programming:
G90 G17 G03 X110 Y90 R50
X160 Y40 R50