Siemens SINUMERIK 808D ADVANCED Commissioning Manual page 313

Hide thumbs Also See for SINUMERIK 808D ADVANCED:
Table of Contents

Advertisement

Tag identifier
MSGBOX
Commissioning Manual
01/2017
Meaning
The instruction opens a message box whose return value can be used for branching.
Syntax:
<MSGBOX text="<Message>" caption="<caption>" retvalue="<variable
name>" type="<button type>" />
Attributes:
text
Text
retvalue
Name of the variables to which the return value is copied:
1 – OK
0 – CANCEL
type
Acknowledgment options:
"BTN_OK"
"BTN_CANCEL"
"BTN_OKCANCEL"
Example:
<MSGBOX text="Test message" retvalue="result" type="BTN_OK" />
313

Advertisement

Table of Contents
loading

Table of Contents