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

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
Ncfunc bico to int
Ncfunc int to bico
Ncfunc is bico str valid
106
Signification
La fonction convertit une chaîne spécifiée dans le format FCOM en
valeur de nombre entier (Integer) (voir SINAMICS).
Syntaxe :
<function name="ncfunc.bicotoint" return="integer
variable">bico-string</function>
Exemple :
<let name="s_np0480_0" type="string"></let>
<let name="i_p0480_0">0</let>
<function name="ncfunc.bicotoint"
return="i_p0480_0">s_np0480_0</function>
La fonction convertit une valeur de nombre entier (Integer) en chaîne
au format FCOM (voir SINAMICS).
Syntaxe :
<function name="ncfunc.inttobico" return="string
variable">integer variable</function>
Exemple :
<function name="ncfunc.inttobico"
return="s_p0480_0">"drive/dc/p0480[0, DO2]"</
function>
La fonction retourne la valeur zéro lorsqu'il s'agit d'une chaîne spéci‐
fiée au format FCOM (voir SINAMICS).
Syntaxe :
<function name="ncfunc.isbicostrvalid"
return="integer variable">string varaible</
function>
Exemple :
...
<let name="s_np0480_0" type="string"></let>
...
...
<control name = "cp0480_0" xpos = "402" ypos =
"76"
hotlink="true" refvar="s_np0480_0" >
<property item_data="4001" />
</control>
...
...
<function name="ncfunc.isbicostrvalid"
return="valid">cp0480_0</function>
Manuel de programmation, 12/2017, 6FC5397-1DP40-6DA1
Easy XML

Publicité

Table des Matières
loading

Table des Matières