Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
159
Programming example1: 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 F140 S170 M3 T10 D1
; Specification of technology values
N20 G17 G0 X50 Y45 Z2
; Approach starting position
N30 MCALL CYCLE82(2, 0, 2, , 30, 0)
; Modal call of the drilling cycle,
without 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
omitted
N50 MCALL
; Deselect modal call
N60 M02
; End of program
Programming example 1: Circle of holes
Proceed through the following steps:
1.
Select the desired operating area.
2.
Open the vertical softkey bar for available drilling cycles.
3.
Press this softkey from the vertical softkey bar.