Siemens SINUMERIK 840DE sl Commissioning Manual page 860

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

Advertisement

Generating user dialogs
1.11 Multitouch operation
1.11.3
Gesture control for graphics
Imagebox control variable
The following three extensions are available for the gesture control of graphics when using the
Imagebox control variable:
Attribute
rotationangle
setrotationmode
setzoommode
Syntax
<property rotationangle="angle" />
<property setrotationmode="true/false" />
<property setzoommode="true/false" />
Example of bitmap rotation
Rotate bitmap by 30.5 degrees clockwise:
<let name="image_box_pict_name" type="string" >pic1.bmp</let>
...
...
...
<control name="image_view" xpos="100" ypos="123" width="300"
height="200" fieldtype="imagebox" refvar="image_box_pict_name"
hotlink="true" >
<property item_data="1000" />
<property rotationangle="30.5" />
<property setrotationmode ="true" />
</control>
142
Meaning/behavior
This attribute value indicates the angle at which the graphic is to be dis‐
played.
The true attribute value allows processing of the pinch gesture
The true attribute value allows you to zoom in to/out from or move a graphic
in the display area. This default setting of this attribute is false.
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