Télécharger Imprimer la page

Siemens SINUMERIK 840D sl Manuel De Mise En Service page 835

Masquer les pouces Voir aussi pour SINUMERIK 840D sl:

Publicité

<then>
</if>
</message>
...
...
Easy XML
Manuel de programmation, 10/2020, 6FC5397-1DP40-6DA4
<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
2.12 Commande multitactile
203

Publicité

loading