Commissioning Manual
01/2017
303
</INIT>
...
</FORM>
</DialogGui>
The language offers the following instructions for executing conditional instructions and loop controls:
● For loop
● While loop
● Do while loop
● Conditional processing
● Switch and case instructions
● Operator controls in a dialog form
● Softkey descriptions
● Define variables
For a detailed description of instructions, see Instruction/identifier description (Page 303).
Instruction/identifier description
The following
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">
Conditional cancellation of a loop.
The tag is used to generate control elements.
The tag enables one or more control components to be restarted.
<CONTROL_RESET resetnc="TRUE" />
•
The NC component is restarted.