Siemens SINUMERIK 840DE sl Commissioning Manual page 742

Basesoftware and operating software
Hide thumbs Also See for SINUMERIK 840DE sl:
Table of Contents

Advertisement

Generating user dialogs
1.7 XML identifier
Tag identifier
DATA
24
Meaning
The tag allows writing to NC, PLC, GUD and drive data.
The "Component addressing" (Page 85) section contains details on address formation.
Attribute:
● name
Variable address
Tag value:
All alphanumeric terms are approved as tag values. If a value is to be written directly from
a local variable, the name of the local variable should be preceded by the $ replacement
operator.
If the content of a local variable is to be written, the variable name should be preceded by
the "$" replacement operator.
Syntax:
<DATA name="<variable name>"> value </DATA>
Example:
<DATA name = "plc/mb170"> 1 </DATA>
...
<LET name = "tempVar"> 7 </LET>
<!— the contents of the local variables "tempVar" are written to
bit memory byte 170 →
<DATA name = "plc/mb170">$tempVar</DATA>
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1
Easy XML

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents