Calling The Subprogram Indirectly - Siemens sinumerik 840d Programming Manual

Hide thumbs Also See for sinumerik 840d:
Table of Contents

Advertisement

12.98
2
840D
840D
NCU 572
NCU 571
NCU 573
2.7

Calling the subprogram indirectly

Indirect subprogram call, CALL
Depending on the prevailing conditions at a
particular point in the program, different
subprograms can be called.
The name of the subprogram is stored in a variable
of type STRING. The subprogram call is issued with
CALL and the variable name.
The indirect subprogram call is only possible for
subprograms without parameter transfer.
For direct calling of the subprogram, store the name
in a string constant.
Example:
Direct call with string constant:
CALL "/_N_WCS_DIR/_N_SUBPROG_WPD/_N_PART1_SPF"
Indirect call via variable:
DEF STRING[100] PROGNAME
PROGNAME="/_N_WCS_DIR/_N_SUBPROG_WPD/_N_PART1_SPF"
CALL PROGNAME
The subprogram PART1 is assigned the variable
PROGNAME. With CALL and the path name you
can call the subprogram indirectly.
 Siemens AG 2000. All rights reserved
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) − 04.00 Edition
FM-NC
810D
840Di

2.7 Calling the subprogram indirectly

Subprograms, Macros
2
2-105

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik fm-ncSinumerik 840diSinumerik 810d

Table of Contents