Siemens SINUMERIK 840DE sl Commissioning Manual page 786

Basesoftware and operating software
Hide thumbs Also See for SINUMERIK 840DE sl:
Table of Contents

Advertisement

Generating user dialogs
1.7 XML identifier
Tag identifier
MENU
NAVIGATION
68
Meaning
The tag defines a menu containing the softkey description and the dialog to be opened.
Attribute:
● name
Menu name
Syntax:
<MENU name = "<menu name>">
...
<open_form ...>
...
<SOFTKEY ...>
</SOFTKEY>
</MENU>
This tag defines the menu to be called. It can be used within a softkey block, a menu block,
and in a form. If a variable name is assigned to the tag as its value, the parser will activate the
menu stored in the variable.
In a menu block, the navigation is at the position in the instruction. Subsequent instructions
are no longer executed.
Note:
If the navigation target is to be determined by the content of a variable, this variable must be
declared a global variable.
Syntax:
<NAVIGATION>menu name</NAVIGATION>
Example:
<menu name = "main">
<softkey POSITION="1">
<caption>sec. form</caption>
<navigation>sec_menu</navigation>
</softkey>
</menu>
<menu name = "sec_menu">
<open_form name = "sec_form" />
<softkey_back>
<navigation>main</navigation>
</softkey_back>
</menu>
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1
Easy XML

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents