Siemens SINUMERIK 808D Function Manual page 254

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

Advertisement

Tag identifier
MESSAGE
254
Meaning
Dialog message
If the Send_message operation is executed in the script, then the parser processes the tag
message. Values P1 and P2 are provided in the variables $message_par1 and $mes-
sage_par2 (see the "SEND_MESSAGE" tag).
Syntax:
<MESSAGE>
</MESSAGE>
Example:
<LET name="user_selection" />
<SOFTKEY POSITION="3">
<CAPTION>Set%nParameter</CAPTION>
<SEND_MESSAGE>1, 10</SEND_MESSAGE>
</SOFTKEY>
...
...
<FORM>
...
...
<MESSAGE>
<SWITCH>
<CONDITION>$message_par1</CONDITION>
<CASE value="1">
<OP> user_selection = $message_par2 </OP>
...
...
</CASE>
</SWITCH>
</MESSAGE>
...
...
</FORM>
Function Manual
01/2017

Advertisement

Table of Contents
loading

Table of Contents