Siemens Sinumerik HOLES1 Row of holes – Drilling Pattern Cycle

Sinumerik HOLES1 Row of holes

Sinumerik  HOLES1 cycle is used to produce a row of holes on a straight line.

Programming

G17 Plane active

HOLES1 (SPCA, SPCO, STA1, FDIS, DBH, NUM)

Parameters

Siemens Sinumerik HOLES1 Row of holes - Drilling Pattern Cycle

ParameterDescription
SPCAReference point in X-axis (absolute)
SPCOReference point in Y-axis (absolute)
STA1Starting angle (–180 to 180 degrees)
FDISDistance to first hole from Reference point (no sign)
DBHDistance between holes (no sign)
NUMNumber of drill holes

Program Example

Siemens Sinumerik HOLES1 Program Example

N10 G90 F30 S500 M3 T10 D1
N20 G17 G90 X10 Y10 Z105 
N30 MCALL CYCLE82(105, 102, 2, 22, 0, 1)
N40 HOLES1(10, 10, 30, 20, 10, 7)
N50 MCALL
N60 G90 G0 X30 Z110 Y105
N100 M30