EasyManuals Logo

Siemens SINUMERIK ONE MCP 2400.4c Commissioning Manual

Siemens SINUMERIK ONE MCP 2400.4c
1734 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #785 background imageLoading...
Page #785 background image
Tag identifier Meaning
DATA_ACCESS The tag controls the behavior of the dialog forms when user inputs are being saved.
The behavior should be defined within the INIT tag.
If the tag is not used, inputs are buffered in each case.
Exception: Controls for which the hotlink attribute is set to true are always written to and read
directly.
Attribute::
type = "TRUE" the input values are not buffered. The dialog form copies the input values
to the reference variables directly.
type = "FALSE" – the values are only copied to the reference variable with the
UPDATA_DATA type = "FALSE" tag.
Example:
<DATA_ACCESS type = "true" />
EDIT_CHANGED 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.
Example:
<EDIT_CHANGED>
<print text="index changed filed:%s, %d"> $focus_name,
$focus_item_data </print>
</EDIT_CHANGED>
GESTURE_EVENT The tag is used to perform finger gestures for multi-touch operation.
The tag is described in section "Multitouch operation (Page 139)".
INDEX_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.
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>
Generating user dialogs
1.7 XML identifier
Easy XML
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1 67

Table of Contents

Other manuals for Siemens SINUMERIK ONE MCP 2400.4c

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Siemens SINUMERIK ONE MCP 2400.4c and is the answer not in the manual?

Siemens SINUMERIK ONE MCP 2400.4c Specifications

General IconGeneral
BrandSiemens
ModelSINUMERIK ONE MCP 2400.4c
CategoryControl Systems
LanguageEnglish

Related product manuals