Télécharger Imprimer la page

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

Masquer les pouces Voir aussi pour SINUMERIK 840D sl:

Publicité

Descripteur de balise
PROPERTY Suite
Easy XML
Manuel de programmation, 10/2020, 6FC5397-1DP40-6DA4
Signification
Exemple :
<let name="cursor_icon" type="string" />
<form name="main_form1">
<init>
<caption>Control attribute: picture</caption>
<control name="cursor_image" xpos="8" ypos="32" width="100"
height="100" fieldtype="imagebox" />
<control name="edit1" xpos="208" ypos="32" >
<property picture="red_led_off.bmp" refvar="cursor_image"/>
</control>
<control name="edit2" xpos="208" ypos="52" >
<property picture="red_led_on.bmp" refvar="cursor_image"/>
</control>
<control name="edit3" xpos="208" ypos="72" >
<property picture="test.gif" refvar="cursor_image"/>
</control>
<control name="edit4" xpos="208" ypos="92" >
<property picture="red_led_off.bmp" refvar="cursor_image"/>
</control>
<control name="edit5" xpos="208" ypos="112" >
<property picture="red_led_off.bmp" refvar="cursor_icon"/>
</control>
<control name="edit6" xpos="208" ypos="132" >
<property picture="red_led_on.bmp" refvar="cursor_icon"/>
</control>
</init>
<timer><print text="%s">cursor_icon</print></timer>
</form>
Création de boîtes de dialogue utilisateur
2.7 Descripteur XML
103

Publicité

loading