Programming and Operating Manual (Milling) 
6FC5398-4DP10-0BA1, 01/2014 
157 
N10 G90 F300 S500 M3 T10 D1 
; Specification of the technological values 
N20 G17 G0 X=R14 Y=R15 Z105 
; Approach starting position 
N30 MCALL CYCLE82(R11, R10, R12, R13, 
; Modal call of drilling cycle 
; Call of row of holes cycle 
N41 HOLES1(R14, R15, R16, R17, R18, 
 
; Calculate y value for the next line 
N70 IF R21<R20 GOTOB LABEL1 
; Return to LABEL1 if the condition is fulfilled 
; Approach starting position 
 
Circle of holes - HOLES2 
Programming  
HOLES2 (CPA, CPO, RAD, STA1, INDA, NUM) 
CPA  REAL  Center point of circle of holes (absolute), first axis of the plane 
CPO  REAL  Center point of circle of holes (absolute), second axis of the plane 
RAD  REAL  Radius of circle of holes (enter without sign) 
STA1  REAL  Starting angle 
Range of values: –180<STA1≤180 degrees 
INDA  REAL  Incrementing angle 
NUM  INT  Number of holes 
Use this cycle to machine a circle of holes. The machining plane must be defined before the cycle is called. 
The type of hole is determined through the drilling cycle that has already been called modally.