Siemens SINUMERIK 828D Commissioning Manual page 780

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Generating user dialogs
1.6 XML identifier
Tag identifier
MSGBOX
28
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
● caption
Header
● 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"
If an alarm number is used for the "text" or "caption" attribute, the message box displays
the text which is saved for the number.
Example:
<MSGBOX text="Test message" caption="Information"
retvalue="result" type="BTN_OK" />
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
Easy XML

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents