Siemens SINUMERIK 840D SL Manuel De Mise En Service page 897

Logiciel de base et logiciel de commande
Masquer les pouces Voir aussi pour SINUMERIK 840D SL:
Table des Matières

Publicité

<then>
</if>
</message>
...
...
Easy XML
Manuel de programmation, 12/2017, 6FC5397-1DP40-6DA1
<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>
Création de boîtes de dialogue utilisateur
1.11 Commande multitactile
149

Publicité

Table des Matières
loading

Table des Matières