Siemens SINUMERIK 808D ADVANCED Commissioning Manual page 375

Hide thumbs Also See for SINUMERIK 808D ADVANCED:
Table of Contents

Advertisement

Function name
control.additem
Commissioning Manual
01/2017
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
"graphicbox".
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>
375

Advertisement

Table of Contents
loading

Table of Contents