Programming and Operating Manual (Milling)
158 6FC5398-4DP10-0BA6, 09/2017
Note
If a value is entered both for DP and for DPR, the final drilling depth is derived from DPR. If this differs from the absol
ute
depth programmed via DP, the message "Depth: Corresponding to value for relative depth" is output in the dialog line.
If the values for reference and retraction planes are identical, a relative depth specification is not permitted. The error
message 61
101 "Reference plane defined incorrectly" is output and the cycle is not executed. This error message is also
output if the retraction plane is located after the reference plane, i.e. its distance to the final drilling depth is smaller
.
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
; Approach retraction plane
; Approach of the first drilling posit ion
N40 CYCL E81(110, 100, 2, 35,)
; Cycle cal l with absolute final drilling
depth, safety clearance and incomplete
; Approa ch next drilling position
N60 CYCLE81(110, 102, , 35,)
; Cycle cal l without safety clearance
N70 G0 G90 F180 S300 M0 3
; Specification of technology values
; Approa ch next position
N90 CYCLE81(110, 100, 2, 65,)
; Cycle cal l with relative final drilling
depth and safety clearance