6. Interpolation Functions
6.4 Circular Interpolation
46
Example of program
(Example 1)
Y axis
Feedrate
F = 500mm/min
Circle center
J = 50mm
Start point/end point
X axis
+Y
+X
G02 J50000 F500 ;
Circle command
(Example 2)
Y axis
Feedrate
F = 500mm/min
Start point
X axis
+Y
+X
Arc center
J = 50mm
End point
X50 Y50mm
G91 G02 X50000 Y50000 J50000 F500 ;
3/4 command