Siemens SINUMERIK 808D ADVANCED Series Commissioning Manual page 324

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

Advertisement

Tag identifier
OPEN_FORM
PROPERTY
324
Meaning
The tag opens the dialog form given under the name.
Attribute:
name
Name of the dialog form
Syntax:
<OPEN_FORM name = "<form name>" />
Example:
<menu name = "main">
<open_form name = "main_form" />
<softkey POSITION="1">
<caption>main form</caption>
<navigation>main</navigation>
</softkey>
</menu>
<form name="main_form">
<init>
</init>
<paint>
</paint>
</form>
This tag can be used to define additional properties for an operator control.
Attributes:
max = "<maximum value>"
min = "<minimum value>"
default = "<pre-assignment>"
factor = "conversion factor"
color_bk = "<background color coding>"
color_fg = "<font color coding>"
password = "<true>" - entered character is displayed with "*"
disable = "<true/false>" - locks/permits the input in an edit control
transparent= "Transparent color of a bitmap"
Color coding (see Chapter "Color coding (Page 309)")
tooltip = information text is displayed if the cursor is set to the control.
The syntax is: <property tooltip="note text" />
abscissa = "Name of the first coordinate axis" (only permissible for a graphic box)
ordinate = "Name of the second coordinate axis" (only permissible for a graphic box)
Example:
<CONTROL name = "progress1" xpos = "10" ypos = "10" width = "100"
fieldtype = "progressbar" hotlink = "true" refvar =
"nck/Channel/GeometricAxis/actProgPos[1]">
<PROPERTY min = "0" />
<PROPERTY max = "1000" />
</CONTROL>
<CONTROL name = "edit1" xpos = "10" ypos = "10">
<PROPERTY min = "20" />
<PROPERTY max = "40" />
<PROPERTY default = "25" />
</CONTROL>
Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 808d advanced t

Table of Contents