6 - 106
6 MOTION PROGRAMS FOR POSITIONING CONTROL
6.13.26 G64 Cutting mode
Code G64
Function Cutting
mode
The next block continuously executes without deceleration stop
between cutting feed blocks.
Format
64 ;
G
[Explanation]
(1) This command is used to execute the positioning to the specified coordinates
position approximately. It operates continuously without deceleration stop for every
specified coordinates as the exact stop check mode.
Use this command to make a smooth connection with the interpolation command
(G01, G02, G03, G12, G13).
(2) The cutting mode is selected at a Motion program start.
(3) As this command is modal instruction, it is valid until the exact stop check mode
(G61) is commanded.
<In cutting mode>
G64 G01 X100. F500. ;
X200. ;
X-axis
V
t
<Not in cutting mode>
G61 G01 X100. F500. ;
X200. ;
X-axis
V
t