Siemens SINUMERIK 840D sl Operating Manual page 145

Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Machining feedrate
When the technologies have been programmed, the positions are specified. Various
positioning patterns are available (see Section "Positions and position patterns").
This sequence, first technology block and then positioning block must be adhered to.
Example of MCALL
N20 G17 G54 G71
G0 Z200
MSG ("Tool change")
T="DRILL D5" M6
D1 F300 S3000 M3 M8
MSG (); Deletes tool change message
MCALL CYCLE83(100,0,1,,20,,10,5,0.7,0.5,1,11,0,1.2,1.4,0.6,1.6,10,1,2011111)
POS3: HOLES2(0,0,15,0,60,6,1,0,,,1)
POS4: CYCLE802(221221221,221221221,40,40,-10,0,10,-10,-40,40,10,0,-10,-10,-40,-40,
10,0,-10,10,0,0,1)
POS5: CYCLE802(221,221,40,-40,-10,0,10,10,,,,,,,,,,,,,0,0,1)
MCALL ; Delete MCALL mode
G0 Z200 M9
.
.
.
T... M6 ; Tool change
D...F...S...M...
MCALL CYCLE...
REPEATB POS3
MCALL
.
.
.
M30
Note
Marking the individual position patterns with jump labels (POS3, POS4, POS5 here) enables
the call of specific individual position patterns during the further program execution via these
jump labels.
See also
General (Page 151)
HMI sl Turning
Operating Manual, 01/2008, 6FC5398-7AP10-0BA0
; Call technology cycle in the MCALL mode,
; e.g. tapping
;Repeat position pattern POS3 (only this
line)
; Delete MCALL mode
Programming a cycle
4.3 Fundamentals
145

Advertisement

Table of Contents
loading

Table of Contents