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

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

Publicité

Création de boîtes de dialogue utilisateur
1.10 Fonctions prédéfinies
Nom de la fonction
MMC Suite
136
Signification
Exemple d'appel synchrone :
Les modifications dans le système de base d'Operate transforment les
paramètres comme suit :
XML → CYCLES ou POPUPDLG
XML_ON → PICTURE_ON
XML_OFF → PICTURE_OFF
Instruction CN
MMC("EASYXML oder
CYCLES",XML_ON,mmc_cmd.xml,cmd1,,,,,","S")
Fichier : mmc_cmd.xml
<menu name = "cmd1">
<open_form name = "cmd1_form" />
<softkey_ok>
<close_form />
</softkey_ok>
</menu>
<form name = "cmd1_form" xpos ="12" ypos="100"
width="500" height="240">
<init>
</init>
<paint>
</paint>
</form>
Exemple d'appel asynchrone (pas d'acquittement attendu) :
Les modifications dans le système de base d'Operate transforment les
paramètres comme suit :
XML → CYCLES ou POPUPDLG
XML_ON → PICTURE_ON
XML_OFF → PICTURE_OFF
Instruction CN
MMC("EASYXML oder
CYCLES",PICTURE_ON,mmc_cmd.xml,cmd1,,,10,,","N")
Fichier : mmc_cmd.xml <menu name = "cmd1">
<open_form name = "cmd1_form" />
<close_form />
</softkey_ok>
</menu>
<form name = "cmd1_form" xpos ="12" ypos="100"
width="500" height="240">
<init>
</init>
<paint>
</paint>
</form>
Manuel de programmation, 12/2017, 6FC5397-1DP40-6DA1
<softkey_ok>
Easy XML

Publicité

Table des Matières
loading

Table des Matières