Siemens SINUMERIK 802D Programming And Operating Manual page 316

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

Advertisement

Programming
10.11 Subroutine technique
Figure 10-37 Example of a sequence when a subroutine is called in a two-channel manner.
Subroutine name
The subprogram is given a unique name allowing it to be selected from several subroutines.
When you create the program, the program name may be freely selected provided the
following conventions are observed:
The same rules apply as for the names of main programs.
Example: BUCHSE7
It is also possible to use the address word L... in subroutines. The value can have 7 decimal
places (integers only).
Please observe: With address L, leading zeros are meaningful for differentiation.
Example: L128 ist nicht L0128 oder L00128 !
Dies sind 3 verschiedene Unterprogramme.
Note: The subroutine name LL6 is reserved for tool change.
Subroutine call
Subroutines are called in a program (main or subprogram) with their names. To do this, a
separate block is required.
Example:
N10 L785
N20 SHAFT7
316
; Subprogram call L785
; Subprogram call SHAFT7
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
Cylindrical grinding

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents