Programming and Operating Manual (Milling)
184 6FC5398-4DP10-0BA6, 09/2017
Programming example 1: Circle of holes
The program uses CYCLE82 to produce four holes having a depth of 30 mm. The final drilling depth is specified as a relative
value to the reference plane. The circle is defined by the center point X70 Y60 and the radius 42 mm in the XY plane. The
starting angle is 33 degrees. The safety clearance in drilling axis Z is 2 mm.
N10 G90 F14 0 S170 M3 T10 D1
; Specification of technology values
; Approach starting position
N30 MCALL CYCLE82(2, 0, 2, , 30, 0)
; Modal call of the drilling cycle, wi th-
out dwell time, DP is not programmed
N40 HOLES2 (70, 60, 42, 33, 0, 4)
; Call of the circle-of-holes cycle; the
incremental angle is calculated in the
cycle since the parameter INDA has been
Programming example 1: Circle of holes
Proceed through the following steps:
Select the desired operating area.
Open the vertical softkey bar for available drilling cycles.
Press this softkey from the vertical softkey bar.
Press this softkey to open the window for this cycle. Parameterize the cycle as desired.