Msgbox - Siemens SINUMERIK 828D Commissioning Manual

Turning and milling, valid for cnc software version 4.5
Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Example
<LET name="text" type = "string"> F4000 G94\n
</LET>
8.7.13

MSGBOX

Description
The identifier opens a message window whose return value can be used for branching. If a
text reference is used, the message window displays the text which is saved for the
identifier.
Programming
Identifier:
Syntax:
Attributes:
Turning and Milling
Commissioning Manual, 02/2012, 6FC5397-3DP40-3BA0
G1 X20\n
Z50\n
M2\n
MSGBOX
<MSGBOX text="<Text>" caption="<Title>" retvalue="<Variable>"
type="<Acknowledgment>" />
<MSGBOX text="<Text>" caption="<$$Text reference>"
retvalue="<Variable>" type="<Acknowledgment>" />
caption
retvalue
retval=0
retval=1
type
type="btn_ok"
type="btn_cancel"
type="btn_okcancel"
8.7 Description of the script language
Identifier for the title of the message window
Identifier for the name of the variable to which the
return value is copied:
0: OK
1: Cancel
Identifier for acknowledging the message
Easy Extend
213

Advertisement

Table of Contents
loading

Table of Contents