Program Example
The following is a program to drill through an aluminum plate:
T1 M06
G00 G90 G54 X1.125 Y-1.875 S4500 M03
G43 H01 Z0.1
G81 G99 Z-0.35 R0.1 F27.
X2.0
X3.0 Y-3.0
X4.0 Y-5.625
X5.250 Y-1.375
G80 G00 Z1.0
G28
M30
G82 Spot Drill Canned Cycle (Group 09)
F Feedrate in inches (or mm) per minute
L Number of holes if G91 (Incremental Mode) is used
P The dwell time at the bottom of the hole
R Position of the R plane (position above the part)
X X-axis location of hole
Y Y-axis location of hole
Z Position of bottom of hole
Programming Note: G82 is similar to G81 except that there is the option to
program a dwell (P)
Program Example Description
%
O1234 (Sample program)
T1 M06 (Tool #1 is a 0.5” x 90-degree spot drill)
G90 G54 G00 X.565 Y-1.875 S1275 M03
G43 H01 Z0.1 M08
G82 Z-0.175 P.3 R0.1 F10. (90-degree spot drill; the depth is)
X1.115 Y-2.750 (half of the chamfer diameter)
X3.365 Y-2.875
X4.188 Y-3.313
X5.0 Y-4.0
G80 G00 Z1.0 M09