hit counter script

Subroutine Technique - Siemens sinumerik 802d sl Operation And Programming Manual

Hide thumbs Also See for sinumerik 802d sl:
Table of Contents

Advertisement

8.9

Subroutine technique

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.
Fig. 8-34
Program structure
The structure of a subroutine is identical to that of a main program (see Subsection 8.1.2
"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 the
return. With M2, G64 is interrupted and exact stop is initiated.
SINUMERIK 802D sl Operation and Programming Nibbling (BP-N), 06/2006 Edition
6FC5 398-3CP10-0BA0
Subroutine
Example for using a subroutine for a workpiece four times
Programming
8.9
Subroutine technique
8-183

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents