author | Edouard Tisserant <edouard@beremiz.fr> |
Fri, 11 Oct 2024 10:49:07 +0200 | |
changeset 4029 | 564f0f1ea75e |
parent 3837 | efe0b5b21842 |
permissions | -rw-r--r-- |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
1 |
<?xml version='1.0' encoding='utf-8'?> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
2 |
<project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
3 |
<fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2019-08-06T14:23:42"/> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
4 |
<contentHeader name="Unnamed" modificationDateTime="2023-08-18T11:29:36"> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
5 |
<coordinateInfo> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
6 |
<fbd> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
7 |
<scaling x="5" y="5"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
8 |
</fbd> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
9 |
<ld> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
10 |
<scaling x="0" y="0"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
11 |
</ld> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
12 |
<sfc> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
13 |
<scaling x="0" y="0"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
14 |
</sfc> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
15 |
</coordinateInfo> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
16 |
</contentHeader> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
17 |
<types> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
18 |
<dataTypes/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
19 |
<pous> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
20 |
<pou name="MainStuff" pouType="program"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
21 |
<interface> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
22 |
<localVars> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
23 |
<variable name="var0"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
24 |
<type> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
25 |
<derived name="HMI_REAL"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
26 |
</type> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
27 |
</variable> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
28 |
<variable name="var1"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
29 |
<type> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
30 |
<derived name="HMI_SINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
31 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
32 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
33 |
<variable name="var2"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
34 |
<type> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
35 |
<derived name="HMI_INT"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
36 |
</type> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
37 |
</variable> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
38 |
<variable name="var3"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
39 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
40 |
<derived name="HMI_DINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
41 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
42 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
43 |
<variable name="var4"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
44 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
45 |
<derived name="HMI_LINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
46 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
47 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
48 |
<variable name="var5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
49 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
50 |
<derived name="HMI_USINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
51 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
52 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
53 |
<variable name="var6"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
54 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
55 |
<derived name="HMI_UINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
56 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
57 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
58 |
<variable name="var7"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
59 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
60 |
<derived name="HMI_UDINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
61 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
62 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
63 |
<variable name="var8"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
64 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
65 |
<derived name="HMI_ULINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
66 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
67 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
68 |
<variable name="var9"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
69 |
<type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
70 |
<derived name="HMI_UDINT"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
71 |
</type> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
72 |
</variable> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
73 |
</localVars> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
74 |
</interface> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
75 |
<body> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
76 |
<FBD> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
77 |
<inVariable localId="5" executionOrderId="0" height="30" width="125" negated="false"> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
78 |
<position x="320" y="60"/> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
79 |
<connectionPointOut> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
80 |
<relPosition x="125" y="15"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
81 |
</connectionPointOut> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
82 |
<expression>var0</expression> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
83 |
</inVariable> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
84 |
<block localId="11" typeName="REAL_TO_INT" executionOrderId="0" height="40" width="100"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
85 |
<position x="495" y="95"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
86 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
87 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
88 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
89 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
90 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
91 |
<position x="495" y="125"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
92 |
<position x="470" y="125"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
93 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
94 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
95 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
96 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
97 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
98 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
99 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
100 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
101 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
102 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
103 |
<relPosition x="100" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
104 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
105 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
106 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
107 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
108 |
<outVariable localId="12" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
109 |
<position x="680" y="65"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
110 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
111 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
112 |
<connection refLocalId="1" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
113 |
<position x="680" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
114 |
<position x="610" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
115 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
116 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
117 |
<expression>var1</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
118 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
119 |
<outVariable localId="13" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
120 |
<position x="680" y="115"/> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
121 |
<connectionPointIn> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
122 |
<relPosition x="0" y="10"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
123 |
<connection refLocalId="11" formalParameter="OUT"> |
3837
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
124 |
<position x="680" y="125"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
125 |
<position x="595" y="125"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
126 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
127 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
128 |
<expression>var2</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
129 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
130 |
<outVariable localId="14" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
131 |
<position x="680" y="165"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
132 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
133 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
134 |
<connection refLocalId="21" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
135 |
<position x="680" y="175"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
136 |
<position x="605" y="175"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
137 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
138 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
139 |
<expression>var3</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
140 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
141 |
<outVariable localId="15" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
142 |
<position x="680" y="215"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
143 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
144 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
145 |
<connection refLocalId="20" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
146 |
<position x="680" y="225"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
147 |
<position x="605" y="225"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
148 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
149 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
150 |
<expression>var4</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
151 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
152 |
<outVariable localId="16" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
153 |
<position x="680" y="265"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
154 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
155 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
156 |
<connection refLocalId="22" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
157 |
<position x="680" y="275"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
158 |
<position x="610" y="275"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
159 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
160 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
161 |
<expression>var5</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
162 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
163 |
<outVariable localId="17" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
164 |
<position x="680" y="315"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
165 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
166 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
167 |
<connection refLocalId="23" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
168 |
<position x="680" y="325"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
169 |
<position x="605" y="325"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
170 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
171 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
172 |
<expression>var6</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
173 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
174 |
<outVariable localId="18" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
175 |
<position x="680" y="365"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
176 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
177 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
178 |
<connection refLocalId="24" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
179 |
<position x="680" y="375"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
180 |
<position x="610" y="375"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
181 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
182 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
183 |
<expression>var7</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
184 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
185 |
<outVariable localId="19" executionOrderId="0" height="25" width="45" negated="false"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
186 |
<position x="680" y="415"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
187 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
188 |
<relPosition x="0" y="10"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
189 |
<connection refLocalId="25" formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
190 |
<position x="680" y="425"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
191 |
<position x="610" y="425"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
192 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
193 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
194 |
<expression>var8</expression> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
195 |
</outVariable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
196 |
<block localId="1" typeName="REAL_TO_SINT" executionOrderId="0" height="40" width="115"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
197 |
<position x="495" y="45"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
198 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
199 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
200 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
201 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
202 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
203 |
<position x="495" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
204 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
205 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
206 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
207 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
208 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
209 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
210 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
211 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
212 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
213 |
<relPosition x="115" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
214 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
215 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
216 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
217 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
218 |
<block localId="20" typeName="REAL_TO_LINT" executionOrderId="0" height="40" width="110"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
219 |
<position x="495" y="195"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
220 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
221 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
222 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
223 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
224 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
225 |
<position x="495" y="225"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
226 |
<position x="470" y="225"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
227 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
228 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
229 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
230 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
231 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
232 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
233 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
234 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
235 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
236 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
237 |
<relPosition x="110" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
238 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
239 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
240 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
241 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
242 |
<block localId="21" typeName="REAL_TO_DINT" executionOrderId="0" height="40" width="110"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
243 |
<position x="495" y="145"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
244 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
245 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
246 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
247 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
248 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
249 |
<position x="495" y="175"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
250 |
<position x="470" y="175"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
251 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
252 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
253 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
254 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
255 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
256 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
257 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
258 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
259 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
260 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
261 |
<relPosition x="110" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
262 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
263 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
264 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
265 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
266 |
<block localId="22" typeName="REAL_TO_USINT" executionOrderId="0" height="40" width="115"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
267 |
<position x="495" y="245"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
268 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
269 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
270 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
271 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
272 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
273 |
<position x="495" y="275"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
274 |
<position x="470" y="275"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
275 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
276 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
277 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
278 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
279 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
280 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
281 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
282 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
283 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
284 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
285 |
<relPosition x="115" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
286 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
287 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
288 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
289 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
290 |
<block localId="23" typeName="REAL_TO_UINT" executionOrderId="0" height="40" width="110"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
291 |
<position x="495" y="295"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
292 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
293 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
294 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
295 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
296 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
297 |
<position x="495" y="325"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
298 |
<position x="470" y="325"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
299 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
300 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
301 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
302 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
303 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
304 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
305 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
306 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
307 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
308 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
309 |
<relPosition x="110" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
310 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
311 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
312 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
313 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
314 |
<block localId="24" typeName="REAL_TO_UDINT" executionOrderId="0" height="40" width="115"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
315 |
<position x="495" y="345"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
316 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
317 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
318 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
319 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
320 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
321 |
<position x="495" y="375"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
322 |
<position x="470" y="375"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
323 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
324 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
325 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
326 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
327 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
328 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
329 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
330 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
331 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
332 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
333 |
<relPosition x="115" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
334 |
</connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
335 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
336 |
</outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
337 |
</block> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
338 |
<block localId="25" typeName="REAL_TO_ULINT" executionOrderId="0" height="40" width="115"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
339 |
<position x="495" y="395"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
340 |
<inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
341 |
<variable formalParameter="IN"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
342 |
<connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
343 |
<relPosition x="0" y="30"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
344 |
<connection refLocalId="5"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
345 |
<position x="495" y="425"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
346 |
<position x="470" y="425"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
347 |
<position x="470" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
348 |
<position x="445" y="75"/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
349 |
</connection> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
350 |
</connectionPointIn> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
351 |
</variable> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
352 |
</inputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
353 |
<inOutVariables/> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
354 |
<outputVariables> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
355 |
<variable formalParameter="OUT"> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
356 |
<connectionPointOut> |
efe0b5b21842
SVGHMI: add support of all IEC61131 interger types.
Edouard Tisserant
parents:
3416
diff
changeset
|
357 |
<relPosition x="115" y="30"/> |
3145
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
358 |
</connectionPointOut> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
359 |
</variable> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
360 |
</outputVariables> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
361 |
</block> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
362 |
</FBD> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
363 |
</body> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
364 |
</pou> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
365 |
</pous> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
366 |
</types> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
367 |
<instances> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
368 |
<configurations> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
369 |
<configuration name="config"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
370 |
<resource name="resource1"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
371 |
<task name="task0" priority="0" interval="T#20ms"> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
372 |
<pouInstance name="instance0" typeName="MainStuff"/> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
373 |
</task> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
374 |
</resource> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
375 |
</configuration> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
376 |
</configurations> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
377 |
</instances> |
80ebb88cf7b7
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
Edouard Tisserant
parents:
diff
changeset
|
378 |
</project> |