
6. Interpolation Functions
6.2 Linear Interpolation
41
Example of program
(Example 1)
Cutting in the sequence of P
1
→
P
2
→
P
3
→
P
4
→
P
1
at 300 mm/min feedrate
P
0
→
P
1
is for tool positioning
Unit: mm
Input setting unit: 0.001mm
P
4
P
1
P
0
P
3
P
2
20
30
20
20
30
Y
X
G90 G00
X20000
Y20000 ;
P
0
→
P
1
G01
X20000
Y30000 F300
P
1
→
P
2
X30000
;
P
2
→
P
3
X-20000
Y-30000
;
P
3
→
P
4
X-30000 ;
P
4
→
P
1
Programmable in-position width command for linear interpolation
This command commands the in-position width for the linear interpolation command from the
machining program.
The commanded in-position width is valid in the linear interpolation command only when carrying
out deceleration check.
•
When the error detect switch is ON.
•
When G09 (exact stop check) is commanded in the same block.
•
When G61 (exact stop check mode) is selected.
G01 X__ Y__ Z__ F__ , I__ ;
In-position width
Feedrate
Linear interpolation coordinate value of each axis
(Note 1)
Refer to section "6.1 Positioning (rapid traverse); G00" for details on the in-position
check operation.