Script Language - Siemens SINUMERIK 828D Commissioning Manual

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

Advertisement

Activating the PLC-controlled device
The device is addressed via output byte 10 and signals data set ready to the PLC via input
byte 9.
The output byte is set to the specified coding for activation. The WHILE loop then waits for the
data set ready of the device.
Programming:
<SET_ACTIVE>
<DATA name = "plc/qb10"> 8 </DATA>
<while>
</while>
</SET_ACTIVE>
2.6

Script language

Note
All script elements described in the Generating user dialogs (Page 5) function form the basis
for the "Easy Extend" function. Additional script elements are defined to manage additional
devices.
Program parts of the script
The script is divided into the following areas:
● "Easy Extend" identifier
● Frame to define the actions that can be executed for a device
● Identifier for the device
● Identifier for commissioning the device
● Identifier for activating the device
● Identifier for deactivating the device
● Identifier for testing the device
● Identifier for the parameter dialog
The individual tags are described in the following chapters.
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
<condition> "plc/ib9" !=1 </condition>
Generating commissioning dialogs
2.6 Script language
129

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents