Siemens SINUMERIK 840DE sl Commissioning Manual page 864

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

Advertisement

Generating user dialogs
1.11 Multitouch operation
<then>
</if>
</message>
...
...
146
<switch>
<condition>$message_par2</condition>
<case value="1">
<op>
pictindex = pictindex+1;
</op>
<if condition="pictindex > 3">
<then>
<op>
pictindex = 0;
</op>
</then>
</if>
</case>
<case value="-1">
<op>
pictindex = pictindex-1;
</op>
<if condition="pictindex < 0">
<then>
<op>
pictindex = 3;
</op>
</then>
</if>
</case>
</switch>
<op>
image_box_pict_name = image_box_list[$pictindex];
</op>
</then>
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