Subroutine Technique; General Information - Siemens SINUMERIK 802D sl Programming And Operating Manual

Surface grinding
Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

10.11

Subroutine technique

10.11.1

General information

Usage
Basically, there is no difference between a main program and a subroutine.
Frequently recurring machining sequences are stored in subroutines, e.g certain contour
shapes. These subroutines are called at the appropriate locations in the main program and
then executed.
One form of a subroutine is the machining cycle. Machining cycles contain universally valid
machining scenarios. By assigning values via included transfer parameters, you can adapt
the subroutine to your specific application.
Layout
The structure of a subroutine is identical to that of a main program (see Section "Program
structure"). Like main programs, subroutines contain M2 - end of program in the last block of
the program sequence. This means a return to the program level where the subroutine was
called from.
End of program
The end instruction RET can also be used instead of the M2 program end in the subroutine.
RET must be programmed in a separate block.
The RET instruction is used when G64 continuous-path mode is not to be interrupted by a
return. With M2, G64 is interrupted and exact stop is initiated.
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
Programming
10.11 Subroutine technique
285

Advertisement

Table of Contents
loading

Table of Contents