1.7.2 Instruction/identifier descriptions
The following XML tags are defined for generating dialogs and menus, and for executing
program sequences:
Note
Attribute values that are in quotation marks "<...>" should be replaced by the currently used
expressions.
Example:
<DATA_LIST action="read/write/append" id="<list name>">
is programmed as follows:
<DATA_LIST action="read/write/append" id="my datalist">
Tag identifier Meaning
BREAK Conditional cancellation of a loop.
CONTROL The tag is used to generate control elements. The description is provided in Chapter "Gen‐
erating softkey menus and dialog forms (Page 49)."
CONTROL_RESET The tag enables one or more control components to be restarted.
Syntax:
<CONTROL_RESET resetnc="TRUE" />
Attributes:
● RESETNC = "TRUE"
The NC component is restarted.
● RESETDRIVE = "TRUE"
The drive components are restarted.
Generating user dialogs
1.7 XML identifier
Easy XML
22 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1