Commissioning Manual
288 6FC5397-4EP10-0BA8, 07/2018
General structure
Structure and instructions of the script file for dialog configuration
All dialog configurations should be stored in the
tag.
<DialogGui>
…
</DialogGui>
<?xml version="1.0" encoding="utf-8"?>
<DialogGui>
…
<FORM name ="Hello_World">
<INIT>
<CAPTION>Hello World</CAPTION>
</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 288).
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:
ad/write/append" id="my datalist">