上海维宏电子科技股份有限公司
Weihong Electronic Technology Co., Ltd.
Specialized, Concentrated, Focused 35
Description of Machining Process:
1. The cutter moves to the specified 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. Retracts to the initial point (G98) or point R (G99) in G00.
Programming Example:
F1200. S600
G90
G00 X0. Y0. Z10.
’moving to the initial point
G17
G90 G99
’Setting the coordinates of point R, point Z and hole 1, with machining speed as 800
G81 X5. Y5. Z-10. R-5. F800
X25.
’hole 2
Y25.
’hole 3
G98 X5.
’hole 4, and return to initial point
X10. Y10. Z-
20. ’hole 5, and setting the new point Z as -20
G80
M02
G82 Drilling Cycle of Dwell at the Bottom of Hole
Command Format:
G82 X_Y_Z_R_P_F_K_;
Description:
X_Y_: hole position data (absolute/incremental coordinate)
Z_: the position of point Z at the bottom of the hole (absolute programming); the distance from
point R to point Z at the bottom of the hole (incremental programming)
R_: the position of point R (absolute programming); the distance from the initial point to point R
(incremental programming)
P_: the dwell time of the cutter at the bottom of the hole, in ms, with no decimal point
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 under G91 incremental mode)
Summary of Contents for Ncstudio
Page 74: ...RMB 21 00 ...