Commissioning Manual
298 6FC5397-4EP10-0BA8, 07/2018
The instruction opens a message box whose return value can be used for branching.
<MSGBOX text="<Message>" caption="<caption>" retvalue="<variable
name>" type="<button type>" />
•
Text
•
Name of the variables to which the return value is copied:
1 – OK
0 – CANCEL
•
Acknowledgment options:
"BTN_OK"
"BTN_CANCEL"
"BTN_OKCANCEL"
<MSGBOX text="Test message" retvalue="result" type="BTN_OK" />