Siemens SINUMERIK 808D ADVANCED Series Commissioning Manual page 315

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

Advertisement

Tag identifier
SEND_MESSAGE
FOCUS_IN
PAINT
TIMER
CAPTION
Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
Meaning
The tag sends a message with two parameters to the active form, which is processed in the
tag message (see also MESSAGE).
Syntax:
<SEND_MESSAGE>p1, p2</SEND_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>
Dialog box message
The tag is called if the system places the focus on a control. To identify the control, the sys-
tem copies the name of the control into variable $focus_name and the value of the attribute
item_data into variable $focus_item_data.
This message can be used, for example, to output images depending on the focus position.
Example:
<focus_in>
<PRINT text="focus on filed:%s, %d">$focus_name,
$focus_item_data </PRINT>
</focus_in>
Dialog box message
The tag is executed when the dialog box is displayed. All the texts and images which are to
be displayed in the dialog box should be specified here.
Further, the tag is executed if the system identifies that parts of the dialog box are to be
redisplayed. For example, this can be initiated by closing high-level windows.
Dialog box message
The tag is executed cyclically.
Each form is assigned a timer. The tag is executed within a period less than 100 ms.
The tag contains the title of the dialog box.
This tag should be used within the INIT tag.
Syntax:
<CAPTION>Titel</CAPTION>
Example:
<CAPTION>my first dialogue</CAPTION>
315

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 808d advanced t

Table of Contents