Siemens SINUMERIK 808D Function Manual page 262

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

Advertisement

Tag identifier
CONTROL Continued
262
Meaning
The following properties can be changed in an operation statement. For this purpose, the
control name and property have to be specified. The property has to be separated by a point
from the control name.
xpos
ypos
width
height
color_bk
color_fg
access level
fieldtype
itemdata
min
max
default
disable
tooltip
font
factor
Syntax:
<name>.<property>
Example:
<let name="value" />
<let name="w" />
<let name="h" />
<menu name = "main">
<open_form name = "attrib_form" />
<softkey POSITION="3">
<caption>Set%nro</caption>
</softkey>
<op>
c_move.xpos = 300;
value = c_move.xpos;
h = c_move.height;
w = c_move.width;
</op>
</menu>
<form name="attrib_form">
<init>
<control name="c_move" xpos="$xpos" ypos="124" />
</init>
</form>
Function Manual
01/2017

Advertisement

Table of Contents
loading

Table of Contents