Drilling Pattern Cycles; Requirements - Siemens SINUMERIK 808D ADVANCED Programming And Operating Manual

Operator-panel-based cncs
Hide thumbs Also See for SINUMERIK 808D ADVANCED:
Table of Contents

Advertisement

Programming example: Fifth drilling
At X80 Y90 in the XY plane, the drilling cycle CYCLE89 is called with a safety clearance of 5 mm and specification of the
final drilling depth as an absolute value. The drilling axis is the Z axis.
DEF REAL RFP, RTP, DP, DTB
RFP=102 RTP=107 DP=72 DTB=3
N10 G90 G17 F100 S450 M4
N20 G0 X80 Y90 Z107
N30 CYCLE89 (RTP, RFP, 5, DP, , DTB)
N40 M02
9.5

Drilling pattern cycles

The drilling pattern cycles only describe the geometry of an arrangement of drilling holes in the plane. The link to a drilling
process is established via the modal call of this drilling cycle before the drilling pattern cycle is programmed.
9.5.1

Requirements

Drilling pattern cycles without drilling cycle call
Drilling pattern cycles can also be used for other applications without prior modal call of a drilling cycle because the drilling
pattern cycles can be parameterized without reference to the drilling cycle used.
If there was no modal call of the subroutine prior to calling the drilling pattern cycle, error message 62100 "No drilling cycle
active" appears.
To acknowledge the error message, press the following key:
To continue the program execution, press the following key:
The drilling pattern cycle will then approach each of the positions calculated from the input data one after the other without
calling a subroutine at these points.
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
; Definition of parameters
; Value assignments
; Specification of technology values
; Approach drilling position
; Cycle call
; End of program
153

Advertisement

Table of Contents
loading

Table of Contents