Programming manual
CNC 8055
CNC 8055i
PATH CONTROL
6.
·M· & ·EN· MODELS
SOFT: V02.2X
·91·
Circular interpolation (G02, G03)
Programming of a (complete) circle in just one block:
Various programming modes analyzed below, point X170 Y80 being the starting Point.
Cartesian coordinates:
G90 G17 G02 X170 Y80 I-50 J0
or:
G90 G17 G02 I-50 J0
Polar coordinates.
G90 G17 G02 Q36 0I-50 J0
or:
G93 I120 J80 ; defines polar center
G02 Q360
Cartesian coordinates with radius programming:
A complete circle cannot be programmed as there is an infinite range of solutions.