Télécharger Imprimer la page

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

Masquer les pouces Voir aussi pour SINUMERIK 840D sl:

Publicité

Script
struct_def.xml
<!--
Copyright 2015 by Siemens AG and Wolfram Kuhnert
(wolfram.kuhnert@siemens.com)
Permission to use, copy, modify, distribute, and sell this softwareand its
documentation for any purpose is hereby granted without fee,provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appearin supporting documentation, and
that the names of Siemens AG and Wolfram Kuhnertnot be used in advertising
or publicity pertaining todistribution of the software without specific,
written priorpermission.
Siemens AG and Wolfram Kuhnert make no representations about the
suitability of this software for any purpose. It isprovided "as is" without
express or implied warranty.
Required software version: Operate 4.7 Sp1 HF1
-->
<!--
-->
<typedef name="StructRect" type="struct" >
<element name="left" type="int">0</element>
<element name="top" type="int">0</element>
<element name="right" type="int">0</element>
<element name="bottom" type="int">0</element>
</typedef>
<typedef name="StructPoint" type="struct" >
<element name="x" type="int">0</element>
<element name="y" type="int">0</element>
</typedef>
<typedef name="StructSize" type="struct" >
<element name="width" type="int">0</element>
<element name="height" type="int">0</element>
</typedef>
<typedef name="StructMDLimits" type="struct" >
<element name="lowerLimit" type="double">0</element>
<element name="upperLimit" type="double">0</element>
<element name="arrayDim1" >0</element>
<element name="arrayDim2" >0</element>
</typedef>
Easy XML
Manuel de programmation, 10/2020, 6FC5397-1DP40-6DA4
typedef struct tagRECT {
LONG left;
LONG top;
LONG right;
LONG bottom;
} RECT;
Création de boîtes de dialogue utilisateur
2.9 Créer un fichier struct_def.xml
131

Publicité

loading