Siemens SINUMERIK 828D Commissioning Manual page 811

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

Advertisement

Tag identifier
EDIT_CHANGED
INDEX_CHANGED
MENU
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
Meaning
Dialog box message
This tag is called if the contents of an edit control have changed.
To identify the control, the system copies the name of the control into variable $focus_name
and the value of the attribute item_data into variable $focus_item_data. The system creates
the variables automatically.
Example:
<EDIT_CHANGED>
<print text="index changed filed:%s, %d"> $focus_name,
$focus_item_data </print>
...
...
</EDIT_CHANGED>
Dialog box message
The tag is called, if the operator changes the selection of a combo box.
To identify the control, the system copies the name of the control into the variable
$focus_name and the value of the attribute item_data into the variable $focus_item_data. The
system creates the variables automatically.
Note:
A reference variable assigned to the control, has not been aligned to the control variable at
this point in time and contains the index of the previous selection of the combo box.
Example:
<INDEX_CHANGED>
<print text="index changed filed:%s, %d"> $focus_name,
$focus_item_data </print>
...
...
</INDEX_CHANGED>
The tag defines a menu containing the softkey description and the dialog to be opened.
Attribute::
● name
Menu name
Syntax:
<MENU name = "<menu name>">
...
<open_form ...>
...
<SOFTKEY ...>
</SOFTKEY>
</MENU>
Generating user dialogs
1.6 XML identifier
59

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents