Commissioning Manual
316 6FC5397-4EP10-0BA8, 07/2018
This tag is executed before the dialog box is closed.
The tag closes the active dialog.
This instruction is only necessary if the dialog is opened by the MMC command and the user
is offered a softkey function to close the dialog. Generally, dialogs are automatically man-
aged and do not have to be explicitly closed.
<CLOSE_FORM/>
<softkey_ok>
<caption>OK</caption>
<CLOSE_FORM />
<navigation>main_menu</navigation>
The tag is used to generate control elements.
<CONTROL name = "<control name>" xpos = "<X position>" ypos = "<Y
position>" refvar = "<NC variable>" hotlink = "true" format = "<for-
mat>" />
•
Identifier of the field.
The identifier simultaneously represents a local variable, and must not be used a multiple
number of times in the form.
•
X position of the top left corner
•
Y position of the top left corner
•
Field type
If no type is specified, the field is set as an edit field.
–
Data can be changed
–
Data cannot be changed
The field displays the corresponding identifiers instead of numerical values.
If field type
is selected, the expressions to be displayed must also be as-
signed to the field.
The <ITEM> tag should be used for this purpose.
The combo box saves the index of the currently selected text in the variable belong-
ing to the control (see the attribute
).
–
A progress bar with a value range of 0 to 100 appears.
The valley value and peak value properties can be used to adapt the value range to
the data to be displayed.