Load Block (Lb) - Siemens SINUMERIK 828D Commissioning Manual

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

Advertisement

Programming commands
6.3 Functions
Note
Please note that a valid value must be assigned to a variable after the LA function has been
used to assign another array to the toggle field of the variable.
6.3.22

Load Block (LB)

Description
The LB (Load Block) function can be used to load blocks containing subprograms during
runtime. LB should be configured in a LOAD method so that the loaded subprograms can be
called at any time.
Note
Subprograms can also be defined directly in a dialog so that they do not have to be loaded.
Programming
Syntax:
Description:
Parameters:
Example
LOAD
LB("PROG1")
LB("PROG2","XY.COM")
END_LOAD
134
("Block name"[,"File"])
LB
Loads subprogram during runtime
Block name
Name of block identifier
File
Path name of configuration file
Default setting = Current configuration file
; Block "PROG1" is searched for in the current configura-
tion file and then loaded.
; Block "PROG2" is searched for in the configuration file
XY.COM and then loaded.
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents