Siemens SINUMERIK 828D Commissioning Manual page 813

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

Advertisement

Tag identifier
PROPERTY
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
Meaning
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 "*"
● multiline = "<true>" - permits multi-line inputs in an edit control
● disable = "<true/false>" - locks/permits the input in an edit control
● transparent= "Transparent color of a bitmap"
Color coding (see Chapter "Color coding (Page 42)")
● 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>
Generating user dialogs
1.6 XML identifier
61

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents