- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 106 of 151

1. G Function Description
1.2.38 G83: PECK DRILL CYCLE
Command form:
G83 X Y Z R Q F K ;
X_ or Y_: hole position data (absolute/increment mode)
Z_:
G91: the distance from the bottom of the hole to point Z (directional)
G90: program position of point Z
R_:
G91: the distance from initial level to R point level (directional)
G90: program position of point R
Q_: the feed depth (increment and positive value; negative value is
neglected)
P_: dwell time at the bottom of the hole(s)
F_: feed rate
K_: number of repeats (repeat moving and drilling, G91 is effective)
X, Y, Z, R is absolute or increment mode, decided by G90/G91
PIC:
G98
G99
(X,Y) Initial point
R point
Q
d
Q
d
Q
(X,Y) Initial point
R point
Q
d
Q
d
Q
d:parameter setting
Z point
Dwell P(s)
d:parameter setting
Z point
Dwell P(s)
Description:
101