Tag identifier Meaning
DATA 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>
Generating user dialogs
1.7 XML identifier
Easy XML
24 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1