上海维宏电子科技股份有限公司
Weihong Electronic Technology Co., Ltd.
Specialized, Concentrated, Focused 41
F_: feed speed, even if the canned cycle is cancelled, this modal data is still effective in the
subsequent machining.
K_: number of repeats (repeated movement and drilling, effective in G91 incremental mode)
Fig. 4-28 G86 Machining Process
Process Description:
1. The cutter moves to the hole position (X, Y) in G00;
2. Moves down to the specified point R in G00;
3. Moves down to point Z at the bottom of the hole in G01;
4. Drill stops rotating;
5. Retracts to initial point (G98) or point R (G99) in G00;
6. Drill starts to rotate.
Programming Example:
F1200. S600
G90
G00 X0. Y0. Z10. ’moving to the initial point
G17
M03 ’drill CW on
G90 G99
’Specifying the coordinates of point R, point Z and hole 1, with drilling speed as 800
G86 X5. Y5. Z-10. R-5. F800
X25. ’hole 2
Y25. ’hole 3
G98 X5. ’hole 4, and setting to return to initial point
G80
M05 ’drill stop
M02
G87 Fine Back Boring Cycle
This command is not supported at the moment.