Programming and Operating Manual (Milling)
128
6FC5398-4DP10-0BA1, 01/2014
Programming example: Drilling_centering
This program produces three drill holes using the CYCLE81 drilling cycle. The drilling axis is always the Z axis.
N10 G0 G17 G90 F200 S300 M3
; Specification of technology values
N20 D3 T3 Z110
; Approach retraction plane
N30 X40 Y120
; Approach of the first drilling position
N40 CYCLE81(110, 100, 2, 35,)
; Cycle call with absolute final drilling
depth, safety clearance and incomplete
parameter list
N50 Y30
; Approach next drilling position
N60 CYCLE81(110, 102, , 35,)
; Cycle call without safety clearance
N70 G0 G90 F180 S300 M03
; Specification of technology values
N80 X90
; Approach next position
N90 CYCLE81(110, 100, 2, 65,)
; Cycle call with relative final drilling
depth and safety clearance
N100 M02
; End of program
9.4.4
Drilling, counterboring - CYCLE82
Programming
CYCLE82 (RTP, RFP, SDIS, DP, DPR, DTB)
Parameters
Parameter
Data type
Description
RTP
REAL
Retraction plane (absolute)
RFP
REAL
Reference plane (absolute)
SDIS
REAL
Safety clearance (enter without sign)
DP
REAL
Final drilling depth (absolute)
DPR
REAL
Final drilling depth relative to the reference plane (enter without sign)
DTB
REAL
Dwell time at final drilling depth (chip breaking)
Function
The tool drills at the programmed spindle speed and feedrate to the entered final drilling depth. A dwell time can be allowed
to elapse when the final drilling depth has been reached.