6. Interpolation Functions
6.1 Positioning (Rapid Traverse)
34
Example of program
Unit : mm
Tool
Z
End point
(-120,+200,+300)
Start point
(+150,-100,+150)
X
Y
+300
+150
+200
+150
-120
-100
G91 G00 X-270000 Y300000 Z150000 ;
(For input setting unit: 0.001mm)
(Note 1)
When parameter "#1086 G0Intp" is set to "0", the path along which the tool is positioned is the
shortest path connecting the start and end points. The positioning speed is automatically
calculated so that the shortest distribution time is obtained in order that the commanded speeds for
each axis do not exceed the rapid traverse rate.
When for instance, the Y axis and Z axis rapid traverse rates are both 9600mm/min, the tool will
follow the path in the figure below if the following is programmed:
G91 G00 X-300000 Y200000 ; (With an input setting unit of 0.001mm)
End point
Actual Y axis rate : 6400mm/min
Actual X axis rate : 9600mm/min
Start point
(Unit : mm)
fx
fy
Y
X
300
200