Example
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AGM>
<AGM>
<DEVICE>
<NAME> Device 1 </NAME>
<START_UP>
…
</START_UP>
<SET_ACTIVE>
…
</SET_ACTIVE>
…
<FORM name="<dialog name>"> Identifier for a user dialog
<INIT>
<CONTROL name = "edit1" .../>
</INIT>
Identifier for an input field
<PAINT>
<TEXT>hello world !</TEXT>
</PAINT>
Identifier for text or image display
</FORM>
</DEVICE>
…
</AGM>
2.7.8 SOFTKEY_OK, SOFTKEY_CANCEL
Description
The identifier SOFTKEY_OK overwrites the standard behavior when closing a dialog by means
of the "OK" softkey. The identifier SOFTKEY_CANCEL overwrites the standard behavior when
closing a dialog by means of the "CANCEL" softkey.
The following functions can be performed within this identifier:
● Data manipulation
● Conditional processing
● Loop processing
Generating commissioning dialogs
2.7 Script language
Easy XML
194 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1