Siemens SINUMERIK 828D Commissioning Manual page 855

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

Advertisement

Function name
Add Item
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
Description
The function inserts a new element at the end of the list.
Note:
The function is only available for the control types "listbox" and "graph‐
icbox".
Syntax:
<function name="control.additem"> control name,
item </function>
Attribute:
name – function name
Values:
control name – control name
item - expression to be inserted
itemdata - integer value; defined by the user
Example:
<let name ="itemdata">1</let>
...
...
...
<op> item_string = _T"text1" </op>
<function name="control.additem">_T"listbox1",
item_string, itemdata
</function>
Generating user dialogs
1.9 Predefined functions
103

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents