author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Thu, 20 Jul 2023 22:03:23 +0200 | |
changeset 1102 | 1610b6528b27 |
parent 215 | 15c98c40f6f4 |
permissions | -rwxr-xr-x |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
2 |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
3 |
xmlns="http://www.plcopen.org/xml/tc6.xsd" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4 |
xmlns:xhtml="http://www.w3.org/1999/xhtml" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
5 |
xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd http://www.plcopen.org/xml/tc6.xsd"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
6 |
<fileHeader contentDescription="This tests as most as possible IEC standard library" |
215 | 7 |
companyName="Beremiz" |
8 |
companyURL="www.beremiz.org" |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
9 |
productName="BREMIZ" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
10 |
productRelease="1" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
11 |
productVersion="1" |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
12 |
creationDateTime="2007-07-07 11:58:26"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
13 |
<contentHeader name="STD_TEST"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
14 |
<coordinateInfo> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
15 |
<fbd> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
16 |
<scaling y="0" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
17 |
</fbd> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
18 |
<ld> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
19 |
<scaling y="0" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
20 |
</ld> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
21 |
<sfc> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
22 |
<scaling y="0" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
23 |
</sfc> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
24 |
</coordinateInfo> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
25 |
</contentHeader> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
26 |
<types> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
27 |
<dataTypes/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
28 |
<pous> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
29 |
<pou name="TEST_FROM_STRINGS" pouType="functionBlock"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
30 |
<interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
31 |
<inputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
32 |
<variable name="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
33 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
34 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
35 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
36 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
37 |
<variable name="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
38 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
39 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
40 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
41 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
42 |
<variable name="TESTNR"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
43 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
44 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
45 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
46 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
47 |
</inputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
48 |
<outputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
49 |
<variable name="INTRES"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
50 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
51 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
52 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
53 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
54 |
<variable name="NEXT_TEST"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
55 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
56 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
57 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
58 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
59 |
<variable name="TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
60 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
61 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
62 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
63 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
64 |
</outputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
65 |
</interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
66 |
<body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
67 |
<FBD> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
68 |
<inVariable localId="6" width="59" height="27"> |
44 | 69 |
<position y="288" x="34"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
70 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
71 |
<relPosition y="13" x="59"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
72 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
73 |
<expression>TESTNR</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
74 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
75 |
<outVariable localId="8" width="92" height="47"> |
44 | 76 |
<position y="370" x="826"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
77 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
78 |
<relPosition y="23" x="0"/> |
44 | 79 |
<connection refLocalId="16" formalParameter="OUT"> |
80 |
<position y="393" x="826"/> |
|
81 |
<position y="393" x="809"/> |
|
82 |
<position y="400" x="809"/> |
|
83 |
<position y="400" x="792"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
84 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
85 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
86 |
<expression>INTRES</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
87 |
</outVariable> |
44 | 88 |
<block localId="11" height="114" width="115" instanceName="" typeName="LEN"> |
89 |
<position y="361" x="325"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
90 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
91 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
92 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
93 |
<relPosition y="67" x="0"/> |
44 | 94 |
<connection refLocalId="24"> |
95 |
<position y="428" x="325"/> |
|
96 |
<position y="428" x="304"/> |
|
97 |
<position y="416" x="304"/> |
|
98 |
<position y="416" x="283"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
99 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
100 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
101 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
102 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
103 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
104 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
105 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
106 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
107 |
<relPosition y="67" x="115"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
108 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
109 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
110 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
111 |
</block> |
44 | 112 |
<block localId="16" height="240" width="107" instanceName="" typeName="MUX"> |
113 |
<position y="358" x="685"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
114 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
115 |
<variable formalParameter="K"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
116 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
117 |
<relPosition y="42" x="0"/> |
44 | 118 |
<connection refLocalId="60" formalParameter="OUT"> |
119 |
<position y="400" x="685"/> |
|
120 |
<position y="400" x="642"/> |
|
121 |
<position y="338" x="642"/> |
|
122 |
<position y="338" x="614"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
123 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
124 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
125 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
126 |
<variable formalParameter="IN0"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
127 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
128 |
<relPosition y="86" x="0"/> |
44 | 129 |
<connection refLocalId="11" formalParameter="OUT"> |
130 |
<position y="444" x="685"/> |
|
131 |
<position y="444" x="562"/> |
|
132 |
<position y="428" x="562"/> |
|
133 |
<position y="428" x="440"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
134 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
135 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
136 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
137 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
138 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
139 |
<relPosition y="130" x="0"/> |
44 | 140 |
<connection refLocalId="76" formalParameter="OUT"> |
141 |
<position y="488" x="685"/> |
|
142 |
<position y="488" x="534"/> |
|
143 |
<position y="515" x="534"/> |
|
144 |
<position y="515" x="467"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
145 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
146 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
147 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
148 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
149 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
150 |
<relPosition y="174" x="0"/> |
44 | 151 |
<connection refLocalId="75" formalParameter="OUT"> |
152 |
<position y="532" x="685"/> |
|
153 |
<position y="532" x="600"/> |
|
154 |
<position y="599" x="600"/> |
|
155 |
<position y="599" x="467"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
156 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
157 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
158 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
159 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
160 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
161 |
<relPosition y="218" x="0"/> |
44 | 162 |
<connection refLocalId="57" formalParameter="OUT"> |
163 |
<position y="576" x="685"/> |
|
164 |
<position y="576" x="632"/> |
|
165 |
<position y="690" x="632"/> |
|
166 |
<position y="690" x="448"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
167 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
168 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
169 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
170 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
171 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
172 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
173 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
174 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
175 |
<relPosition y="42" x="107"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
176 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
177 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
178 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
179 |
</block> |
43 | 180 |
<inVariable localId="23" width="49" height="30"> |
44 | 181 |
<position y="508" x="270"/> |
43 | 182 |
<connectionPointOut> |
183 |
<relPosition y="15" x="49"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
184 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
185 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
186 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
187 |
<inVariable localId="24" width="75" height="33"> |
44 | 188 |
<position y="400" x="208"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
189 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
190 |
<relPosition y="16" x="75"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
191 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
192 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
193 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
194 |
<inVariable localId="25" width="71" height="29"> |
44 | 195 |
<position y="562" x="248"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
196 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
197 |
<relPosition y="14" x="71"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
198 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
199 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
200 |
</inVariable> |
44 | 201 |
<block localId="57" height="60" width="63" instanceName="" typeName="FIND"> |
202 |
<position y="660" x="385"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
203 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
204 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
205 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
206 |
<relPosition y="30" x="0"/> |
44 | 207 |
<connection refLocalId="58"> |
208 |
<position y="690" x="385"/> |
|
209 |
<position y="690" x="371"/> |
|
210 |
<position y="678" x="371"/> |
|
211 |
<position y="678" x="347"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
212 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
213 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
214 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
215 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
216 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
217 |
<relPosition y="50" x="0"/> |
44 | 218 |
<connection refLocalId="59"> |
219 |
<position y="710" x="385"/> |
|
220 |
<position y="710" x="371"/> |
|
221 |
<position y="713" x="371"/> |
|
222 |
<position y="713" x="348"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
223 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
224 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
225 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
226 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
227 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
228 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
229 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
230 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
231 |
<relPosition y="30" x="63"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
232 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
233 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
234 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
235 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
236 |
<inVariable localId="58" width="31" height="27"> |
44 | 237 |
<position y="665" x="316"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
238 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
239 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
240 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
241 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
242 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
243 |
<inVariable localId="59" width="31" height="27"> |
44 | 244 |
<position y="700" x="317"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
245 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
246 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
247 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
248 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
249 |
</inVariable> |
44 | 250 |
<block localId="60" height="80" width="63" instanceName="" typeName="LIMIT"> |
251 |
<position y="308" x="551"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
252 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
253 |
<variable formalParameter="MN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
254 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
255 |
<relPosition y="30" x="0"/> |
44 | 256 |
<connection refLocalId="65"> |
257 |
<position y="338" x="551"/> |
|
258 |
<position y="338" x="523"/> |
|
259 |
<position y="321" x="523"/> |
|
260 |
<position y="321" x="496"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
261 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
262 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
263 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
264 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
265 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
266 |
<relPosition y="50" x="0"/> |
44 | 267 |
<connection refLocalId="6"> |
268 |
<position y="358" x="551"/> |
|
269 |
<position y="358" x="462"/> |
|
270 |
<position y="301" x="462"/> |
|
271 |
<position y="301" x="93"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
272 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
273 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
274 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
275 |
<variable formalParameter="MX"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
276 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
277 |
<relPosition y="70" x="0"/> |
44 | 278 |
<connection refLocalId="62"> |
279 |
<position y="378" x="551"/> |
|
280 |
<position y="378" x="532"/> |
|
281 |
<position y="390" x="532"/> |
|
282 |
<position y="390" x="513"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
283 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
284 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
285 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
286 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
287 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
288 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
289 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
290 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
291 |
<relPosition y="30" x="63"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
292 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
293 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
294 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
295 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
296 |
<inVariable localId="62" width="38" height="27"> |
44 | 297 |
<position y="377" x="475"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
298 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
299 |
<relPosition y="13" x="38"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
300 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
301 |
<expression>3</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
302 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
303 |
<comment localId="63" height="87" width="243"> |
44 | 304 |
<position y="46" x="48"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
305 |
<content>The FROM STRING test machine</content> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
306 |
</comment> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
307 |
<inVariable localId="65" width="18" height="27"> |
44 | 308 |
<position y="308" x="478"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
309 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
310 |
<relPosition y="13" x="18"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
311 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
312 |
<expression>0</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
313 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
314 |
<outVariable localId="66" width="83" height="27"> |
44 | 315 |
<position y="192" x="311"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
316 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
317 |
<relPosition y="13" x="0"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
318 |
<connection refLocalId="6"> |
44 | 319 |
<position y="205" x="311"/> |
320 |
<position y="205" x="202"/> |
|
321 |
<position y="301" x="202"/> |
|
322 |
<position y="301" x="93"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
323 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
324 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
325 |
<expression>NEXT_TEST</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
326 |
</outVariable> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
327 |
<inVariable localId="69" width="41" height="27"> |
44 | 328 |
<position y="440" x="831"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
329 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
330 |
<relPosition y="13" x="41"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
331 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
332 |
<expression>'LEN'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
333 |
</inVariable> |
43 | 334 |
<inVariable localId="70" width="90" height="27"> |
44 | 335 |
<position y="490" x="833"/> |
43 | 336 |
<connectionPointOut> |
337 |
<relPosition y="13" x="90"/> |
|
338 |
</connectionPointOut> |
|
339 |
<expression>'EQ(IN1,IN2)'</expression> |
|
340 |
</inVariable> |
|
341 |
<inVariable localId="71" width="90" height="27"> |
|
44 | 342 |
<position y="537" x="843"/> |
43 | 343 |
<connectionPointOut> |
344 |
<relPosition y="13" x="90"/> |
|
345 |
</connectionPointOut> |
|
346 |
<expression>'EQ(IN2,IN2)'</expression> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
347 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
348 |
<inVariable localId="72" width="46" height="27"> |
44 | 349 |
<position y="585" x="823"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
350 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
351 |
<relPosition y="13" x="46"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
352 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
353 |
<expression>'FIND'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
354 |
</inVariable> |
44 | 355 |
<block localId="73" height="274" width="69" instanceName="" typeName="MUX"> |
356 |
<position y="424" x="1065"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
357 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
358 |
<variable formalParameter="K"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
359 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
360 |
<relPosition y="45" x="0"/> |
44 | 361 |
<connection refLocalId="60" formalParameter="OUT"> |
362 |
<position y="469" x="1065"/> |
|
363 |
<position y="469" x="1039"/> |
|
364 |
<position y="338" x="1039"/> |
|
365 |
<position y="338" x="614"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
366 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
367 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
368 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
369 |
<variable formalParameter="IN0"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
370 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
371 |
<relPosition y="95" x="0"/> |
44 | 372 |
<connection refLocalId="69"> |
373 |
<position y="519" x="1065"/> |
|
374 |
<position y="519" x="1003"/> |
|
375 |
<position y="453" x="1003"/> |
|
376 |
<position y="453" x="872"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
377 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
378 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
379 |
</variable> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
380 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
381 |
<connectionPointIn> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
382 |
<relPosition y="145" x="0"/> |
44 | 383 |
<connection refLocalId="70"> |
384 |
<position y="569" x="1065"/> |
|
385 |
<position y="569" x="988"/> |
|
386 |
<position y="503" x="988"/> |
|
387 |
<position y="503" x="923"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
388 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
389 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
390 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
391 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
392 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
393 |
<relPosition y="195" x="0"/> |
44 | 394 |
<connection refLocalId="71"> |
395 |
<position y="619" x="1065"/> |
|
396 |
<position y="619" x="973"/> |
|
397 |
<position y="550" x="973"/> |
|
398 |
<position y="550" x="933"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
399 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
400 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
401 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
402 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
403 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
404 |
<relPosition y="245" x="0"/> |
44 | 405 |
<connection refLocalId="72"> |
406 |
<position y="669" x="1065"/> |
|
407 |
<position y="669" x="942"/> |
|
408 |
<position y="598" x="942"/> |
|
409 |
<position y="598" x="869"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
410 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
411 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
412 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
413 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
414 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
415 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
416 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
417 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
418 |
<relPosition y="45" x="69"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
419 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
420 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
421 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
422 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
423 |
<outVariable localId="74" width="86" height="27"> |
44 | 424 |
<position y="444" x="1202"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
425 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
426 |
<relPosition y="13" x="0"/> |
44 | 427 |
<connection refLocalId="73" formalParameter="OUT"> |
428 |
<position y="457" x="1202"/> |
|
429 |
<position y="457" x="1157"/> |
|
430 |
<position y="469" x="1157"/> |
|
431 |
<position y="469" x="1134"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
432 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
433 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
434 |
<expression>TEST_NAME</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
435 |
</outVariable> |
44 | 436 |
<block localId="75" height="60" width="63" instanceName="" typeName="EQ"> |
437 |
<position y="569" x="404"/> |
|
43 | 438 |
<inputVariables> |
439 |
<variable formalParameter="IN1"> |
|
440 |
<connectionPointIn> |
|
441 |
<relPosition y="30" x="0"/> |
|
442 |
<connection refLocalId="25"> |
|
44 | 443 |
<position y="599" x="404"/> |
444 |
<position y="599" x="379"/> |
|
445 |
<position y="576" x="379"/> |
|
446 |
<position y="576" x="319"/> |
|
43 | 447 |
</connection> |
448 |
</connectionPointIn> |
|
449 |
</variable> |
|
450 |
<variable formalParameter="IN2"> |
|
451 |
<connectionPointIn> |
|
452 |
<relPosition y="50" x="0"/> |
|
453 |
<connection refLocalId="25"> |
|
44 | 454 |
<position y="619" x="404"/> |
455 |
<position y="619" x="379"/> |
|
456 |
<position y="576" x="379"/> |
|
457 |
<position y="576" x="319"/> |
|
43 | 458 |
</connection> |
459 |
</connectionPointIn> |
|
460 |
</variable> |
|
461 |
</inputVariables> |
|
462 |
<inOutVariables/> |
|
463 |
<outputVariables> |
|
464 |
<variable formalParameter="OUT"> |
|
465 |
<connectionPointOut> |
|
466 |
<relPosition y="30" x="63"/> |
|
467 |
</connectionPointOut> |
|
468 |
</variable> |
|
469 |
</outputVariables> |
|
470 |
</block> |
|
44 | 471 |
<block localId="76" height="60" width="63" instanceName="" typeName="EQ"> |
472 |
<position y="485" x="404"/> |
|
43 | 473 |
<inputVariables> |
474 |
<variable formalParameter="IN1"> |
|
475 |
<connectionPointIn> |
|
476 |
<relPosition y="30" x="0"/> |
|
477 |
<connection refLocalId="23"> |
|
44 | 478 |
<position y="515" x="404"/> |
479 |
<position y="515" x="342"/> |
|
480 |
<position y="523" x="342"/> |
|
481 |
<position y="523" x="319"/> |
|
43 | 482 |
</connection> |
483 |
</connectionPointIn> |
|
484 |
</variable> |
|
485 |
<variable formalParameter="IN2"> |
|
486 |
<connectionPointIn> |
|
487 |
<relPosition y="50" x="0"/> |
|
44 | 488 |
<connection refLocalId="25"> |
489 |
<position y="535" x="404"/> |
|
490 |
<position y="535" x="379"/> |
|
491 |
<position y="576" x="379"/> |
|
492 |
<position y="576" x="319"/> |
|
43 | 493 |
</connection> |
494 |
</connectionPointIn> |
|
495 |
</variable> |
|
496 |
</inputVariables> |
|
497 |
<inOutVariables/> |
|
498 |
<outputVariables> |
|
499 |
<variable formalParameter="OUT"> |
|
500 |
<connectionPointOut> |
|
501 |
<relPosition y="30" x="63"/> |
|
502 |
</connectionPointOut> |
|
503 |
</variable> |
|
504 |
</outputVariables> |
|
505 |
</block> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
506 |
</FBD> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
507 |
</body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
508 |
</pou> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
509 |
<pou name="TEST_STRINGS_OPS" pouType="functionBlock"> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
510 |
<interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
511 |
<inputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
512 |
<variable name="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
513 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
514 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
515 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
516 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
517 |
<variable name="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
518 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
519 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
520 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
521 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
522 |
<variable name="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
523 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
524 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
525 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
526 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
527 |
<variable name="TESTNR"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
528 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
529 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
530 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
531 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
532 |
<variable name="K"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
533 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
534 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
535 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
536 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
537 |
<variable name="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
538 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
539 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
540 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
541 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
542 |
<variable name="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
543 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
544 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
545 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
546 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
547 |
</inputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
548 |
<outputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
549 |
<variable name="STRRES"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
550 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
551 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
552 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
553 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
554 |
<variable name="NEXT_TEST"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
555 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
556 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
557 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
558 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
559 |
<variable name="TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
560 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
561 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
562 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
563 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
564 |
</outputVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
565 |
</interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
566 |
<body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
567 |
<FBD> |
44 | 568 |
<block localId="1" height="242" width="93" instanceName="" typeName="MUX"> |
569 |
<position y="242" x="702"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
570 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
571 |
<variable formalParameter="K"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
572 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
573 |
<relPosition y="30" x="0"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
574 |
<connection refLocalId="81" formalParameter="OUT"> |
44 | 575 |
<position y="272" x="702"/> |
576 |
<position y="272" x="667"/> |
|
577 |
<position y="208" x="667"/> |
|
578 |
<position y="208" x="632"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
579 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
580 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
581 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
582 |
<variable formalParameter="IN0"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
583 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
584 |
<relPosition y="50" x="0"/> |
44 | 585 |
<connection refLocalId="20"> |
586 |
<position y="292" x="702"/> |
|
587 |
<position y="292" x="450"/> |
|
588 |
<position y="302" x="450"/> |
|
589 |
<position y="302" x="264"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
590 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
591 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
592 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
593 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
594 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
595 |
<relPosition y="70" x="0"/> |
44 | 596 |
<connection refLocalId="21"> |
597 |
<position y="312" x="702"/> |
|
598 |
<position y="312" x="473"/> |
|
599 |
<position y="333" x="473"/> |
|
600 |
<position y="333" x="263"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
601 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
602 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
603 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
604 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
605 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
606 |
<relPosition y="90" x="0"/> |
44 | 607 |
<connection refLocalId="22"> |
608 |
<position y="332" x="702"/> |
|
609 |
<position y="332" x="498"/> |
|
610 |
<position y="370" x="498"/> |
|
611 |
<position y="370" x="214"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
612 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
613 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
614 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
615 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
616 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
617 |
<relPosition y="110" x="0"/> |
44 | 618 |
<connection refLocalId="27" formalParameter="OUT"> |
619 |
<position y="352" x="702"/> |
|
620 |
<position y="352" x="516"/> |
|
621 |
<position y="417" x="516"/> |
|
622 |
<position y="417" x="366"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
623 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
624 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
625 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
626 |
<variable formalParameter="IN4"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
627 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
628 |
<relPosition y="130" x="0"/> |
44 | 629 |
<connection refLocalId="31" formalParameter="OUT"> |
630 |
<position y="372" x="702"/> |
|
631 |
<position y="372" x="534"/> |
|
632 |
<position y="506" x="534"/> |
|
633 |
<position y="506" x="347"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
634 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
635 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
636 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
637 |
<variable formalParameter="IN5"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
638 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
639 |
<relPosition y="150" x="0"/> |
44 | 640 |
<connection refLocalId="34" formalParameter="OUT"> |
641 |
<position y="392" x="702"/> |
|
642 |
<position y="392" x="549"/> |
|
643 |
<position y="582" x="549"/> |
|
644 |
<position y="582" x="344"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
645 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
646 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
647 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
648 |
<variable formalParameter="IN6"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
649 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
650 |
<relPosition y="170" x="0"/> |
44 | 651 |
<connection refLocalId="39" formalParameter="OUT"> |
652 |
<position y="412" x="702"/> |
|
653 |
<position y="412" x="568"/> |
|
654 |
<position y="692" x="568"/> |
|
655 |
<position y="692" x="358"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
656 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
657 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
658 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
659 |
<variable formalParameter="IN7"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
660 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
661 |
<relPosition y="190" x="0"/> |
44 | 662 |
<connection refLocalId="46" formalParameter="OUT"> |
663 |
<position y="432" x="702"/> |
|
664 |
<position y="432" x="593"/> |
|
665 |
<position y="791" x="593"/> |
|
666 |
<position y="791" x="325"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
667 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
668 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
669 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
670 |
<variable formalParameter="IN8"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
671 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
672 |
<relPosition y="210" x="0"/> |
44 | 673 |
<connection refLocalId="48" formalParameter="OUT"> |
674 |
<position y="452" x="702"/> |
|
675 |
<position y="452" x="611"/> |
|
676 |
<position y="887" x="611"/> |
|
677 |
<position y="887" x="315"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
678 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
679 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
680 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
681 |
<variable formalParameter="IN9"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
682 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
683 |
<relPosition y="230" x="0"/> |
44 | 684 |
<connection refLocalId="52" formalParameter="OUT"> |
685 |
<position y="472" x="702"/> |
|
686 |
<position y="472" x="631"/> |
|
687 |
<position y="1042" x="631"/> |
|
688 |
<position y="1042" x="324"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
689 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
690 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
691 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
692 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
693 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
694 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
695 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
696 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
697 |
<relPosition y="30" x="93"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
698 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
699 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
700 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
701 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
702 |
<outVariable localId="2" width="66" height="28"> |
44 | 703 |
<position y="244" x="845"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
704 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
705 |
<relPosition y="14" x="0"/> |
44 | 706 |
<connection refLocalId="1" formalParameter="OUT"> |
707 |
<position y="258" x="845"/> |
|
708 |
<position y="258" x="813"/> |
|
709 |
<position y="272" x="813"/> |
|
710 |
<position y="272" x="795"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
711 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
712 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
713 |
<expression>STRRES</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
714 |
</outVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
715 |
<inVariable localId="6" width="59" height="27"> |
44 | 716 |
<position y="205" x="234"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
717 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
718 |
<relPosition y="13" x="59"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
719 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
720 |
<expression>TESTNR</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
721 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
722 |
<inVariable localId="20" width="31" height="27"> |
44 | 723 |
<position y="289" x="233"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
724 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
725 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
726 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
727 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
728 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
729 |
<inVariable localId="21" width="32" height="29"> |
44 | 730 |
<position y="319" x="231"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
731 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
732 |
<relPosition y="14" x="32"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
733 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
734 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
735 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
736 |
<inVariable localId="22" width="48" height="29"> |
44 | 737 |
<position y="356" x="166"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
738 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
739 |
<relPosition y="14" x="48"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
740 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
741 |
<expression>IN3</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
742 |
</inVariable> |
44 | 743 |
<block localId="27" height="61" width="75" instanceName="" typeName="LEFT"> |
744 |
<position y="387" x="291"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
745 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
746 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
747 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
748 |
<relPosition y="30" x="0"/> |
44 | 749 |
<connection refLocalId="28"> |
750 |
<position y="417" x="291"/> |
|
751 |
<position y="417" x="270"/> |
|
752 |
<position y="409" x="270"/> |
|
753 |
<position y="409" x="199"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
754 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
755 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
756 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
757 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
758 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
759 |
<relPosition y="50" x="0"/> |
44 | 760 |
<connection refLocalId="29"> |
761 |
<position y="437" x="291"/> |
|
762 |
<position y="437" x="271"/> |
|
763 |
<position y="447" x="271"/> |
|
764 |
<position y="447" x="187"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
765 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
766 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
767 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
768 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
769 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
770 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
771 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
772 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
773 |
<relPosition y="30" x="75"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
774 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
775 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
776 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
777 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
778 |
<inVariable localId="28" width="35" height="30"> |
44 | 779 |
<position y="394" x="164"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
780 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
781 |
<relPosition y="15" x="35"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
782 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
783 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
784 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
785 |
<inVariable localId="29" width="21" height="27"> |
44 | 786 |
<position y="434" x="166"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
787 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
788 |
<relPosition y="13" x="21"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
789 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
790 |
<expression>L</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
791 |
</inVariable> |
44 | 792 |
<block localId="31" height="60" width="55" instanceName="" typeName="RIGHT"> |
793 |
<position y="476" x="292"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
794 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
795 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
796 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
797 |
<relPosition y="30" x="0"/> |
44 | 798 |
<connection refLocalId="32"> |
799 |
<position y="506" x="292"/> |
|
800 |
<position y="506" x="267"/> |
|
801 |
<position y="491" x="267"/> |
|
802 |
<position y="491" x="243"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
803 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
804 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
805 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
806 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
807 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
808 |
<relPosition y="50" x="0"/> |
44 | 809 |
<connection refLocalId="33"> |
810 |
<position y="526" x="292"/> |
|
811 |
<position y="526" x="256"/> |
|
812 |
<position y="539" x="256"/> |
|
813 |
<position y="539" x="221"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
814 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
815 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
816 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
817 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
818 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
819 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
820 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
821 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
822 |
<relPosition y="30" x="55"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
823 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
824 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
825 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
826 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
827 |
<inVariable localId="32" width="31" height="28"> |
44 | 828 |
<position y="477" x="212"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
829 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
830 |
<relPosition y="14" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
831 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
832 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
833 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
834 |
<inVariable localId="33" width="17" height="27"> |
44 | 835 |
<position y="526" x="204"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
836 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
837 |
<relPosition y="13" x="17"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
838 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
839 |
<expression>L</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
840 |
</inVariable> |
44 | 841 |
<block localId="34" height="80" width="55" instanceName="" typeName="MID"> |
842 |
<position y="552" x="289"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
843 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
844 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
845 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
846 |
<relPosition y="30" x="0"/> |
44 | 847 |
<connection refLocalId="35"> |
848 |
<position y="582" x="289"/> |
|
849 |
<position y="582" x="264"/> |
|
850 |
<position y="578" x="264"/> |
|
851 |
<position y="578" x="240"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
852 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
853 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
854 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
855 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
856 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
857 |
<relPosition y="50" x="0"/> |
44 | 858 |
<connection refLocalId="38"> |
859 |
<position y="602" x="289"/> |
|
860 |
<position y="602" x="238"/> |
|
861 |
<position y="596" x="238"/> |
|
862 |
<position y="596" x="188"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
863 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
864 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
865 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
866 |
<variable formalParameter="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
867 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
868 |
<relPosition y="70" x="0"/> |
44 | 869 |
<connection refLocalId="37"> |
870 |
<position y="622" x="289"/> |
|
871 |
<position y="622" x="261"/> |
|
872 |
<position y="618" x="261"/> |
|
873 |
<position y="618" x="233"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
874 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
875 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
876 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
877 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
878 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
879 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
880 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
881 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
882 |
<relPosition y="30" x="55"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
883 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
884 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
885 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
886 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
887 |
<inVariable localId="35" width="31" height="27"> |
44 | 888 |
<position y="565" x="209"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
889 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
890 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
891 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
892 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
893 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
894 |
<inVariable localId="37" width="18" height="27"> |
44 | 895 |
<position y="605" x="215"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
896 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
897 |
<relPosition y="13" x="18"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
898 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
899 |
<expression>P</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
900 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
901 |
<inVariable localId="38" width="17" height="27"> |
44 | 902 |
<position y="583" x="171"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
903 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
904 |
<relPosition y="13" x="17"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
905 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
906 |
<expression>L</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
907 |
</inVariable> |
44 | 908 |
<block localId="39" height="83" width="67" instanceName="" typeName="CONCAT"> |
909 |
<position y="662" x="291"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
910 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
911 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
912 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
913 |
<relPosition y="30" x="0"/> |
44 | 914 |
<connection refLocalId="40"> |
915 |
<position y="692" x="291"/> |
|
916 |
<position y="692" x="258"/> |
|
917 |
<position y="666" x="258"/> |
|
918 |
<position y="666" x="225"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
919 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
920 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
921 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
922 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
923 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
924 |
<relPosition y="51" x="0"/> |
44 | 925 |
<connection refLocalId="41"> |
926 |
<position y="713" x="291"/> |
|
927 |
<position y="713" x="258"/> |
|
928 |
<position y="704" x="258"/> |
|
929 |
<position y="704" x="226"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
930 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
931 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
932 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
933 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
934 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
935 |
<relPosition y="72" x="0"/> |
44 | 936 |
<connection refLocalId="42"> |
937 |
<position y="734" x="291"/> |
|
938 |
<position y="734" x="258"/> |
|
939 |
<position y="739" x="258"/> |
|
940 |
<position y="739" x="225"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
941 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
942 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
943 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
944 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
945 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
946 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
947 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
948 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
949 |
<relPosition y="30" x="67"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
950 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
951 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
952 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
953 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
954 |
<inVariable localId="40" width="31" height="27"> |
44 | 955 |
<position y="653" x="194"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
956 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
957 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
958 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
959 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
960 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
961 |
<inVariable localId="41" width="31" height="27"> |
44 | 962 |
<position y="691" x="195"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
963 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
964 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
965 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
966 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
967 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
968 |
<inVariable localId="42" width="31" height="27"> |
44 | 969 |
<position y="726" x="194"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
970 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
971 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
972 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
973 |
<expression>IN3</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
974 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
975 |
<inVariable localId="44" width="31" height="27"> |
44 | 976 |
<position y="775" x="188"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
977 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
978 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
979 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
980 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
981 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
982 |
<inVariable localId="45" width="31" height="27"> |
44 | 983 |
<position y="804" x="184"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
984 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
985 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
986 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
987 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
988 |
</inVariable> |
44 | 989 |
<block localId="46" height="80" width="63" instanceName="" typeName="INSERT"> |
990 |
<position y="761" x="262"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
991 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
992 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
993 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
994 |
<relPosition y="30" x="0"/> |
44 | 995 |
<connection refLocalId="44"> |
996 |
<position y="791" x="262"/> |
|
997 |
<position y="791" x="240"/> |
|
998 |
<position y="788" x="240"/> |
|
999 |
<position y="788" x="219"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1000 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1001 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1002 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1003 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1004 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1005 |
<relPosition y="50" x="0"/> |
44 | 1006 |
<connection refLocalId="45"> |
1007 |
<position y="811" x="262"/> |
|
1008 |
<position y="811" x="238"/> |
|
1009 |
<position y="817" x="238"/> |
|
1010 |
<position y="817" x="215"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1011 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1012 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1013 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1014 |
<variable formalParameter="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1015 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1016 |
<relPosition y="70" x="0"/> |
44 | 1017 |
<connection refLocalId="47"> |
1018 |
<position y="831" x="262"/> |
|
1019 |
<position y="831" x="234"/> |
|
1020 |
<position y="854" x="234"/> |
|
1021 |
<position y="854" x="206"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1022 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1023 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1024 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1025 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1026 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1027 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1028 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1029 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1030 |
<relPosition y="30" x="63"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1031 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1032 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1033 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1034 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1035 |
<inVariable localId="47" width="18" height="27"> |
44 | 1036 |
<position y="841" x="188"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1037 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1038 |
<relPosition y="13" x="18"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1039 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1040 |
<expression>P</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1041 |
</inVariable> |
44 | 1042 |
<block localId="48" height="80" width="58" instanceName="" typeName="DELETE"> |
1043 |
<position y="857" x="257"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1044 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1045 |
<variable formalParameter="IN"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1046 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1047 |
<relPosition y="30" x="0"/> |
44 | 1048 |
<connection refLocalId="49"> |
1049 |
<position y="887" x="257"/> |
|
1050 |
<position y="887" x="234"/> |
|
1051 |
<position y="894" x="234"/> |
|
1052 |
<position y="894" x="211"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1053 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1054 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1055 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1056 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1057 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1058 |
<relPosition y="50" x="0"/> |
44 | 1059 |
<connection refLocalId="50"> |
1060 |
<position y="907" x="257"/> |
|
1061 |
<position y="907" x="232"/> |
|
1062 |
<position y="929" x="232"/> |
|
1063 |
<position y="929" x="208"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1064 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1065 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1066 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1067 |
<variable formalParameter="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1068 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1069 |
<relPosition y="70" x="0"/> |
44 | 1070 |
<connection refLocalId="51"> |
1071 |
<position y="927" x="257"/> |
|
1072 |
<position y="927" x="239"/> |
|
1073 |
<position y="970" x="239"/> |
|
1074 |
<position y="970" x="222"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1075 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1076 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1077 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1078 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1079 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1080 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1081 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1082 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1083 |
<relPosition y="30" x="58"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1084 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1085 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1086 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1087 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1088 |
<inVariable localId="49" width="31" height="27"> |
44 | 1089 |
<position y="881" x="180"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1090 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1091 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1092 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1093 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1094 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1095 |
<inVariable localId="50" width="17" height="27"> |
44 | 1096 |
<position y="916" x="191"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1097 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1098 |
<relPosition y="13" x="17"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1099 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1100 |
<expression>L</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1101 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1102 |
<inVariable localId="51" width="18" height="27"> |
44 | 1103 |
<position y="957" x="204"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1104 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1105 |
<relPosition y="13" x="18"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1106 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1107 |
<expression>P</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1108 |
</inVariable> |
44 | 1109 |
<block localId="52" height="100" width="67" instanceName="" typeName="REPLACE"> |
1110 |
<position y="1012" x="257"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1111 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1112 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1113 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1114 |
<relPosition y="30" x="0"/> |
44 | 1115 |
<connection refLocalId="53"> |
1116 |
<position y="1042" x="257"/> |
|
1117 |
<position y="1042" x="233"/> |
|
1118 |
<position y="1027" x="233"/> |
|
1119 |
<position y="1027" x="209"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1120 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1121 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1122 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1123 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1124 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1125 |
<relPosition y="50" x="0"/> |
44 | 1126 |
<connection refLocalId="54"> |
1127 |
<position y="1062" x="257"/> |
|
1128 |
<position y="1062" x="226"/> |
|
1129 |
<position y="1057" x="226"/> |
|
1130 |
<position y="1057" x="196"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1131 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1132 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1133 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1134 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1135 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1136 |
<relPosition y="70" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1137 |
<connection refLocalId="55"> |
44 | 1138 |
<position y="1082" x="257"/> |
1139 |
<position y="1082" x="230"/> |
|
1140 |
<position y="1098" x="230"/> |
|
1141 |
<position y="1098" x="203"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1142 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1143 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1144 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1145 |
<variable formalParameter="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1146 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1147 |
<relPosition y="90" x="0"/> |
44 | 1148 |
<connection refLocalId="56"> |
1149 |
<position y="1102" x="257"/> |
|
1150 |
<position y="1102" x="225"/> |
|
1151 |
<position y="1136" x="225"/> |
|
1152 |
<position y="1136" x="193"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1153 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1154 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1155 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1156 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1157 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1158 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1159 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1160 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1161 |
<relPosition y="30" x="67"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1162 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1163 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1164 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1165 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1166 |
<inVariable localId="53" width="31" height="27"> |
44 | 1167 |
<position y="1014" x="178"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1168 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1169 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1170 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1171 |
<expression>IN1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1172 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1173 |
<inVariable localId="54" width="31" height="27"> |
44 | 1174 |
<position y="1044" x="165"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1175 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1176 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1177 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1178 |
<expression>IN2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1179 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1180 |
<inVariable localId="55" width="31" height="27"> |
44 | 1181 |
<position y="1085" x="172"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1182 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1183 |
<relPosition y="13" x="31"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1184 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1185 |
<expression>L</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1186 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1187 |
<inVariable localId="56" width="18" height="27"> |
44 | 1188 |
<position y="1123" x="175"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1189 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1190 |
<relPosition y="13" x="18"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1191 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1192 |
<expression>P</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1193 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1194 |
<comment localId="63" height="87" width="209"> |
44 | 1195 |
<position y="34" x="40"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1196 |
<content>The TO STRING test machine</content> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1197 |
</comment> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1198 |
<outVariable localId="66" width="83" height="27"> |
44 | 1199 |
<position y="79" x="547"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1200 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1201 |
<relPosition y="13" x="0"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1202 |
<connection refLocalId="6"> |
44 | 1203 |
<position y="92" x="547"/> |
1204 |
<position y="92" x="420"/> |
|
1205 |
<position y="218" x="420"/> |
|
1206 |
<position y="218" x="293"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1207 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1208 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1209 |
<expression>NEXT_TEST</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1210 |
</outVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1211 |
<inVariable localId="69" width="37" height="27"> |
44 | 1212 |
<position y="322" x="837"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1213 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1214 |
<relPosition y="13" x="37"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1215 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1216 |
<expression>'IN1'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1217 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1218 |
<inVariable localId="70" width="37" height="27"> |
44 | 1219 |
<position y="351" x="841"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1220 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1221 |
<relPosition y="13" x="37"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1222 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1223 |
<expression>'IN2'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1224 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1225 |
<inVariable localId="71" width="37" height="27"> |
44 | 1226 |
<position y="385" x="841"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1227 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1228 |
<relPosition y="13" x="37"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1229 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1230 |
<expression>'IN3'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1231 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1232 |
<inVariable localId="72" width="45" height="27"> |
44 | 1233 |
<position y="447" x="849"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1234 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1235 |
<relPosition y="13" x="45"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1236 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1237 |
<expression>'LEFT'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1238 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1239 |
<inVariable localId="73" width="54" height="27"> |
44 | 1240 |
<position y="508" x="864"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1241 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1242 |
<relPosition y="13" x="54"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1243 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1244 |
<expression>'RIGHT'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1245 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1246 |
<inVariable localId="74" width="40" height="27"> |
44 | 1247 |
<position y="577" x="866"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1248 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1249 |
<relPosition y="13" x="40"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1250 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1251 |
<expression>'MID'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1252 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1253 |
<inVariable localId="75" width="69" height="27"> |
44 | 1254 |
<position y="669" x="871"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1255 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1256 |
<relPosition y="13" x="69"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1257 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1258 |
<expression>'CONCAT'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1259 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1260 |
<inVariable localId="76" width="61" height="27"> |
44 | 1261 |
<position y="757" x="881"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1262 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1263 |
<relPosition y="13" x="61"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1264 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1265 |
<expression>'INSERT'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1266 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1267 |
<inVariable localId="77" width="64" height="27"> |
44 | 1268 |
<position y="879" x="884"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1269 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1270 |
<relPosition y="13" x="64"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1271 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1272 |
<expression>'DELETE'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1273 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1274 |
<inVariable localId="78" width="73" height="27"> |
44 | 1275 |
<position y="1010" x="881"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1276 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1277 |
<relPosition y="13" x="73"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1278 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1279 |
<expression>'REPLACE'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1280 |
</inVariable> |
44 | 1281 |
<block localId="79" height="240" width="63" instanceName="" typeName="MUX"> |
1282 |
<position y="243" x="1136"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1283 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1284 |
<variable formalParameter="K"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1285 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1286 |
<relPosition y="30" x="0"/> |
44 | 1287 |
<connection refLocalId="81" formalParameter="OUT"> |
1288 |
<position y="273" x="1136"/> |
|
1289 |
<position y="273" x="997"/> |
|
1290 |
<position y="208" x="997"/> |
|
1291 |
<position y="208" x="632"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1292 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1293 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1294 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1295 |
<variable formalParameter="IN0"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1296 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1297 |
<relPosition y="50" x="0"/> |
44 | 1298 |
<connection refLocalId="69"> |
1299 |
<position y="293" x="1136"/> |
|
1300 |
<position y="293" x="896"/> |
|
1301 |
<position y="335" x="896"/> |
|
1302 |
<position y="335" x="874"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1303 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1304 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1305 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1306 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1307 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1308 |
<relPosition y="70" x="0"/> |
44 | 1309 |
<connection refLocalId="70"> |
1310 |
<position y="313" x="1136"/> |
|
1311 |
<position y="313" x="917"/> |
|
1312 |
<position y="364" x="917"/> |
|
1313 |
<position y="364" x="878"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1314 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1315 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1316 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1317 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1318 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1319 |
<relPosition y="90" x="0"/> |
44 | 1320 |
<connection refLocalId="71"> |
1321 |
<position y="333" x="1136"/> |
|
1322 |
<position y="333" x="935"/> |
|
1323 |
<position y="398" x="935"/> |
|
1324 |
<position y="398" x="878"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1325 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1326 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1327 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1328 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1329 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1330 |
<relPosition y="110" x="0"/> |
44 | 1331 |
<connection refLocalId="72"> |
1332 |
<position y="353" x="1136"/> |
|
1333 |
<position y="353" x="961"/> |
|
1334 |
<position y="460" x="961"/> |
|
1335 |
<position y="460" x="894"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1336 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1337 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1338 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1339 |
<variable formalParameter="IN4"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1340 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1341 |
<relPosition y="130" x="0"/> |
44 | 1342 |
<connection refLocalId="73"> |
1343 |
<position y="373" x="1136"/> |
|
1344 |
<position y="373" x="983"/> |
|
1345 |
<position y="521" x="983"/> |
|
1346 |
<position y="521" x="918"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1347 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1348 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1349 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1350 |
<variable formalParameter="IN5"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1351 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1352 |
<relPosition y="150" x="0"/> |
44 | 1353 |
<connection refLocalId="74"> |
1354 |
<position y="393" x="1136"/> |
|
1355 |
<position y="393" x="1005"/> |
|
1356 |
<position y="590" x="1005"/> |
|
1357 |
<position y="590" x="906"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1358 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1359 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1360 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1361 |
<variable formalParameter="IN6"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1362 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1363 |
<relPosition y="170" x="0"/> |
44 | 1364 |
<connection refLocalId="75"> |
1365 |
<position y="413" x="1136"/> |
|
1366 |
<position y="413" x="1026"/> |
|
1367 |
<position y="682" x="1026"/> |
|
1368 |
<position y="682" x="940"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1369 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1370 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1371 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1372 |
<variable formalParameter="IN7"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1373 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1374 |
<relPosition y="190" x="0"/> |
44 | 1375 |
<connection refLocalId="76"> |
1376 |
<position y="433" x="1136"/> |
|
1377 |
<position y="433" x="1047"/> |
|
1378 |
<position y="770" x="1047"/> |
|
1379 |
<position y="770" x="942"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1380 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1381 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1382 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1383 |
<variable formalParameter="IN8"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1384 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1385 |
<relPosition y="210" x="0"/> |
44 | 1386 |
<connection refLocalId="77"> |
1387 |
<position y="453" x="1136"/> |
|
1388 |
<position y="453" x="1064"/> |
|
1389 |
<position y="892" x="1064"/> |
|
1390 |
<position y="892" x="948"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1391 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1392 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1393 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1394 |
<variable formalParameter="IN9"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1395 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1396 |
<relPosition y="230" x="0"/> |
44 | 1397 |
<connection refLocalId="78"> |
1398 |
<position y="473" x="1136"/> |
|
1399 |
<position y="473" x="1087"/> |
|
1400 |
<position y="1023" x="1087"/> |
|
1401 |
<position y="1023" x="954"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1402 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1403 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1404 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1405 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1406 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1407 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1408 |
<variable formalParameter="OUT"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1409 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1410 |
<relPosition y="30" x="63"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1411 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1412 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1413 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1414 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1415 |
<outVariable localId="80" width="86" height="27"> |
44 | 1416 |
<position y="309" x="1261"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1417 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1418 |
<relPosition y="13" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1419 |
<connection refLocalId="79" formalParameter="OUT"> |
44 | 1420 |
<position y="322" x="1261"/> |
1421 |
<position y="322" x="1230"/> |
|
1422 |
<position y="273" x="1230"/> |
|
1423 |
<position y="273" x="1199"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1424 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1425 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1426 |
<expression>TEST_NAME</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
1427 |
</outVariable> |
44 | 1428 |
<block localId="81" height="80" width="63" instanceName="" typeName="LIMIT"> |
1429 |
<position y="178" x="569"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1430 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1431 |
<variable formalParameter="MN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1432 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1433 |
<relPosition y="30" x="0"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1434 |
<connection refLocalId="82"> |
44 | 1435 |
<position y="208" x="569"/> |
1436 |
<position y="208" x="539"/> |
|
1437 |
<position y="205" x="539"/> |
|
1438 |
<position y="205" x="509"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1439 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1440 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1441 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1442 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1443 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1444 |
<relPosition y="50" x="0"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1445 |
<connection refLocalId="6"> |
44 | 1446 |
<position y="228" x="569"/> |
1447 |
<position y="228" x="423"/> |
|
1448 |
<position y="218" x="423"/> |
|
1449 |
<position y="218" x="293"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1450 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1451 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1452 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1453 |
<variable formalParameter="MX"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1454 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1455 |
<relPosition y="70" x="0"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1456 |
<connection refLocalId="83"> |
44 | 1457 |
<position y="248" x="569"/> |
1458 |
<position y="248" x="539"/> |
|
1459 |
<position y="250" x="539"/> |
|
1460 |
<position y="250" x="509"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1461 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1462 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1463 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1464 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1465 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1466 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1467 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1468 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1469 |
<relPosition y="30" x="63"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1470 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1471 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1472 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1473 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1474 |
<inVariable localId="82" width="18" height="27"> |
44 | 1475 |
<position y="192" x="491"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1476 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1477 |
<relPosition y="13" x="18"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1478 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1479 |
<expression>0</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1480 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1481 |
<inVariable localId="83" width="18" height="27"> |
44 | 1482 |
<position y="237" x="491"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1483 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1484 |
<relPosition y="13" x="18"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1485 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1486 |
<expression>9</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1487 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1488 |
</FBD> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1489 |
</body> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1490 |
</pou> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1491 |
<pou name="TEST_TO_STRINGS" pouType="functionBlock"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1492 |
<interface> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1493 |
<inputVars> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1494 |
<variable name="TESTNR"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1495 |
<type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1496 |
<INT/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1497 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1498 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1499 |
</inputVars> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1500 |
<outputVars> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1501 |
<variable name="RES_STR"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1502 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
1503 |
<string/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1504 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1505 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1506 |
<variable name="NEXT_TEST"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1507 |
<type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1508 |
<INT/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1509 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1510 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1511 |
<variable name="TEST_NAME"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1512 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
1513 |
<string/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1514 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1515 |
</variable> |
43 | 1516 |
<variable name="RES_BOOL"> |
1517 |
<type> |
|
1518 |
<BOOL/> |
|
1519 |
</type> |
|
1520 |
</variable> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1521 |
</outputVars> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1522 |
</interface> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1523 |
<body> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1524 |
<FBD> |
44 | 1525 |
<block localId="1" height="40" width="124" instanceName="" typeName="BOOL_TO_STRING"> |
1526 |
<position y="2093" x="248"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1527 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1528 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1529 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1530 |
<relPosition y="30" x="0"/> |
44 | 1531 |
<connection refLocalId="19"> |
1532 |
<position y="2123" x="248"/> |
|
1533 |
<position y="2123" x="227"/> |
|
1534 |
<position y="2121" x="227"/> |
|
1535 |
<position y="2121" x="206"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1536 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1537 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1538 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1539 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1540 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1541 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1542 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1543 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1544 |
<relPosition y="30" x="124"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1545 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1546 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1547 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1548 |
</block> |
44 | 1549 |
<block localId="2" height="40" width="117" instanceName="" typeName="SINT_TO_STRING"> |
1550 |
<position y="289" x="261"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1551 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1552 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1553 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1554 |
<relPosition y="30" x="0"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1555 |
<connection refLocalId="20"> |
44 | 1556 |
<position y="319" x="261"/> |
1557 |
<position y="319" x="202"/> |
|
1558 |
<position y="328" x="202"/> |
|
1559 |
<position y="328" x="142"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1560 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1561 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1562 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1563 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1564 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1565 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1566 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1567 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1568 |
<relPosition y="30" x="117"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1569 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1570 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1571 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1572 |
</block> |
44 | 1573 |
<block localId="3" height="40" width="108" instanceName="" typeName="INT_TO_STRING"> |
1574 |
<position y="393" x="258"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1575 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1576 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1577 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1578 |
<relPosition y="30" x="0"/> |
44 | 1579 |
<connection refLocalId="21"> |
1580 |
<position y="423" x="258"/> |
|
1581 |
<position y="423" x="235"/> |
|
1582 |
<position y="433" x="235"/> |
|
1583 |
<position y="433" x="184"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1584 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1585 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1586 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1587 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1588 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1589 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1590 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1591 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1592 |
<relPosition y="30" x="108"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1593 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1594 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1595 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1596 |
</block> |
44 | 1597 |
<block localId="4" height="40" width="118" instanceName="" typeName="DINT_TO_STRING"> |
1598 |
<position y="492" x="257"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1599 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1600 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1601 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1602 |
<relPosition y="30" x="0"/> |
44 | 1603 |
<connection refLocalId="22"> |
1604 |
<position y="522" x="257"/> |
|
1605 |
<position y="522" x="227"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1606 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1607 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1608 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1609 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1610 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1611 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1612 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1613 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1614 |
<relPosition y="30" x="118"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1615 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1616 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1617 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1618 |
</block> |
44 | 1619 |
<block localId="5" height="40" width="115" instanceName="" typeName="LINT_TO_STRING"> |
1620 |
<position y="593" x="265"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1621 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1622 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1623 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1624 |
<relPosition y="30" x="0"/> |
44 | 1625 |
<connection refLocalId="23"> |
1626 |
<position y="623" x="265"/> |
|
1627 |
<position y="623" x="233"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1628 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1629 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1630 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1631 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1632 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1633 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1634 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1635 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1636 |
<relPosition y="30" x="115"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1637 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1638 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1639 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1640 |
</block> |
44 | 1641 |
<block localId="6" height="40" width="127" instanceName="" typeName="USINT_TO_STRING"> |
1642 |
<position y="693" x="256"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1643 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1644 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1645 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1646 |
<relPosition y="30" x="0"/> |
44 | 1647 |
<connection refLocalId="24"> |
1648 |
<position y="723" x="256"/> |
|
1649 |
<position y="723" x="235"/> |
|
1650 |
<position y="725" x="235"/> |
|
1651 |
<position y="725" x="214"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1652 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1653 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1654 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1655 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1656 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1657 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1658 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1659 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1660 |
<relPosition y="30" x="127"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1661 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1662 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1663 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1664 |
</block> |
44 | 1665 |
<block localId="7" height="40" width="118" instanceName="" typeName="UINT_TO_STRING"> |
1666 |
<position y="793" x="267"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1667 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1668 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1669 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1670 |
<relPosition y="30" x="0"/> |
44 | 1671 |
<connection refLocalId="25"> |
1672 |
<position y="823" x="267"/> |
|
1673 |
<position y="823" x="247"/> |
|
1674 |
<position y="825" x="247"/> |
|
1675 |
<position y="825" x="227"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1676 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1677 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1678 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1679 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1680 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1681 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1682 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1683 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1684 |
<relPosition y="30" x="118"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1685 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1686 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1687 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1688 |
</block> |
44 | 1689 |
<block localId="8" height="40" width="128" instanceName="" typeName="UDINT_TO_STRING"> |
1690 |
<position y="892" x="260"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1691 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1692 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1693 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1694 |
<relPosition y="30" x="0"/> |
44 | 1695 |
<connection refLocalId="26"> |
1696 |
<position y="922" x="260"/> |
|
1697 |
<position y="922" x="244"/> |
|
1698 |
<position y="923" x="244"/> |
|
1699 |
<position y="923" x="229"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1700 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1701 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1702 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1703 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1704 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1705 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1706 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1707 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1708 |
<relPosition y="30" x="128"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1709 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1710 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1711 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1712 |
</block> |
44 | 1713 |
<block localId="9" height="40" width="125" instanceName="" typeName="ULINT_TO_STRING"> |
1714 |
<position y="994" x="258"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1715 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1716 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1717 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1718 |
<relPosition y="30" x="0"/> |
44 | 1719 |
<connection refLocalId="27"> |
1720 |
<position y="1024" x="258"/> |
|
1721 |
<position y="1024" x="228"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1722 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1723 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1724 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1725 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1726 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1727 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1728 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1729 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1730 |
<relPosition y="30" x="125"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1731 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1732 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1733 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1734 |
</block> |
44 | 1735 |
<block localId="10" height="40" width="120" instanceName="" typeName="REAL_TO_STRING"> |
1736 |
<position y="1093" x="258"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1737 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1738 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1739 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1740 |
<relPosition y="30" x="0"/> |
44 | 1741 |
<connection refLocalId="28"> |
1742 |
<position y="1123" x="258"/> |
|
1743 |
<position y="1123" x="235"/> |
|
1744 |
<position y="1122" x="235"/> |
|
1745 |
<position y="1122" x="225"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1746 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1747 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1748 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1749 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1750 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1751 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1752 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1753 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1754 |
<relPosition y="30" x="120"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1755 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1756 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1757 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1758 |
</block> |
44 | 1759 |
<block localId="11" height="40" width="127" instanceName="" typeName="LREAL_TO_STRING"> |
1760 |
<position y="1193" x="257"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1761 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1762 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1763 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1764 |
<relPosition y="30" x="0"/> |
44 | 1765 |
<connection refLocalId="29"> |
1766 |
<position y="1223" x="257"/> |
|
1767 |
<position y="1223" x="240"/> |
|
1768 |
<position y="1224" x="240"/> |
|
1769 |
<position y="1224" x="224"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1770 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1771 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1772 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1773 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1774 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1775 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1776 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1777 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1778 |
<relPosition y="30" x="127"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1779 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1780 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1781 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1782 |
</block> |
44 | 1783 |
<block localId="12" height="40" width="117" instanceName="" typeName="TIME_TO_STRING"> |
1784 |
<position y="1293" x="261"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1785 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1786 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1787 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1788 |
<relPosition y="30" x="0"/> |
44 | 1789 |
<connection refLocalId="30"> |
1790 |
<position y="1323" x="261"/> |
|
1791 |
<position y="1323" x="251"/> |
|
1792 |
<position y="1322" x="251"/> |
|
1793 |
<position y="1322" x="225"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1794 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1795 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1796 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1797 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1798 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1799 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1800 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1801 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1802 |
<relPosition y="30" x="117"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1803 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1804 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1805 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1806 |
</block> |
44 | 1807 |
<block localId="13" height="40" width="121" instanceName="" typeName="DATE_TO_STRING"> |
1808 |
<position y="1393" x="258"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1809 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1810 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1811 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1812 |
<relPosition y="30" x="0"/> |
44 | 1813 |
<connection refLocalId="31"> |
1814 |
<position y="1423" x="258"/> |
|
1815 |
<position y="1423" x="240"/> |
|
1816 |
<position y="1419" x="240"/> |
|
1817 |
<position y="1419" x="223"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1818 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1819 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1820 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1821 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1822 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1823 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1824 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1825 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1826 |
<relPosition y="30" x="121"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1827 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1828 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1829 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1830 |
</block> |
44 | 1831 |
<block localId="14" height="40" width="115" instanceName="" typeName="TOD_TO_STRING"> |
1832 |
<position y="1493" x="265"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1833 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1834 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1835 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1836 |
<relPosition y="30" x="0"/> |
44 | 1837 |
<connection refLocalId="32"> |
1838 |
<position y="1523" x="265"/> |
|
1839 |
<position y="1523" x="249"/> |
|
1840 |
<position y="1520" x="249"/> |
|
1841 |
<position y="1520" x="234"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1842 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1843 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1844 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1845 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1846 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1847 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1848 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1849 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1850 |
<relPosition y="30" x="115"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1851 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1852 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1853 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1854 |
</block> |
44 | 1855 |
<block localId="15" height="40" width="119" instanceName="" typeName="BYTE_TO_STRING"> |
1856 |
<position y="1690" x="265"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1857 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1858 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1859 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1860 |
<relPosition y="30" x="0"/> |
44 | 1861 |
<connection refLocalId="34"> |
1862 |
<position y="1720" x="265"/> |
|
1863 |
<position y="1720" x="246"/> |
|
1864 |
<position y="1716" x="246"/> |
|
1865 |
<position y="1716" x="228"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1866 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1867 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1868 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1869 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1870 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1871 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1872 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1873 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1874 |
<relPosition y="30" x="119"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1875 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1876 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1877 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1878 |
</block> |
44 | 1879 |
<block localId="16" height="40" width="127" instanceName="" typeName="WORD_TO_STRING"> |
1880 |
<position y="1792" x="257"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1881 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1882 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1883 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1884 |
<relPosition y="30" x="0"/> |
44 | 1885 |
<connection refLocalId="36"> |
1886 |
<position y="1822" x="257"/> |
|
1887 |
<position y="1822" x="244"/> |
|
1888 |
<position y="1817" x="244"/> |
|
1889 |
<position y="1817" x="232"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1890 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1891 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1892 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1893 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1894 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1895 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1896 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1897 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1898 |
<relPosition y="30" x="127"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1899 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1900 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1901 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1902 |
</block> |
44 | 1903 |
<block localId="17" height="40" width="137" instanceName="" typeName="DWORD_TO_STRING"> |
1904 |
<position y="1892" x="233"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1905 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1906 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1907 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1908 |
<relPosition y="30" x="0"/> |
44 | 1909 |
<connection refLocalId="37"> |
1910 |
<position y="1922" x="233"/> |
|
1911 |
<position y="1922" x="216"/> |
|
1912 |
<position y="1917" x="216"/> |
|
1913 |
<position y="1917" x="199"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1914 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1915 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1916 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1917 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1918 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1919 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1920 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1921 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1922 |
<relPosition y="30" x="137"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1923 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1924 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1925 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1926 |
</block> |
44 | 1927 |
<block localId="18" height="40" width="133" instanceName="" typeName="LWORD_TO_STRING"> |
1928 |
<position y="1994" x="239"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1929 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1930 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1931 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1932 |
<relPosition y="30" x="0"/> |
44 | 1933 |
<connection refLocalId="38"> |
1934 |
<position y="2024" x="239"/> |
|
1935 |
<position y="2024" x="219"/> |
|
1936 |
<position y="2021" x="219"/> |
|
1937 |
<position y="2021" x="199"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1938 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1939 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1940 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1941 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1942 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1943 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1944 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1945 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1946 |
<relPosition y="30" x="133"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1947 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1948 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1949 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1950 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1951 |
<inVariable localId="19" width="49" height="27"> |
44 | 1952 |
<position y="2108" x="157"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1953 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1954 |
<relPosition y="13" x="49"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1955 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1956 |
<expression>FALSE</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1957 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1958 |
<inVariable localId="20" width="31" height="27"> |
44 | 1959 |
<position y="315" x="111"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1960 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1961 |
<relPosition y="13" x="31"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1962 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1963 |
<expression>-23</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1964 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1965 |
<inVariable localId="21" width="47" height="27"> |
44 | 1966 |
<position y="420" x="137"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1967 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1968 |
<relPosition y="13" x="47"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1969 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1970 |
<expression>-1678</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1971 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1972 |
<inVariable localId="22" width="95" height="27"> |
44 | 1973 |
<position y="509" x="132"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1974 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1975 |
<relPosition y="13" x="95"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1976 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1977 |
<expression>-1000000000</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1978 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1979 |
<inVariable localId="23" width="111" height="27"> |
44 | 1980 |
<position y="610" x="122"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1981 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1982 |
<relPosition y="13" x="111"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1983 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1984 |
<expression>-100000000000</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1985 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1986 |
<inVariable localId="24" width="26" height="27"> |
44 | 1987 |
<position y="712" x="188"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1988 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1989 |
<relPosition y="13" x="26"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1990 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1991 |
<expression>23</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1992 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1993 |
<inVariable localId="25" width="42" height="27"> |
44 | 1994 |
<position y="812" x="185"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1995 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1996 |
<relPosition y="13" x="42"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1997 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1998 |
<expression>1678</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
1999 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2000 |
<inVariable localId="26" width="90" height="27"> |
44 | 2001 |
<position y="910" x="139"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2002 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2003 |
<relPosition y="13" x="90"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2004 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2005 |
<expression>1000000000</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2006 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2007 |
<inVariable localId="27" width="106" height="27"> |
44 | 2008 |
<position y="1011" x="122"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2009 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2010 |
<relPosition y="13" x="106"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2011 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2012 |
<expression>100000000000</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2013 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2014 |
<inVariable localId="28" width="78" height="27"> |
44 | 2015 |
<position y="1109" x="147"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2016 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2017 |
<relPosition y="13" x="78"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2018 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2019 |
<expression>1.2345678</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2020 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2021 |
<inVariable localId="29" width="86" height="27"> |
44 | 2022 |
<position y="1211" x="138"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2023 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2024 |
<relPosition y="13" x="86"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2025 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2026 |
<expression>1.23456789</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2027 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2028 |
<inVariable localId="30" width="158" height="27"> |
44 | 2029 |
<position y="1309" x="67"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2030 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2031 |
<relPosition y="13" x="158"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2032 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2033 |
<expression>t#5d14h12m18s3.5ms</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2034 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2035 |
<inVariable localId="31" width="105" height="27"> |
44 | 2036 |
<position y="1406" x="118"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2037 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2038 |
<relPosition y="13" x="105"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2039 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2040 |
<expression>D#1984-06-25</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2041 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2042 |
<inVariable localId="32" width="124" height="27"> |
44 | 2043 |
<position y="1507" x="110"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2044 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2045 |
<relPosition y="13" x="124"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2046 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2047 |
<expression>TOD#15:36:55.36</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2048 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2049 |
<inVariable localId="33" width="193" height="27"> |
44 | 2050 |
<position y="1599" x="36"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2051 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2052 |
<relPosition y="13" x="193"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2053 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2054 |
<expression>DT#1984-06-25-15:36:55.36</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2055 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2056 |
<inVariable localId="34" width="69" height="27"> |
44 | 2057 |
<position y="1703" x="159"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2058 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2059 |
<relPosition y="13" x="69"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2060 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2061 |
<expression>16#12</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2062 |
</inVariable> |
44 | 2063 |
<block localId="35" height="40" width="105" instanceName="" typeName="DT_TO_STRING"> |
2064 |
<position y="1592" x="270"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2065 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2066 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2067 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2068 |
<relPosition y="30" x="0"/> |
44 | 2069 |
<connection refLocalId="33"> |
2070 |
<position y="1622" x="270"/> |
|
2071 |
<position y="1622" x="249"/> |
|
2072 |
<position y="1612" x="249"/> |
|
2073 |
<position y="1612" x="229"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2074 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2075 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2076 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2077 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2078 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2079 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2080 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2081 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2082 |
<relPosition y="30" x="105"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2083 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2084 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2085 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2086 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2087 |
<inVariable localId="36" width="108" height="27"> |
44 | 2088 |
<position y="1804" x="124"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2089 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2090 |
<relPosition y="13" x="108"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2091 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2092 |
<expression>16#1234</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2093 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2094 |
<inVariable localId="37" width="181" height="27"> |
44 | 2095 |
<position y="1904" x="18"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2096 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2097 |
<relPosition y="13" x="181"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2098 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2099 |
<expression>16#1234_5678</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2100 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2101 |
<inVariable localId="38" width="181" height="27"> |
44 | 2102 |
<position y="2008" x="18"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2103 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2104 |
<relPosition y="13" x="181"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2105 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2106 |
<expression>16#1234_5678_9abc_def0</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2107 |
</inVariable> |
44 | 2108 |
<block localId="39" height="2020" width="71" instanceName="" typeName="MUX"> |
2109 |
<position y="150" x="768"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2110 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2111 |
<variable formalParameter="K"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2112 |
<connectionPointIn> |
43 | 2113 |
<relPosition y="70" x="0"/> |
44 | 2114 |
<connection refLocalId="41" formalParameter="OUT"> |
2115 |
<position y="220" x="768"/> |
|
2116 |
<position y="220" x="546"/> |
|
2117 |
<position y="115" x="546"/> |
|
2118 |
<position y="115" x="536"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2119 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2120 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2121 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2122 |
<variable formalParameter="IN0"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2123 |
<connectionPointIn> |
43 | 2124 |
<relPosition y="170" x="0"/> |
44 | 2125 |
<connection refLocalId="2" formalParameter="OUT"> |
2126 |
<position y="320" x="768"/> |
|
2127 |
<position y="320" x="573"/> |
|
2128 |
<position y="319" x="573"/> |
|
2129 |
<position y="319" x="378"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2130 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2131 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2132 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2133 |
<variable formalParameter="IN1"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2134 |
<connectionPointIn> |
43 | 2135 |
<relPosition y="270" x="0"/> |
44 | 2136 |
<connection refLocalId="3" formalParameter="OUT"> |
2137 |
<position y="420" x="768"/> |
|
2138 |
<position y="420" x="452"/> |
|
2139 |
<position y="423" x="452"/> |
|
2140 |
<position y="423" x="366"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2141 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2142 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2143 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2144 |
<variable formalParameter="IN2"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2145 |
<connectionPointIn> |
43 | 2146 |
<relPosition y="370" x="0"/> |
44 | 2147 |
<connection refLocalId="4" formalParameter="OUT"> |
2148 |
<position y="520" x="768"/> |
|
2149 |
<position y="520" x="468"/> |
|
2150 |
<position y="522" x="468"/> |
|
2151 |
<position y="522" x="375"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2152 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2153 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2154 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2155 |
<variable formalParameter="IN3"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2156 |
<connectionPointIn> |
43 | 2157 |
<relPosition y="470" x="0"/> |
44 | 2158 |
<connection refLocalId="5" formalParameter="OUT"> |
2159 |
<position y="620" x="768"/> |
|
2160 |
<position y="620" x="459"/> |
|
2161 |
<position y="623" x="459"/> |
|
2162 |
<position y="623" x="380"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2163 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2164 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2165 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2166 |
<variable formalParameter="IN4"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2167 |
<connectionPointIn> |
43 | 2168 |
<relPosition y="570" x="0"/> |
44 | 2169 |
<connection refLocalId="6" formalParameter="OUT"> |
2170 |
<position y="720" x="768"/> |
|
2171 |
<position y="720" x="461"/> |
|
2172 |
<position y="723" x="461"/> |
|
2173 |
<position y="723" x="383"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2174 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2175 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2176 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2177 |
<variable formalParameter="IN5"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2178 |
<connectionPointIn> |
43 | 2179 |
<relPosition y="670" x="0"/> |
44 | 2180 |
<connection refLocalId="7" formalParameter="OUT"> |
2181 |
<position y="820" x="768"/> |
|
2182 |
<position y="820" x="462"/> |
|
2183 |
<position y="823" x="462"/> |
|
2184 |
<position y="823" x="385"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2185 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2186 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2187 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2188 |
<variable formalParameter="IN6"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2189 |
<connectionPointIn> |
43 | 2190 |
<relPosition y="770" x="0"/> |
44 | 2191 |
<connection refLocalId="8" formalParameter="OUT"> |
2192 |
<position y="920" x="768"/> |
|
2193 |
<position y="920" x="468"/> |
|
2194 |
<position y="922" x="468"/> |
|
2195 |
<position y="922" x="388"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2196 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2197 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2198 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2199 |
<variable formalParameter="IN7"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2200 |
<connectionPointIn> |
43 | 2201 |
<relPosition y="870" x="0"/> |
44 | 2202 |
<connection refLocalId="9" formalParameter="OUT"> |
2203 |
<position y="1020" x="768"/> |
|
2204 |
<position y="1020" x="468"/> |
|
2205 |
<position y="1024" x="468"/> |
|
2206 |
<position y="1024" x="383"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2207 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2208 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2209 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2210 |
<variable formalParameter="IN8"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2211 |
<connectionPointIn> |
43 | 2212 |
<relPosition y="970" x="0"/> |
44 | 2213 |
<connection refLocalId="10" formalParameter="OUT"> |
2214 |
<position y="1120" x="768"/> |
|
2215 |
<position y="1120" x="458"/> |
|
2216 |
<position y="1123" x="458"/> |
|
2217 |
<position y="1123" x="378"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2218 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2219 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2220 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2221 |
<variable formalParameter="IN9"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2222 |
<connectionPointIn> |
43 | 2223 |
<relPosition y="1070" x="0"/> |
44 | 2224 |
<connection refLocalId="11" formalParameter="OUT"> |
2225 |
<position y="1220" x="768"/> |
|
2226 |
<position y="1220" x="461"/> |
|
2227 |
<position y="1223" x="461"/> |
|
2228 |
<position y="1223" x="384"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2229 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2230 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2231 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2232 |
<variable formalParameter="IN10"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2233 |
<connectionPointIn> |
43 | 2234 |
<relPosition y="1170" x="0"/> |
44 | 2235 |
<connection refLocalId="12" formalParameter="OUT"> |
2236 |
<position y="1320" x="768"/> |
|
2237 |
<position y="1320" x="458"/> |
|
2238 |
<position y="1323" x="458"/> |
|
2239 |
<position y="1323" x="378"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2240 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2241 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2242 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2243 |
<variable formalParameter="IN11"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2244 |
<connectionPointIn> |
43 | 2245 |
<relPosition y="1270" x="0"/> |
44 | 2246 |
<connection refLocalId="13" formalParameter="OUT"> |
2247 |
<position y="1420" x="768"/> |
|
2248 |
<position y="1420" x="459"/> |
|
2249 |
<position y="1423" x="459"/> |
|
2250 |
<position y="1423" x="379"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2251 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2252 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2253 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2254 |
<variable formalParameter="IN12"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2255 |
<connectionPointIn> |
43 | 2256 |
<relPosition y="1370" x="0"/> |
44 | 2257 |
<connection refLocalId="14" formalParameter="OUT"> |
2258 |
<position y="1520" x="768"/> |
|
2259 |
<position y="1520" x="459"/> |
|
2260 |
<position y="1523" x="459"/> |
|
2261 |
<position y="1523" x="380"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2262 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2263 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2264 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2265 |
<variable formalParameter="IN13"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2266 |
<connectionPointIn> |
43 | 2267 |
<relPosition y="1470" x="0"/> |
44 | 2268 |
<connection refLocalId="35" formalParameter="OUT"> |
2269 |
<position y="1620" x="768"/> |
|
2270 |
<position y="1620" x="468"/> |
|
2271 |
<position y="1622" x="468"/> |
|
2272 |
<position y="1622" x="375"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2273 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2274 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2275 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2276 |
<variable formalParameter="IN14"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2277 |
<connectionPointIn> |
43 | 2278 |
<relPosition y="1570" x="0"/> |
44 | 2279 |
<connection refLocalId="15" formalParameter="OUT"> |
2280 |
<position y="1720" x="768"/> |
|
2281 |
<position y="1720" x="384"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2282 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2283 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2284 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2285 |
<variable formalParameter="IN15"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2286 |
<connectionPointIn> |
43 | 2287 |
<relPosition y="1670" x="0"/> |
44 | 2288 |
<connection refLocalId="16" formalParameter="OUT"> |
2289 |
<position y="1820" x="768"/> |
|
2290 |
<position y="1820" x="468"/> |
|
2291 |
<position y="1822" x="468"/> |
|
2292 |
<position y="1822" x="384"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2293 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2294 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2295 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2296 |
<variable formalParameter="IN16"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2297 |
<connectionPointIn> |
43 | 2298 |
<relPosition y="1770" x="0"/> |
44 | 2299 |
<connection refLocalId="17" formalParameter="OUT"> |
2300 |
<position y="1920" x="768"/> |
|
2301 |
<position y="1920" x="468"/> |
|
2302 |
<position y="1922" x="468"/> |
|
2303 |
<position y="1922" x="370"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2304 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2305 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2306 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2307 |
<variable formalParameter="IN17"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2308 |
<connectionPointIn> |
43 | 2309 |
<relPosition y="1870" x="0"/> |
44 | 2310 |
<connection refLocalId="18" formalParameter="OUT"> |
2311 |
<position y="2020" x="768"/> |
|
2312 |
<position y="2020" x="468"/> |
|
2313 |
<position y="2024" x="468"/> |
|
2314 |
<position y="2024" x="372"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2315 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2316 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2317 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2318 |
<variable formalParameter="IN18"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2319 |
<connectionPointIn> |
43 | 2320 |
<relPosition y="1970" x="0"/> |
44 | 2321 |
<connection refLocalId="1" formalParameter="OUT"> |
2322 |
<position y="2120" x="768"/> |
|
2323 |
<position y="2120" x="455"/> |
|
2324 |
<position y="2123" x="455"/> |
|
2325 |
<position y="2123" x="372"/> |
|
43 | 2326 |
</connection> |
2327 |
</connectionPointIn> |
|
2328 |
</variable> |
|
2329 |
</inputVariables> |
|
2330 |
<inOutVariables/> |
|
2331 |
<outputVariables> |
|
2332 |
<variable formalParameter="OUT"> |
|
2333 |
<connectionPointOut> |
|
2334 |
<relPosition y="70" x="71"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2335 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2336 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2337 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2338 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2339 |
<inVariable localId="40" width="59" height="27"> |
44 | 2340 |
<position y="19" x="319"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2341 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2342 |
<relPosition y="13" x="59"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2343 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2344 |
<expression>TESTNR</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2345 |
</inVariable> |
44 | 2346 |
<block localId="41" height="80" width="63" instanceName="" typeName="LIMIT"> |
2347 |
<position y="85" x="473"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2348 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2349 |
<variable formalParameter="MN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2350 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2351 |
<relPosition y="30" x="0"/> |
44 | 2352 |
<connection refLocalId="42"> |
2353 |
<position y="115" x="473"/> |
|
2354 |
<position y="115" x="459"/> |
|
2355 |
<position y="92" x="459"/> |
|
2356 |
<position y="92" x="449"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2357 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2358 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2359 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2360 |
<variable formalParameter="IN"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2361 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2362 |
<relPosition y="50" x="0"/> |
44 | 2363 |
<connection refLocalId="40"> |
2364 |
<position y="135" x="473"/> |
|
2365 |
<position y="135" x="423"/> |
|
2366 |
<position y="32" x="423"/> |
|
2367 |
<position y="32" x="378"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2368 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2369 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2370 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2371 |
<variable formalParameter="MX"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2372 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2373 |
<relPosition y="70" x="0"/> |
44 | 2374 |
<connection refLocalId="43"> |
2375 |
<position y="155" x="473"/> |
|
2376 |
<position y="155" x="445"/> |
|
2377 |
<position y="164" x="445"/> |
|
2378 |
<position y="164" x="408"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2379 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2380 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2381 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2382 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2383 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2384 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2385 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2386 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2387 |
<relPosition y="30" x="63"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2388 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2389 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2390 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2391 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2392 |
<inVariable localId="42" width="18" height="27"> |
44 | 2393 |
<position y="79" x="431"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2394 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2395 |
<relPosition y="13" x="18"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2396 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2397 |
<expression>0</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2398 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2399 |
<inVariable localId="43" width="26" height="27"> |
44 | 2400 |
<position y="151" x="382"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2401 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2402 |
<relPosition y="13" x="26"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2403 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2404 |
<expression>18</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2405 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2406 |
<outVariable localId="44" width="66" height="27"> |
44 | 2407 |
<position y="205" x="868"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2408 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2409 |
<relPosition y="13" x="0"/> |
44 | 2410 |
<connection refLocalId="39" formalParameter="OUT"> |
2411 |
<position y="218" x="868"/> |
|
2412 |
<position y="218" x="849"/> |
|
2413 |
<position y="220" x="849"/> |
|
2414 |
<position y="220" x="839"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2415 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2416 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2417 |
<expression>RES_STR</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2418 |
</outVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2419 |
<outVariable localId="45" width="83" height="27"> |
44 | 2420 |
<position y="17" x="459"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2421 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2422 |
<relPosition y="13" x="0"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2423 |
<connection refLocalId="40"> |
44 | 2424 |
<position y="30" x="459"/> |
2425 |
<position y="30" x="445"/> |
|
2426 |
<position y="32" x="445"/> |
|
2427 |
<position y="32" x="378"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2428 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2429 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2430 |
<expression>NEXT_TEST</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2431 |
</outVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2432 |
<inVariable localId="46" width="130" height="27"> |
44 | 2433 |
<position y="1068" x="1287"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2434 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2435 |
<relPosition y="13" x="130"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2436 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2437 |
<expression>'BOOL_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2438 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2439 |
<inVariable localId="47" width="123" height="27"> |
44 | 2440 |
<position y="226" x="1301"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2441 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2442 |
<relPosition y="13" x="123"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2443 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2444 |
<expression>'SINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2445 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2446 |
<inVariable localId="48" width="114" height="27"> |
44 | 2447 |
<position y="270" x="1298"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2448 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2449 |
<relPosition y="13" x="114"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2450 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2451 |
<expression>'INT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2452 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2453 |
<inVariable localId="49" width="124" height="27"> |
44 | 2454 |
<position y="321" x="1298"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2455 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2456 |
<relPosition y="13" x="124"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2457 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2458 |
<expression>'DINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2459 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2460 |
<inVariable localId="50" width="121" height="27"> |
44 | 2461 |
<position y="372" x="1298"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2462 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2463 |
<relPosition y="13" x="121"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2464 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2465 |
<expression>'LINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2466 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2467 |
<inVariable localId="51" width="133" height="27"> |
44 | 2468 |
<position y="421" x="1297"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2469 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2470 |
<relPosition y="13" x="133"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2471 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2472 |
<expression>'USINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2473 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2474 |
<inVariable localId="52" width="124" height="27"> |
44 | 2475 |
<position y="459" x="1296"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2476 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2477 |
<relPosition y="13" x="124"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2478 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2479 |
<expression>'UINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2480 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2481 |
<inVariable localId="53" width="134" height="27"> |
44 | 2482 |
<position y="509" x="1292"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2483 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2484 |
<relPosition y="13" x="134"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2485 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2486 |
<expression>'UDINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2487 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2488 |
<inVariable localId="54" width="131" height="27"> |
44 | 2489 |
<position y="561" x="1294"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2490 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2491 |
<relPosition y="13" x="131"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2492 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2493 |
<expression>'ULINT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2494 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2495 |
<inVariable localId="55" width="126" height="27"> |
44 | 2496 |
<position y="609" x="1293"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2497 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2498 |
<relPosition y="13" x="126"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2499 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2500 |
<expression>'REAL_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2501 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2502 |
<inVariable localId="56" width="133" height="27"> |
44 | 2503 |
<position y="654" x="1293"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2504 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2505 |
<relPosition y="13" x="133"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2506 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2507 |
<expression>'LREAL_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2508 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2509 |
<inVariable localId="57" width="123" height="27"> |
44 | 2510 |
<position y="699" x="1295"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2511 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2512 |
<relPosition y="13" x="123"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2513 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2514 |
<expression>'TIME_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2515 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2516 |
<inVariable localId="58" width="127" height="27"> |
44 | 2517 |
<position y="742" x="1295"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2518 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2519 |
<relPosition y="13" x="127"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2520 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2521 |
<expression>'DATE_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2522 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2523 |
<inVariable localId="59" width="121" height="27"> |
44 | 2524 |
<position y="791" x="1296"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2525 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2526 |
<relPosition y="13" x="121"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2527 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2528 |
<expression>'TOD_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2529 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2530 |
<inVariable localId="60" width="111" height="27"> |
44 | 2531 |
<position y="841" x="1293"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2532 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2533 |
<relPosition y="13" x="111"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2534 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2535 |
<expression>'DT_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2536 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2537 |
<inVariable localId="61" width="125" height="27"> |
44 | 2538 |
<position y="892" x="1290"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2539 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2540 |
<relPosition y="13" x="125"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2541 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2542 |
<expression>'BYTE_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2543 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2544 |
<inVariable localId="62" width="133" height="27"> |
44 | 2545 |
<position y="936" x="1291"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2546 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2547 |
<relPosition y="13" x="133"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2548 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2549 |
<expression>'WORD_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2550 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2551 |
<inVariable localId="63" width="143" height="27"> |
44 | 2552 |
<position y="981" x="1290"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2553 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2554 |
<relPosition y="13" x="143"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2555 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2556 |
<expression>'DWORD_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2557 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2558 |
<inVariable localId="64" width="139" height="27"> |
44 | 2559 |
<position y="1020" x="1288"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2560 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2561 |
<relPosition y="13" x="139"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2562 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2563 |
<expression>'LWORD_TO_STRING'</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2564 |
</inVariable> |
44 | 2565 |
<block localId="65" height="965" width="71" instanceName="" typeName="MUX"> |
2566 |
<position y="151" x="1544"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2567 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2568 |
<variable formalParameter="K"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2569 |
<connectionPointIn> |
43 | 2570 |
<relPosition y="43" x="0"/> |
44 | 2571 |
<connection refLocalId="41" formalParameter="OUT"> |
2572 |
<position y="194" x="1544"/> |
|
2573 |
<position y="194" x="1226"/> |
|
2574 |
<position y="115" x="1226"/> |
|
2575 |
<position y="115" x="536"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2576 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2577 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2578 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2579 |
<variable formalParameter="IN0"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2580 |
<connectionPointIn> |
43 | 2581 |
<relPosition y="90" x="0"/> |
44 | 2582 |
<connection refLocalId="47"> |
2583 |
<position y="241" x="1544"/> |
|
2584 |
<position y="241" x="1484"/> |
|
2585 |
<position y="239" x="1484"/> |
|
2586 |
<position y="239" x="1424"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2587 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2588 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2589 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2590 |
<variable formalParameter="IN1"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2591 |
<connectionPointIn> |
43 | 2592 |
<relPosition y="137" x="0"/> |
44 | 2593 |
<connection refLocalId="48"> |
2594 |
<position y="288" x="1544"/> |
|
2595 |
<position y="288" x="1478"/> |
|
2596 |
<position y="283" x="1478"/> |
|
2597 |
<position y="283" x="1412"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2598 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2599 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2600 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2601 |
<variable formalParameter="IN2"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2602 |
<connectionPointIn> |
43 | 2603 |
<relPosition y="184" x="0"/> |
44 | 2604 |
<connection refLocalId="49"> |
2605 |
<position y="335" x="1544"/> |
|
2606 |
<position y="335" x="1483"/> |
|
2607 |
<position y="334" x="1483"/> |
|
2608 |
<position y="334" x="1422"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2609 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2610 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2611 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2612 |
<variable formalParameter="IN3"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2613 |
<connectionPointIn> |
43 | 2614 |
<relPosition y="231" x="0"/> |
44 | 2615 |
<connection refLocalId="50"> |
2616 |
<position y="382" x="1544"/> |
|
2617 |
<position y="382" x="1481"/> |
|
2618 |
<position y="385" x="1481"/> |
|
2619 |
<position y="385" x="1419"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2620 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2621 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2622 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2623 |
<variable formalParameter="IN4"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2624 |
<connectionPointIn> |
43 | 2625 |
<relPosition y="278" x="0"/> |
44 | 2626 |
<connection refLocalId="51"> |
2627 |
<position y="429" x="1544"/> |
|
2628 |
<position y="429" x="1487"/> |
|
2629 |
<position y="434" x="1487"/> |
|
2630 |
<position y="434" x="1430"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2631 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2632 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2633 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2634 |
<variable formalParameter="IN5"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2635 |
<connectionPointIn> |
43 | 2636 |
<relPosition y="325" x="0"/> |
44 | 2637 |
<connection refLocalId="52"> |
2638 |
<position y="476" x="1544"/> |
|
2639 |
<position y="476" x="1482"/> |
|
2640 |
<position y="472" x="1482"/> |
|
2641 |
<position y="472" x="1420"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2642 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2643 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2644 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2645 |
<variable formalParameter="IN6"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2646 |
<connectionPointIn> |
43 | 2647 |
<relPosition y="372" x="0"/> |
44 | 2648 |
<connection refLocalId="53"> |
2649 |
<position y="523" x="1544"/> |
|
2650 |
<position y="523" x="1485"/> |
|
2651 |
<position y="522" x="1485"/> |
|
2652 |
<position y="522" x="1426"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2653 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2654 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2655 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2656 |
<variable formalParameter="IN7"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2657 |
<connectionPointIn> |
43 | 2658 |
<relPosition y="419" x="0"/> |
44 | 2659 |
<connection refLocalId="54"> |
2660 |
<position y="570" x="1544"/> |
|
2661 |
<position y="570" x="1485"/> |
|
2662 |
<position y="574" x="1485"/> |
|
2663 |
<position y="574" x="1425"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2664 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2665 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2666 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2667 |
<variable formalParameter="IN8"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2668 |
<connectionPointIn> |
43 | 2669 |
<relPosition y="466" x="0"/> |
44 | 2670 |
<connection refLocalId="55"> |
2671 |
<position y="617" x="1544"/> |
|
2672 |
<position y="617" x="1482"/> |
|
2673 |
<position y="622" x="1482"/> |
|
2674 |
<position y="622" x="1419"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2675 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2676 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2677 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2678 |
<variable formalParameter="IN9"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2679 |
<connectionPointIn> |
43 | 2680 |
<relPosition y="513" x="0"/> |
44 | 2681 |
<connection refLocalId="56"> |
2682 |
<position y="664" x="1544"/> |
|
2683 |
<position y="664" x="1485"/> |
|
2684 |
<position y="667" x="1485"/> |
|
2685 |
<position y="667" x="1426"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2686 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2687 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2688 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2689 |
<variable formalParameter="IN10"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2690 |
<connectionPointIn> |
43 | 2691 |
<relPosition y="560" x="0"/> |
44 | 2692 |
<connection refLocalId="57"> |
2693 |
<position y="711" x="1544"/> |
|
2694 |
<position y="711" x="1481"/> |
|
2695 |
<position y="712" x="1481"/> |
|
2696 |
<position y="712" x="1418"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2697 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2698 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2699 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2700 |
<variable formalParameter="IN11"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2701 |
<connectionPointIn> |
43 | 2702 |
<relPosition y="607" x="0"/> |
44 | 2703 |
<connection refLocalId="58"> |
2704 |
<position y="758" x="1544"/> |
|
2705 |
<position y="758" x="1483"/> |
|
2706 |
<position y="755" x="1483"/> |
|
2707 |
<position y="755" x="1422"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2708 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2709 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2710 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2711 |
<variable formalParameter="IN12"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2712 |
<connectionPointIn> |
43 | 2713 |
<relPosition y="654" x="0"/> |
44 | 2714 |
<connection refLocalId="59"> |
2715 |
<position y="805" x="1544"/> |
|
2716 |
<position y="805" x="1480"/> |
|
2717 |
<position y="804" x="1480"/> |
|
2718 |
<position y="804" x="1417"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2719 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2720 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2721 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2722 |
<variable formalParameter="IN13"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2723 |
<connectionPointIn> |
43 | 2724 |
<relPosition y="701" x="0"/> |
44 | 2725 |
<connection refLocalId="60"> |
2726 |
<position y="852" x="1544"/> |
|
2727 |
<position y="852" x="1474"/> |
|
2728 |
<position y="854" x="1474"/> |
|
2729 |
<position y="854" x="1404"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2730 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2731 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2732 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2733 |
<variable formalParameter="IN14"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2734 |
<connectionPointIn> |
43 | 2735 |
<relPosition y="748" x="0"/> |
44 | 2736 |
<connection refLocalId="61"> |
2737 |
<position y="899" x="1544"/> |
|
2738 |
<position y="899" x="1479"/> |
|
2739 |
<position y="905" x="1479"/> |
|
2740 |
<position y="905" x="1415"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2741 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2742 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2743 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2744 |
<variable formalParameter="IN15"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2745 |
<connectionPointIn> |
43 | 2746 |
<relPosition y="795" x="0"/> |
44 | 2747 |
<connection refLocalId="62"> |
2748 |
<position y="946" x="1544"/> |
|
2749 |
<position y="946" x="1484"/> |
|
2750 |
<position y="949" x="1484"/> |
|
2751 |
<position y="949" x="1424"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2752 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2753 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2754 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2755 |
<variable formalParameter="IN16"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2756 |
<connectionPointIn> |
43 | 2757 |
<relPosition y="842" x="0"/> |
44 | 2758 |
<connection refLocalId="63"> |
2759 |
<position y="993" x="1544"/> |
|
2760 |
<position y="993" x="1488"/> |
|
2761 |
<position y="994" x="1488"/> |
|
2762 |
<position y="994" x="1433"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2763 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2764 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2765 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2766 |
<variable formalParameter="IN17"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2767 |
<connectionPointIn> |
43 | 2768 |
<relPosition y="889" x="0"/> |
44 | 2769 |
<connection refLocalId="64"> |
2770 |
<position y="1040" x="1544"/> |
|
2771 |
<position y="1040" x="1485"/> |
|
2772 |
<position y="1033" x="1485"/> |
|
2773 |
<position y="1033" x="1427"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2774 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2775 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2776 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2777 |
<variable formalParameter="IN18"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2778 |
<connectionPointIn> |
43 | 2779 |
<relPosition y="936" x="0"/> |
44 | 2780 |
<connection refLocalId="46"> |
2781 |
<position y="1087" x="1544"/> |
|
2782 |
<position y="1087" x="1480"/> |
|
2783 |
<position y="1081" x="1480"/> |
|
2784 |
<position y="1081" x="1417"/> |
|
43 | 2785 |
</connection> |
2786 |
</connectionPointIn> |
|
2787 |
</variable> |
|
2788 |
</inputVariables> |
|
2789 |
<inOutVariables/> |
|
2790 |
<outputVariables> |
|
2791 |
<variable formalParameter="OUT"> |
|
2792 |
<connectionPointOut> |
|
2793 |
<relPosition y="43" x="71"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2794 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2795 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2796 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2797 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2798 |
<outVariable localId="66" width="86" height="27"> |
44 | 2799 |
<position y="548" x="1692"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2800 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2801 |
<relPosition y="13" x="0"/> |
44 | 2802 |
<connection refLocalId="65" formalParameter="OUT"> |
2803 |
<position y="561" x="1692"/> |
|
2804 |
<position y="561" x="1653"/> |
|
2805 |
<position y="194" x="1653"/> |
|
2806 |
<position y="194" x="1615"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2807 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2808 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2809 |
<expression>TEST_NAME</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2810 |
</outVariable> |
43 | 2811 |
<comment localId="67" height="142" width="277"> |
44 | 2812 |
<position y="22" x="24"/> |
43 | 2813 |
<content> |
2814 |
This POU tests: |
|
2815 |
- litterals for ANY types |
|
2816 |
- convertion from ANY types to STRING |
|
2817 |
- convertion from STRING to ANY types |
|
2818 |
- EQ test for ANY types |
|
2819 |
</content> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
2820 |
</comment> |
44 | 2821 |
<block localId="68" height="40" width="124" instanceName="" typeName="STRING_TO_BOOL"> |
2822 |
<position y="2129" x="429"/> |
|
43 | 2823 |
<inputVariables> |
2824 |
<variable formalParameter="IN"> |
|
2825 |
<connectionPointIn> |
|
2826 |
<relPosition y="30" x="0"/> |
|
2827 |
<connection refLocalId="1" formalParameter="OUT"> |
|
44 | 2828 |
<position y="2159" x="429"/> |
2829 |
<position y="2159" x="400"/> |
|
2830 |
<position y="2123" x="400"/> |
|
2831 |
<position y="2123" x="372"/> |
|
43 | 2832 |
</connection> |
2833 |
</connectionPointIn> |
|
2834 |
</variable> |
|
2835 |
</inputVariables> |
|
2836 |
<inOutVariables/> |
|
2837 |
<outputVariables> |
|
2838 |
<variable formalParameter="OUT"> |
|
2839 |
<connectionPointOut> |
|
2840 |
<relPosition y="30" x="124"/> |
|
2841 |
</connectionPointOut> |
|
2842 |
</variable> |
|
2843 |
</outputVariables> |
|
2844 |
</block> |
|
44 | 2845 |
<block localId="69" height="40" width="117" instanceName="" typeName="STRING_TO_SINT"> |
2846 |
<position y="336" x="425"/> |
|
43 | 2847 |
<inputVariables> |
2848 |
<variable formalParameter="IN"> |
|
2849 |
<connectionPointIn> |
|
2850 |
<relPosition y="30" x="0"/> |
|
2851 |
<connection refLocalId="2" formalParameter="OUT"> |
|
44 | 2852 |
<position y="366" x="425"/> |
2853 |
<position y="366" x="412"/> |
|
2854 |
<position y="319" x="412"/> |
|
2855 |
<position y="319" x="378"/> |
|
43 | 2856 |
</connection> |
2857 |
</connectionPointIn> |
|
2858 |
</variable> |
|
2859 |
</inputVariables> |
|
2860 |
<inOutVariables/> |
|
2861 |
<outputVariables> |
|
2862 |
<variable formalParameter="OUT"> |
|
2863 |
<connectionPointOut> |
|
2864 |
<relPosition y="30" x="117"/> |
|
2865 |
</connectionPointOut> |
|
2866 |
</variable> |
|
2867 |
</outputVariables> |
|
2868 |
</block> |
|
44 | 2869 |
<block localId="70" height="40" width="108" instanceName="" typeName="STRING_TO_INT"> |
2870 |
<position y="433" x="417"/> |
|
43 | 2871 |
<inputVariables> |
2872 |
<variable formalParameter="IN"> |
|
2873 |
<connectionPointIn> |
|
2874 |
<relPosition y="30" x="0"/> |
|
44 | 2875 |
<connection refLocalId="3" formalParameter="OUT"> |
2876 |
<position y="463" x="417"/> |
|
2877 |
<position y="463" x="398"/> |
|
2878 |
<position y="423" x="398"/> |
|
2879 |
<position y="423" x="366"/> |
|
43 | 2880 |
</connection> |
2881 |
</connectionPointIn> |
|
2882 |
</variable> |
|
2883 |
</inputVariables> |
|
2884 |
<inOutVariables/> |
|
2885 |
<outputVariables> |
|
2886 |
<variable formalParameter="OUT"> |
|
2887 |
<connectionPointOut> |
|
2888 |
<relPosition y="30" x="108"/> |
|
2889 |
</connectionPointOut> |
|
2890 |
</variable> |
|
2891 |
</outputVariables> |
|
2892 |
</block> |
|
44 | 2893 |
<block localId="71" height="40" width="118" instanceName="" typeName="STRING_TO_DINT"> |
2894 |
<position y="530" x="427"/> |
|
43 | 2895 |
<inputVariables> |
2896 |
<variable formalParameter="IN"> |
|
2897 |
<connectionPointIn> |
|
2898 |
<relPosition y="30" x="0"/> |
|
2899 |
<connection refLocalId="4" formalParameter="OUT"> |
|
44 | 2900 |
<position y="560" x="427"/> |
2901 |
<position y="560" x="401"/> |
|
2902 |
<position y="522" x="401"/> |
|
2903 |
<position y="522" x="375"/> |
|
43 | 2904 |
</connection> |
2905 |
</connectionPointIn> |
|
2906 |
</variable> |
|
2907 |
</inputVariables> |
|
2908 |
<inOutVariables/> |
|
2909 |
<outputVariables> |
|
2910 |
<variable formalParameter="OUT"> |
|
2911 |
<connectionPointOut> |
|
2912 |
<relPosition y="30" x="118"/> |
|
2913 |
</connectionPointOut> |
|
2914 |
</variable> |
|
2915 |
</outputVariables> |
|
2916 |
</block> |
|
44 | 2917 |
<block localId="72" height="40" width="115" instanceName="" typeName="STRING_TO_LINT"> |
2918 |
<position y="631" x="426"/> |
|
43 | 2919 |
<inputVariables> |
2920 |
<variable formalParameter="IN"> |
|
2921 |
<connectionPointIn> |
|
2922 |
<relPosition y="30" x="0"/> |
|
2923 |
<connection refLocalId="5" formalParameter="OUT"> |
|
44 | 2924 |
<position y="661" x="426"/> |
2925 |
<position y="661" x="403"/> |
|
2926 |
<position y="623" x="403"/> |
|
2927 |
<position y="623" x="380"/> |
|
43 | 2928 |
</connection> |
2929 |
</connectionPointIn> |
|
2930 |
</variable> |
|
2931 |
</inputVariables> |
|
2932 |
<inOutVariables/> |
|
2933 |
<outputVariables> |
|
2934 |
<variable formalParameter="OUT"> |
|
2935 |
<connectionPointOut> |
|
2936 |
<relPosition y="30" x="115"/> |
|
2937 |
</connectionPointOut> |
|
2938 |
</variable> |
|
2939 |
</outputVariables> |
|
2940 |
</block> |
|
44 | 2941 |
<block localId="73" height="40" width="128" instanceName="" typeName="STRING_TO_UDINT"> |
2942 |
<position y="929" x="421"/> |
|
43 | 2943 |
<inputVariables> |
2944 |
<variable formalParameter="IN"> |
|
2945 |
<connectionPointIn> |
|
2946 |
<relPosition y="30" x="0"/> |
|
2947 |
<connection refLocalId="8" formalParameter="OUT"> |
|
44 | 2948 |
<position y="959" x="421"/> |
2949 |
<position y="959" x="404"/> |
|
2950 |
<position y="922" x="404"/> |
|
2951 |
<position y="922" x="388"/> |
|
43 | 2952 |
</connection> |
2953 |
</connectionPointIn> |
|
2954 |
</variable> |
|
2955 |
</inputVariables> |
|
2956 |
<inOutVariables/> |
|
2957 |
<outputVariables> |
|
2958 |
<variable formalParameter="OUT"> |
|
2959 |
<connectionPointOut> |
|
2960 |
<relPosition y="30" x="128"/> |
|
2961 |
</connectionPointOut> |
|
2962 |
</variable> |
|
2963 |
</outputVariables> |
|
2964 |
</block> |
|
44 | 2965 |
<block localId="74" height="40" width="125" instanceName="" typeName="STRING_TO_ULINT"> |
2966 |
<position y="1036" x="425"/> |
|
43 | 2967 |
<inputVariables> |
2968 |
<variable formalParameter="IN"> |
|
2969 |
<connectionPointIn> |
|
2970 |
<relPosition y="30" x="0"/> |
|
2971 |
<connection refLocalId="9" formalParameter="OUT"> |
|
44 | 2972 |
<position y="1066" x="425"/> |
2973 |
<position y="1066" x="404"/> |
|
2974 |
<position y="1024" x="404"/> |
|
2975 |
<position y="1024" x="383"/> |
|
43 | 2976 |
</connection> |
2977 |
</connectionPointIn> |
|
2978 |
</variable> |
|
2979 |
</inputVariables> |
|
2980 |
<inOutVariables/> |
|
2981 |
<outputVariables> |
|
2982 |
<variable formalParameter="OUT"> |
|
2983 |
<connectionPointOut> |
|
2984 |
<relPosition y="30" x="125"/> |
|
2985 |
</connectionPointOut> |
|
2986 |
</variable> |
|
2987 |
</outputVariables> |
|
2988 |
</block> |
|
44 | 2989 |
<block localId="75" height="40" width="120" instanceName="" typeName="STRING_TO_REAL"> |
2990 |
<position y="1131" x="423"/> |
|
43 | 2991 |
<inputVariables> |
2992 |
<variable formalParameter="IN"> |
|
2993 |
<connectionPointIn> |
|
2994 |
<relPosition y="30" x="0"/> |
|
2995 |
<connection refLocalId="10" formalParameter="OUT"> |
|
44 | 2996 |
<position y="1161" x="423"/> |
2997 |
<position y="1161" x="400"/> |
|
2998 |
<position y="1123" x="400"/> |
|
2999 |
<position y="1123" x="378"/> |
|
43 | 3000 |
</connection> |
3001 |
</connectionPointIn> |
|
3002 |
</variable> |
|
3003 |
</inputVariables> |
|
3004 |
<inOutVariables/> |
|
3005 |
<outputVariables> |
|
3006 |
<variable formalParameter="OUT"> |
|
3007 |
<connectionPointOut> |
|
3008 |
<relPosition y="30" x="120"/> |
|
3009 |
</connectionPointOut> |
|
3010 |
</variable> |
|
3011 |
</outputVariables> |
|
3012 |
</block> |
|
44 | 3013 |
<block localId="76" height="40" width="127" instanceName="" typeName="STRING_TO_LREAL"> |
3014 |
<position y="1228" x="422"/> |
|
43 | 3015 |
<inputVariables> |
3016 |
<variable formalParameter="IN"> |
|
3017 |
<connectionPointIn> |
|
3018 |
<relPosition y="30" x="0"/> |
|
3019 |
<connection refLocalId="11" formalParameter="OUT"> |
|
44 | 3020 |
<position y="1258" x="422"/> |
3021 |
<position y="1258" x="403"/> |
|
3022 |
<position y="1223" x="403"/> |
|
3023 |
<position y="1223" x="384"/> |
|
43 | 3024 |
</connection> |
3025 |
</connectionPointIn> |
|
3026 |
</variable> |
|
3027 |
</inputVariables> |
|
3028 |
<inOutVariables/> |
|
3029 |
<outputVariables> |
|
3030 |
<variable formalParameter="OUT"> |
|
3031 |
<connectionPointOut> |
|
3032 |
<relPosition y="30" x="127"/> |
|
3033 |
</connectionPointOut> |
|
3034 |
</variable> |
|
3035 |
</outputVariables> |
|
3036 |
</block> |
|
44 | 3037 |
<block localId="77" height="40" width="117" instanceName="" typeName="STRING_TO_TIME"> |
3038 |
<position y="1329" x="428"/> |
|
43 | 3039 |
<inputVariables> |
3040 |
<variable formalParameter="IN"> |
|
3041 |
<connectionPointIn> |
|
3042 |
<relPosition y="30" x="0"/> |
|
3043 |
<connection refLocalId="12" formalParameter="OUT"> |
|
44 | 3044 |
<position y="1359" x="428"/> |
3045 |
<position y="1359" x="403"/> |
|
3046 |
<position y="1323" x="403"/> |
|
3047 |
<position y="1323" x="378"/> |
|
43 | 3048 |
</connection> |
3049 |
</connectionPointIn> |
|
3050 |
</variable> |
|
3051 |
</inputVariables> |
|
3052 |
<inOutVariables/> |
|
3053 |
<outputVariables> |
|
3054 |
<variable formalParameter="OUT"> |
|
3055 |
<connectionPointOut> |
|
3056 |
<relPosition y="30" x="117"/> |
|
3057 |
</connectionPointOut> |
|
3058 |
</variable> |
|
3059 |
</outputVariables> |
|
3060 |
</block> |
|
44 | 3061 |
<block localId="78" height="40" width="121" instanceName="" typeName="STRING_TO_DATE"> |
3062 |
<position y="1431" x="432"/> |
|
43 | 3063 |
<inputVariables> |
3064 |
<variable formalParameter="IN"> |
|
3065 |
<connectionPointIn> |
|
3066 |
<relPosition y="30" x="0"/> |
|
3067 |
<connection refLocalId="13" formalParameter="OUT"> |
|
44 | 3068 |
<position y="1461" x="432"/> |
3069 |
<position y="1461" x="405"/> |
|
3070 |
<position y="1423" x="405"/> |
|
3071 |
<position y="1423" x="379"/> |
|
43 | 3072 |
</connection> |
3073 |
</connectionPointIn> |
|
3074 |
</variable> |
|
3075 |
</inputVariables> |
|
3076 |
<inOutVariables/> |
|
3077 |
<outputVariables> |
|
3078 |
<variable formalParameter="OUT"> |
|
3079 |
<connectionPointOut> |
|
3080 |
<relPosition y="30" x="121"/> |
|
3081 |
</connectionPointOut> |
|
3082 |
</variable> |
|
3083 |
</outputVariables> |
|
3084 |
</block> |
|
44 | 3085 |
<block localId="79" height="60" width="63" instanceName="" typeName="EQ"> |
3086 |
<position y="336" x="587"/> |
|
43 | 3087 |
<inputVariables> |
3088 |
<variable formalParameter="IN1"> |
|
3089 |
<connectionPointIn> |
|
3090 |
<relPosition y="30" x="0"/> |
|
44 | 3091 |
<connection refLocalId="69" formalParameter="OUT"> |
3092 |
<position y="366" x="587"/> |
|
3093 |
<position y="366" x="542"/> |
|
43 | 3094 |
</connection> |
3095 |
</connectionPointIn> |
|
3096 |
</variable> |
|
3097 |
<variable formalParameter="IN2"> |
|
3098 |
<connectionPointIn> |
|
3099 |
<relPosition y="50" x="0"/> |
|
3100 |
<connection refLocalId="20"> |
|
44 | 3101 |
<position y="386" x="587"/> |
3102 |
<position y="386" x="233"/> |
|
3103 |
<position y="328" x="233"/> |
|
3104 |
<position y="328" x="142"/> |
|
43 | 3105 |
</connection> |
3106 |
</connectionPointIn> |
|
3107 |
</variable> |
|
3108 |
</inputVariables> |
|
3109 |
<inOutVariables/> |
|
3110 |
<outputVariables> |
|
3111 |
<variable formalParameter="OUT"> |
|
3112 |
<connectionPointOut> |
|
3113 |
<relPosition y="30" x="63"/> |
|
3114 |
</connectionPointOut> |
|
3115 |
</variable> |
|
3116 |
</outputVariables> |
|
3117 |
</block> |
|
44 | 3118 |
<block localId="80" height="40" width="127" instanceName="" typeName="STRING_TO_USINT"> |
3119 |
<position y="733" x="422"/> |
|
43 | 3120 |
<inputVariables> |
3121 |
<variable formalParameter="IN"> |
|
3122 |
<connectionPointIn> |
|
3123 |
<relPosition y="30" x="0"/> |
|
3124 |
<connection refLocalId="6" formalParameter="OUT"> |
|
44 | 3125 |
<position y="763" x="422"/> |
3126 |
<position y="763" x="402"/> |
|
3127 |
<position y="723" x="402"/> |
|
3128 |
<position y="723" x="383"/> |
|
43 | 3129 |
</connection> |
3130 |
</connectionPointIn> |
|
3131 |
</variable> |
|
3132 |
</inputVariables> |
|
3133 |
<inOutVariables/> |
|
3134 |
<outputVariables> |
|
3135 |
<variable formalParameter="OUT"> |
|
3136 |
<connectionPointOut> |
|
3137 |
<relPosition y="30" x="127"/> |
|
3138 |
</connectionPointOut> |
|
3139 |
</variable> |
|
3140 |
</outputVariables> |
|
3141 |
</block> |
|
44 | 3142 |
<block localId="81" height="40" width="118" instanceName="" typeName="STRING_TO_UINT"> |
3143 |
<position y="832" x="422"/> |
|
43 | 3144 |
<inputVariables> |
3145 |
<variable formalParameter="IN"> |
|
3146 |
<connectionPointIn> |
|
3147 |
<relPosition y="30" x="0"/> |
|
44 | 3148 |
<connection refLocalId="7" formalParameter="OUT"> |
3149 |
<position y="862" x="422"/> |
|
3150 |
<position y="862" x="403"/> |
|
3151 |
<position y="823" x="403"/> |
|
3152 |
<position y="823" x="385"/> |
|
43 | 3153 |
</connection> |
3154 |
</connectionPointIn> |
|
3155 |
</variable> |
|
3156 |
</inputVariables> |
|
3157 |
<inOutVariables/> |
|
3158 |
<outputVariables> |
|
3159 |
<variable formalParameter="OUT"> |
|
3160 |
<connectionPointOut> |
|
3161 |
<relPosition y="30" x="118"/> |
|
3162 |
</connectionPointOut> |
|
3163 |
</variable> |
|
3164 |
</outputVariables> |
|
3165 |
</block> |
|
44 | 3166 |
<block localId="82" height="40" width="115" instanceName="" typeName="STRING_TO_TOD"> |
3167 |
<position y="1533" x="432"/> |
|
43 | 3168 |
<inputVariables> |
3169 |
<variable formalParameter="IN"> |
|
3170 |
<connectionPointIn> |
|
3171 |
<relPosition y="30" x="0"/> |
|
3172 |
<connection refLocalId="14" formalParameter="OUT"> |
|
44 | 3173 |
<position y="1563" x="432"/> |
3174 |
<position y="1563" x="406"/> |
|
3175 |
<position y="1523" x="406"/> |
|
3176 |
<position y="1523" x="380"/> |
|
43 | 3177 |
</connection> |
3178 |
</connectionPointIn> |
|
3179 |
</variable> |
|
3180 |
</inputVariables> |
|
3181 |
<inOutVariables/> |
|
3182 |
<outputVariables> |
|
3183 |
<variable formalParameter="OUT"> |
|
3184 |
<connectionPointOut> |
|
3185 |
<relPosition y="30" x="115"/> |
|
3186 |
</connectionPointOut> |
|
3187 |
</variable> |
|
3188 |
</outputVariables> |
|
3189 |
</block> |
|
44 | 3190 |
<block localId="83" height="40" width="105" instanceName="" typeName="STRING_TO_DT"> |
3191 |
<position y="1631" x="427"/> |
|
43 | 3192 |
<inputVariables> |
3193 |
<variable formalParameter="IN"> |
|
3194 |
<connectionPointIn> |
|
3195 |
<relPosition y="30" x="0"/> |
|
3196 |
<connection refLocalId="35" formalParameter="OUT"> |
|
44 | 3197 |
<position y="1661" x="427"/> |
3198 |
<position y="1661" x="401"/> |
|
3199 |
<position y="1622" x="401"/> |
|
3200 |
<position y="1622" x="375"/> |
|
43 | 3201 |
</connection> |
3202 |
</connectionPointIn> |
|
3203 |
</variable> |
|
3204 |
</inputVariables> |
|
3205 |
<inOutVariables/> |
|
3206 |
<outputVariables> |
|
3207 |
<variable formalParameter="OUT"> |
|
3208 |
<connectionPointOut> |
|
3209 |
<relPosition y="30" x="105"/> |
|
3210 |
</connectionPointOut> |
|
3211 |
</variable> |
|
3212 |
</outputVariables> |
|
3213 |
</block> |
|
44 | 3214 |
<block localId="84" height="40" width="119" instanceName="" typeName="STRING_TO_BYTE"> |
3215 |
<position y="1730" x="420"/> |
|
43 | 3216 |
<inputVariables> |
3217 |
<variable formalParameter="IN"> |
|
3218 |
<connectionPointIn> |
|
3219 |
<relPosition y="30" x="0"/> |
|
3220 |
<connection refLocalId="15" formalParameter="OUT"> |
|
44 | 3221 |
<position y="1760" x="420"/> |
3222 |
<position y="1760" x="402"/> |
|
3223 |
<position y="1720" x="402"/> |
|
3224 |
<position y="1720" x="384"/> |
|
43 | 3225 |
</connection> |
3226 |
</connectionPointIn> |
|
3227 |
</variable> |
|
3228 |
</inputVariables> |
|
3229 |
<inOutVariables/> |
|
3230 |
<outputVariables> |
|
3231 |
<variable formalParameter="OUT"> |
|
3232 |
<connectionPointOut> |
|
3233 |
<relPosition y="30" x="119"/> |
|
3234 |
</connectionPointOut> |
|
3235 |
</variable> |
|
3236 |
</outputVariables> |
|
3237 |
</block> |
|
44 | 3238 |
<block localId="85" height="40" width="127" instanceName="" typeName="STRING_TO_WORD"> |
3239 |
<position y="1830" x="415"/> |
|
43 | 3240 |
<inputVariables> |
3241 |
<variable formalParameter="IN"> |
|
3242 |
<connectionPointIn> |
|
3243 |
<relPosition y="30" x="0"/> |
|
3244 |
<connection refLocalId="16" formalParameter="OUT"> |
|
44 | 3245 |
<position y="1860" x="415"/> |
3246 |
<position y="1860" x="399"/> |
|
3247 |
<position y="1822" x="399"/> |
|
3248 |
<position y="1822" x="384"/> |
|
43 | 3249 |
</connection> |
3250 |
</connectionPointIn> |
|
3251 |
</variable> |
|
3252 |
</inputVariables> |
|
3253 |
<inOutVariables/> |
|
3254 |
<outputVariables> |
|
3255 |
<variable formalParameter="OUT"> |
|
3256 |
<connectionPointOut> |
|
3257 |
<relPosition y="30" x="127"/> |
|
3258 |
</connectionPointOut> |
|
3259 |
</variable> |
|
3260 |
</outputVariables> |
|
3261 |
</block> |
|
44 | 3262 |
<block localId="86" height="40" width="137" instanceName="" typeName="STRING_TO_DWORD"> |
3263 |
<position y="1934" x="419"/> |
|
43 | 3264 |
<inputVariables> |
3265 |
<variable formalParameter="IN"> |
|
3266 |
<connectionPointIn> |
|
3267 |
<relPosition y="30" x="0"/> |
|
3268 |
<connection refLocalId="17" formalParameter="OUT"> |
|
44 | 3269 |
<position y="1964" x="419"/> |
3270 |
<position y="1964" x="394"/> |
|
3271 |
<position y="1922" x="394"/> |
|
3272 |
<position y="1922" x="370"/> |
|
43 | 3273 |
</connection> |
3274 |
</connectionPointIn> |
|
3275 |
</variable> |
|
3276 |
</inputVariables> |
|
3277 |
<inOutVariables/> |
|
3278 |
<outputVariables> |
|
3279 |
<variable formalParameter="OUT"> |
|
3280 |
<connectionPointOut> |
|
3281 |
<relPosition y="30" x="137"/> |
|
3282 |
</connectionPointOut> |
|
3283 |
</variable> |
|
3284 |
</outputVariables> |
|
3285 |
</block> |
|
44 | 3286 |
<block localId="87" height="40" width="133" instanceName="" typeName="STRING_TO_LWORD"> |
3287 |
<position y="2031" x="422"/> |
|
43 | 3288 |
<inputVariables> |
3289 |
<variable formalParameter="IN"> |
|
3290 |
<connectionPointIn> |
|
3291 |
<relPosition y="30" x="0"/> |
|
3292 |
<connection refLocalId="18" formalParameter="OUT"> |
|
44 | 3293 |
<position y="2061" x="422"/> |
3294 |
<position y="2061" x="397"/> |
|
3295 |
<position y="2024" x="397"/> |
|
3296 |
<position y="2024" x="372"/> |
|
43 | 3297 |
</connection> |
3298 |
</connectionPointIn> |
|
3299 |
</variable> |
|
3300 |
</inputVariables> |
|
3301 |
<inOutVariables/> |
|
3302 |
<outputVariables> |
|
3303 |
<variable formalParameter="OUT"> |
|
3304 |
<connectionPointOut> |
|
3305 |
<relPosition y="30" x="133"/> |
|
3306 |
</connectionPointOut> |
|
3307 |
</variable> |
|
3308 |
</outputVariables> |
|
3309 |
</block> |
|
44 | 3310 |
<block localId="88" height="60" width="63" instanceName="" typeName="EQ"> |
3311 |
<position y="434" x="601"/> |
|
43 | 3312 |
<inputVariables> |
3313 |
<variable formalParameter="IN1"> |
|
3314 |
<connectionPointIn> |
|
3315 |
<relPosition y="30" x="0"/> |
|
3316 |
<connection refLocalId="70" formalParameter="OUT"> |
|
44 | 3317 |
<position y="464" x="601"/> |
3318 |
<position y="464" x="563"/> |
|
3319 |
<position y="463" x="563"/> |
|
3320 |
<position y="463" x="525"/> |
|
43 | 3321 |
</connection> |
3322 |
</connectionPointIn> |
|
3323 |
</variable> |
|
3324 |
<variable formalParameter="IN2"> |
|
3325 |
<connectionPointIn> |
|
3326 |
<relPosition y="50" x="0"/> |
|
44 | 3327 |
<connection refLocalId="21"> |
3328 |
<position y="484" x="601"/> |
|
3329 |
<position y="484" x="240"/> |
|
3330 |
<position y="433" x="240"/> |
|
3331 |
<position y="433" x="184"/> |
|
43 | 3332 |
</connection> |
3333 |
</connectionPointIn> |
|
3334 |
</variable> |
|
3335 |
</inputVariables> |
|
3336 |
<inOutVariables/> |
|
3337 |
<outputVariables> |
|
3338 |
<variable formalParameter="OUT"> |
|
3339 |
<connectionPointOut> |
|
3340 |
<relPosition y="30" x="63"/> |
|
3341 |
</connectionPointOut> |
|
3342 |
</variable> |
|
3343 |
</outputVariables> |
|
3344 |
</block> |
|
44 | 3345 |
<block localId="89" height="60" width="63" instanceName="" typeName="EQ"> |
3346 |
<position y="529" x="585"/> |
|
43 | 3347 |
<inputVariables> |
3348 |
<variable formalParameter="IN1"> |
|
3349 |
<connectionPointIn> |
|
3350 |
<relPosition y="30" x="0"/> |
|
3351 |
<connection refLocalId="71" formalParameter="OUT"> |
|
44 | 3352 |
<position y="559" x="585"/> |
3353 |
<position y="559" x="565"/> |
|
3354 |
<position y="560" x="565"/> |
|
3355 |
<position y="560" x="545"/> |
|
43 | 3356 |
</connection> |
3357 |
</connectionPointIn> |
|
3358 |
</variable> |
|
3359 |
<variable formalParameter="IN2"> |
|
3360 |
<connectionPointIn> |
|
3361 |
<relPosition y="50" x="0"/> |
|
3362 |
<connection refLocalId="22"> |
|
44 | 3363 |
<position y="579" x="585"/> |
3364 |
<position y="579" x="241"/> |
|
3365 |
<position y="522" x="241"/> |
|
3366 |
<position y="522" x="227"/> |
|
43 | 3367 |
</connection> |
3368 |
</connectionPointIn> |
|
3369 |
</variable> |
|
3370 |
</inputVariables> |
|
3371 |
<inOutVariables/> |
|
3372 |
<outputVariables> |
|
3373 |
<variable formalParameter="OUT"> |
|
3374 |
<connectionPointOut> |
|
3375 |
<relPosition y="30" x="63"/> |
|
3376 |
</connectionPointOut> |
|
3377 |
</variable> |
|
3378 |
</outputVariables> |
|
3379 |
</block> |
|
44 | 3380 |
<block localId="90" height="60" width="63" instanceName="" typeName="EQ"> |
3381 |
<position y="637" x="588"/> |
|
43 | 3382 |
<inputVariables> |
3383 |
<variable formalParameter="IN1"> |
|
3384 |
<connectionPointIn> |
|
3385 |
<relPosition y="30" x="0"/> |
|
3386 |
<connection refLocalId="72" formalParameter="OUT"> |
|
44 | 3387 |
<position y="667" x="588"/> |
3388 |
<position y="667" x="564"/> |
|
3389 |
<position y="661" x="564"/> |
|
3390 |
<position y="661" x="541"/> |
|
43 | 3391 |
</connection> |
3392 |
</connectionPointIn> |
|
3393 |
</variable> |
|
3394 |
<variable formalParameter="IN2"> |
|
3395 |
<connectionPointIn> |
|
3396 |
<relPosition y="50" x="0"/> |
|
3397 |
<connection refLocalId="23"> |
|
44 | 3398 |
<position y="687" x="588"/> |
3399 |
<position y="687" x="247"/> |
|
3400 |
<position y="623" x="247"/> |
|
3401 |
<position y="623" x="233"/> |
|
43 | 3402 |
</connection> |
3403 |
</connectionPointIn> |
|
3404 |
</variable> |
|
3405 |
</inputVariables> |
|
3406 |
<inOutVariables/> |
|
3407 |
<outputVariables> |
|
3408 |
<variable formalParameter="OUT"> |
|
3409 |
<connectionPointOut> |
|
3410 |
<relPosition y="30" x="63"/> |
|
3411 |
</connectionPointOut> |
|
3412 |
</variable> |
|
3413 |
</outputVariables> |
|
3414 |
</block> |
|
44 | 3415 |
<block localId="91" height="60" width="63" instanceName="" typeName="EQ"> |
3416 |
<position y="735" x="598"/> |
|
43 | 3417 |
<inputVariables> |
3418 |
<variable formalParameter="IN1"> |
|
3419 |
<connectionPointIn> |
|
3420 |
<relPosition y="30" x="0"/> |
|
3421 |
<connection refLocalId="80" formalParameter="OUT"> |
|
44 | 3422 |
<position y="765" x="598"/> |
3423 |
<position y="765" x="573"/> |
|
3424 |
<position y="763" x="573"/> |
|
3425 |
<position y="763" x="549"/> |
|
43 | 3426 |
</connection> |
3427 |
</connectionPointIn> |
|
3428 |
</variable> |
|
3429 |
<variable formalParameter="IN2"> |
|
3430 |
<connectionPointIn> |
|
3431 |
<relPosition y="50" x="0"/> |
|
3432 |
<connection refLocalId="24"> |
|
44 | 3433 |
<position y="785" x="598"/> |
3434 |
<position y="785" x="235"/> |
|
3435 |
<position y="725" x="235"/> |
|
3436 |
<position y="725" x="214"/> |
|
43 | 3437 |
</connection> |
3438 |
</connectionPointIn> |
|
3439 |
</variable> |
|
3440 |
</inputVariables> |
|
3441 |
<inOutVariables/> |
|
3442 |
<outputVariables> |
|
3443 |
<variable formalParameter="OUT"> |
|
3444 |
<connectionPointOut> |
|
3445 |
<relPosition y="30" x="63"/> |
|
3446 |
</connectionPointOut> |
|
3447 |
</variable> |
|
3448 |
</outputVariables> |
|
3449 |
</block> |
|
44 | 3450 |
<block localId="92" height="60" width="63" instanceName="" typeName="EQ"> |
3451 |
<position y="832" x="590"/> |
|
43 | 3452 |
<inputVariables> |
3453 |
<variable formalParameter="IN1"> |
|
3454 |
<connectionPointIn> |
|
3455 |
<relPosition y="30" x="0"/> |
|
44 | 3456 |
<connection refLocalId="81" formalParameter="OUT"> |
3457 |
<position y="862" x="590"/> |
|
3458 |
<position y="862" x="540"/> |
|
43 | 3459 |
</connection> |
3460 |
</connectionPointIn> |
|
3461 |
</variable> |
|
3462 |
<variable formalParameter="IN2"> |
|
3463 |
<connectionPointIn> |
|
3464 |
<relPosition y="50" x="0"/> |
|
44 | 3465 |
<connection refLocalId="25"> |
3466 |
<position y="882" x="590"/> |
|
3467 |
<position y="882" x="245"/> |
|
3468 |
<position y="825" x="245"/> |
|
3469 |
<position y="825" x="227"/> |
|
43 | 3470 |
</connection> |
3471 |
</connectionPointIn> |
|
3472 |
</variable> |
|
3473 |
</inputVariables> |
|
3474 |
<inOutVariables/> |
|
3475 |
<outputVariables> |
|
3476 |
<variable formalParameter="OUT"> |
|
3477 |
<connectionPointOut> |
|
3478 |
<relPosition y="30" x="63"/> |
|
3479 |
</connectionPointOut> |
|
3480 |
</variable> |
|
3481 |
</outputVariables> |
|
3482 |
</block> |
|
44 | 3483 |
<block localId="93" height="60" width="63" instanceName="" typeName="EQ"> |
3484 |
<position y="928" x="597"/> |
|
43 | 3485 |
<inputVariables> |
3486 |
<variable formalParameter="IN1"> |
|
3487 |
<connectionPointIn> |
|
3488 |
<relPosition y="30" x="0"/> |
|
44 | 3489 |
<connection refLocalId="73" formalParameter="OUT"> |
3490 |
<position y="958" x="597"/> |
|
3491 |
<position y="958" x="573"/> |
|
3492 |
<position y="959" x="573"/> |
|
3493 |
<position y="959" x="549"/> |
|
43 | 3494 |
</connection> |
3495 |
</connectionPointIn> |
|
3496 |
</variable> |
|
3497 |
<variable formalParameter="IN2"> |
|
3498 |
<connectionPointIn> |
|
3499 |
<relPosition y="50" x="0"/> |
|
44 | 3500 |
<connection refLocalId="26"> |
3501 |
<position y="978" x="597"/> |
|
3502 |
<position y="978" x="246"/> |
|
3503 |
<position y="923" x="246"/> |
|
3504 |
<position y="923" x="229"/> |
|
43 | 3505 |
</connection> |
3506 |
</connectionPointIn> |
|
3507 |
</variable> |
|
3508 |
</inputVariables> |
|
3509 |
<inOutVariables/> |
|
3510 |
<outputVariables> |
|
3511 |
<variable formalParameter="OUT"> |
|
3512 |
<connectionPointOut> |
|
3513 |
<relPosition y="30" x="63"/> |
|
3514 |
</connectionPointOut> |
|
3515 |
</variable> |
|
3516 |
</outputVariables> |
|
3517 |
</block> |
|
44 | 3518 |
<block localId="94" height="60" width="63" instanceName="" typeName="EQ"> |
3519 |
<position y="1036" x="597"/> |
|
43 | 3520 |
<inputVariables> |
3521 |
<variable formalParameter="IN1"> |
|
3522 |
<connectionPointIn> |
|
3523 |
<relPosition y="30" x="0"/> |
|
3524 |
<connection refLocalId="74" formalParameter="OUT"> |
|
44 | 3525 |
<position y="1066" x="597"/> |
3526 |
<position y="1066" x="550"/> |
|
43 | 3527 |
</connection> |
3528 |
</connectionPointIn> |
|
3529 |
</variable> |
|
3530 |
<variable formalParameter="IN2"> |
|
3531 |
<connectionPointIn> |
|
3532 |
<relPosition y="50" x="0"/> |
|
3533 |
<connection refLocalId="27"> |
|
44 | 3534 |
<position y="1086" x="597"/> |
3535 |
<position y="1086" x="243"/> |
|
3536 |
<position y="1024" x="243"/> |
|
3537 |
<position y="1024" x="228"/> |
|
43 | 3538 |
</connection> |
3539 |
</connectionPointIn> |
|
3540 |
</variable> |
|
3541 |
</inputVariables> |
|
3542 |
<inOutVariables/> |
|
3543 |
<outputVariables> |
|
3544 |
<variable formalParameter="OUT"> |
|
3545 |
<connectionPointOut> |
|
3546 |
<relPosition y="30" x="63"/> |
|
3547 |
</connectionPointOut> |
|
3548 |
</variable> |
|
3549 |
</outputVariables> |
|
3550 |
</block> |
|
44 | 3551 |
<block localId="95" height="60" width="63" instanceName="" typeName="EQ"> |
3552 |
<position y="1131" x="584"/> |
|
43 | 3553 |
<inputVariables> |
3554 |
<variable formalParameter="IN1"> |
|
3555 |
<connectionPointIn> |
|
3556 |
<relPosition y="30" x="0"/> |
|
3557 |
<connection refLocalId="75" formalParameter="OUT"> |
|
44 | 3558 |
<position y="1161" x="584"/> |
3559 |
<position y="1161" x="543"/> |
|
43 | 3560 |
</connection> |
3561 |
</connectionPointIn> |
|
3562 |
</variable> |
|
3563 |
<variable formalParameter="IN2"> |
|
3564 |
<connectionPointIn> |
|
3565 |
<relPosition y="50" x="0"/> |
|
3566 |
<connection refLocalId="28"> |
|
44 | 3567 |
<position y="1181" x="584"/> |
3568 |
<position y="1181" x="244"/> |
|
3569 |
<position y="1122" x="244"/> |
|
3570 |
<position y="1122" x="225"/> |
|
43 | 3571 |
</connection> |
3572 |
</connectionPointIn> |
|
3573 |
</variable> |
|
3574 |
</inputVariables> |
|
3575 |
<inOutVariables/> |
|
3576 |
<outputVariables> |
|
3577 |
<variable formalParameter="OUT"> |
|
3578 |
<connectionPointOut> |
|
3579 |
<relPosition y="30" x="63"/> |
|
3580 |
</connectionPointOut> |
|
3581 |
</variable> |
|
3582 |
</outputVariables> |
|
3583 |
</block> |
|
44 | 3584 |
<block localId="96" height="60" width="63" instanceName="" typeName="EQ"> |
3585 |
<position y="1229" x="585"/> |
|
43 | 3586 |
<inputVariables> |
3587 |
<variable formalParameter="IN1"> |
|
3588 |
<connectionPointIn> |
|
3589 |
<relPosition y="30" x="0"/> |
|
3590 |
<connection refLocalId="76" formalParameter="OUT"> |
|
44 | 3591 |
<position y="1259" x="585"/> |
3592 |
<position y="1259" x="567"/> |
|
3593 |
<position y="1258" x="567"/> |
|
3594 |
<position y="1258" x="549"/> |
|
43 | 3595 |
</connection> |
3596 |
</connectionPointIn> |
|
3597 |
</variable> |
|
3598 |
<variable formalParameter="IN2"> |
|
3599 |
<connectionPointIn> |
|
3600 |
<relPosition y="50" x="0"/> |
|
3601 |
<connection refLocalId="29"> |
|
44 | 3602 |
<position y="1279" x="585"/> |
3603 |
<position y="1279" x="239"/> |
|
3604 |
<position y="1224" x="239"/> |
|
3605 |
<position y="1224" x="224"/> |
|
43 | 3606 |
</connection> |
3607 |
</connectionPointIn> |
|
3608 |
</variable> |
|
3609 |
</inputVariables> |
|
3610 |
<inOutVariables/> |
|
3611 |
<outputVariables> |
|
3612 |
<variable formalParameter="OUT"> |
|
3613 |
<connectionPointOut> |
|
3614 |
<relPosition y="30" x="63"/> |
|
3615 |
</connectionPointOut> |
|
3616 |
</variable> |
|
3617 |
</outputVariables> |
|
3618 |
</block> |
|
44 | 3619 |
<block localId="97" height="60" width="63" instanceName="" typeName="EQ"> |
3620 |
<position y="1329" x="581"/> |
|
43 | 3621 |
<inputVariables> |
3622 |
<variable formalParameter="IN1"> |
|
3623 |
<connectionPointIn> |
|
3624 |
<relPosition y="30" x="0"/> |
|
3625 |
<connection refLocalId="77" formalParameter="OUT"> |
|
44 | 3626 |
<position y="1359" x="581"/> |
3627 |
<position y="1359" x="545"/> |
|
43 | 3628 |
</connection> |
3629 |
</connectionPointIn> |
|
3630 |
</variable> |
|
3631 |
<variable formalParameter="IN2"> |
|
3632 |
<connectionPointIn> |
|
3633 |
<relPosition y="50" x="0"/> |
|
3634 |
<connection refLocalId="30"> |
|
44 | 3635 |
<position y="1379" x="581"/> |
3636 |
<position y="1379" x="248"/> |
|
3637 |
<position y="1322" x="248"/> |
|
3638 |
<position y="1322" x="225"/> |
|
43 | 3639 |
</connection> |
3640 |
</connectionPointIn> |
|
3641 |
</variable> |
|
3642 |
</inputVariables> |
|
3643 |
<inOutVariables/> |
|
3644 |
<outputVariables> |
|
3645 |
<variable formalParameter="OUT"> |
|
3646 |
<connectionPointOut> |
|
3647 |
<relPosition y="30" x="63"/> |
|
3648 |
</connectionPointOut> |
|
3649 |
</variable> |
|
3650 |
</outputVariables> |
|
3651 |
</block> |
|
44 | 3652 |
<block localId="98" height="60" width="63" instanceName="" typeName="EQ"> |
3653 |
<position y="1429" x="592"/> |
|
43 | 3654 |
<inputVariables> |
3655 |
<variable formalParameter="IN1"> |
|
3656 |
<connectionPointIn> |
|
3657 |
<relPosition y="30" x="0"/> |
|
3658 |
<connection refLocalId="78" formalParameter="OUT"> |
|
44 | 3659 |
<position y="1459" x="592"/> |
3660 |
<position y="1459" x="572"/> |
|
3661 |
<position y="1461" x="572"/> |
|
3662 |
<position y="1461" x="553"/> |
|
43 | 3663 |
</connection> |
3664 |
</connectionPointIn> |
|
3665 |
</variable> |
|
3666 |
<variable formalParameter="IN2"> |
|
3667 |
<connectionPointIn> |
|
3668 |
<relPosition y="50" x="0"/> |
|
3669 |
<connection refLocalId="31"> |
|
44 | 3670 |
<position y="1479" x="592"/> |
3671 |
<position y="1479" x="239"/> |
|
3672 |
<position y="1419" x="239"/> |
|
3673 |
<position y="1419" x="223"/> |
|
43 | 3674 |
</connection> |
3675 |
</connectionPointIn> |
|
3676 |
</variable> |
|
3677 |
</inputVariables> |
|
3678 |
<inOutVariables/> |
|
3679 |
<outputVariables> |
|
3680 |
<variable formalParameter="OUT"> |
|
3681 |
<connectionPointOut> |
|
3682 |
<relPosition y="30" x="63"/> |
|
3683 |
</connectionPointOut> |
|
3684 |
</variable> |
|
3685 |
</outputVariables> |
|
3686 |
</block> |
|
44 | 3687 |
<block localId="99" height="60" width="63" instanceName="" typeName="EQ"> |
3688 |
<position y="1532" x="591"/> |
|
43 | 3689 |
<inputVariables> |
3690 |
<variable formalParameter="IN1"> |
|
3691 |
<connectionPointIn> |
|
3692 |
<relPosition y="30" x="0"/> |
|
3693 |
<connection refLocalId="82" formalParameter="OUT"> |
|
44 | 3694 |
<position y="1562" x="591"/> |
3695 |
<position y="1562" x="569"/> |
|
3696 |
<position y="1563" x="569"/> |
|
3697 |
<position y="1563" x="547"/> |
|
43 | 3698 |
</connection> |
3699 |
</connectionPointIn> |
|
3700 |
</variable> |
|
3701 |
<variable formalParameter="IN2"> |
|
3702 |
<connectionPointIn> |
|
3703 |
<relPosition y="50" x="0"/> |
|
3704 |
<connection refLocalId="32"> |
|
44 | 3705 |
<position y="1582" x="591"/> |
3706 |
<position y="1582" x="248"/> |
|
3707 |
<position y="1520" x="248"/> |
|
3708 |
<position y="1520" x="234"/> |
|
43 | 3709 |
</connection> |
3710 |
</connectionPointIn> |
|
3711 |
</variable> |
|
3712 |
</inputVariables> |
|
3713 |
<inOutVariables/> |
|
3714 |
<outputVariables> |
|
3715 |
<variable formalParameter="OUT"> |
|
3716 |
<connectionPointOut> |
|
3717 |
<relPosition y="30" x="63"/> |
|
3718 |
</connectionPointOut> |
|
3719 |
</variable> |
|
3720 |
</outputVariables> |
|
3721 |
</block> |
|
44 | 3722 |
<block localId="100" height="60" width="63" instanceName="" typeName="EQ"> |
3723 |
<position y="1631" x="590"/> |
|
43 | 3724 |
<inputVariables> |
3725 |
<variable formalParameter="IN1"> |
|
3726 |
<connectionPointIn> |
|
3727 |
<relPosition y="30" x="0"/> |
|
3728 |
<connection refLocalId="83" formalParameter="OUT"> |
|
44 | 3729 |
<position y="1661" x="590"/> |
3730 |
<position y="1661" x="532"/> |
|
43 | 3731 |
</connection> |
3732 |
</connectionPointIn> |
|
3733 |
</variable> |
|
3734 |
<variable formalParameter="IN2"> |
|
3735 |
<connectionPointIn> |
|
3736 |
<relPosition y="50" x="0"/> |
|
3737 |
<connection refLocalId="33"> |
|
44 | 3738 |
<position y="1681" x="590"/> |
3739 |
<position y="1681" x="247"/> |
|
3740 |
<position y="1612" x="247"/> |
|
3741 |
<position y="1612" x="229"/> |
|
43 | 3742 |
</connection> |
3743 |
</connectionPointIn> |
|
3744 |
</variable> |
|
3745 |
</inputVariables> |
|
3746 |
<inOutVariables/> |
|
3747 |
<outputVariables> |
|
3748 |
<variable formalParameter="OUT"> |
|
3749 |
<connectionPointOut> |
|
3750 |
<relPosition y="30" x="63"/> |
|
3751 |
</connectionPointOut> |
|
3752 |
</variable> |
|
3753 |
</outputVariables> |
|
3754 |
</block> |
|
44 | 3755 |
<block localId="101" height="60" width="63" instanceName="" typeName="EQ"> |
3756 |
<position y="1730" x="592"/> |
|
43 | 3757 |
<inputVariables> |
3758 |
<variable formalParameter="IN1"> |
|
3759 |
<connectionPointIn> |
|
3760 |
<relPosition y="30" x="0"/> |
|
3761 |
<connection refLocalId="84" formalParameter="OUT"> |
|
44 | 3762 |
<position y="1760" x="592"/> |
3763 |
<position y="1760" x="539"/> |
|
43 | 3764 |
</connection> |
3765 |
</connectionPointIn> |
|
3766 |
</variable> |
|
3767 |
<variable formalParameter="IN2"> |
|
3768 |
<connectionPointIn> |
|
3769 |
<relPosition y="50" x="0"/> |
|
3770 |
<connection refLocalId="34"> |
|
44 | 3771 |
<position y="1780" x="592"/> |
3772 |
<position y="1780" x="247"/> |
|
3773 |
<position y="1716" x="247"/> |
|
3774 |
<position y="1716" x="228"/> |
|
43 | 3775 |
</connection> |
3776 |
</connectionPointIn> |
|
3777 |
</variable> |
|
3778 |
</inputVariables> |
|
3779 |
<inOutVariables/> |
|
3780 |
<outputVariables> |
|
3781 |
<variable formalParameter="OUT"> |
|
3782 |
<connectionPointOut> |
|
3783 |
<relPosition y="30" x="63"/> |
|
3784 |
</connectionPointOut> |
|
3785 |
</variable> |
|
3786 |
</outputVariables> |
|
3787 |
</block> |
|
44 | 3788 |
<block localId="102" height="60" width="63" instanceName="" typeName="EQ"> |
3789 |
<position y="1833" x="591"/> |
|
43 | 3790 |
<inputVariables> |
3791 |
<variable formalParameter="IN1"> |
|
3792 |
<connectionPointIn> |
|
3793 |
<relPosition y="30" x="0"/> |
|
3794 |
<connection refLocalId="85" formalParameter="OUT"> |
|
44 | 3795 |
<position y="1863" x="591"/> |
3796 |
<position y="1863" x="566"/> |
|
3797 |
<position y="1860" x="566"/> |
|
3798 |
<position y="1860" x="542"/> |
|
43 | 3799 |
</connection> |
3800 |
</connectionPointIn> |
|
3801 |
</variable> |
|
3802 |
<variable formalParameter="IN2"> |
|
3803 |
<connectionPointIn> |
|
3804 |
<relPosition y="50" x="0"/> |
|
3805 |
<connection refLocalId="36"> |
|
44 | 3806 |
<position y="1883" x="591"/> |
3807 |
<position y="1883" x="246"/> |
|
3808 |
<position y="1817" x="246"/> |
|
3809 |
<position y="1817" x="232"/> |
|
43 | 3810 |
</connection> |
3811 |
</connectionPointIn> |
|
3812 |
</variable> |
|
3813 |
</inputVariables> |
|
3814 |
<inOutVariables/> |
|
3815 |
<outputVariables> |
|
3816 |
<variable formalParameter="OUT"> |
|
3817 |
<connectionPointOut> |
|
3818 |
<relPosition y="30" x="63"/> |
|
3819 |
</connectionPointOut> |
|
3820 |
</variable> |
|
3821 |
</outputVariables> |
|
3822 |
</block> |
|
44 | 3823 |
<block localId="103" height="60" width="63" instanceName="" typeName="EQ"> |
3824 |
<position y="1932" x="596"/> |
|
43 | 3825 |
<inputVariables> |
3826 |
<variable formalParameter="IN1"> |
|
3827 |
<connectionPointIn> |
|
3828 |
<relPosition y="30" x="0"/> |
|
3829 |
<connection refLocalId="86" formalParameter="OUT"> |
|
44 | 3830 |
<position y="1962" x="596"/> |
3831 |
<position y="1962" x="576"/> |
|
3832 |
<position y="1964" x="576"/> |
|
3833 |
<position y="1964" x="556"/> |
|
43 | 3834 |
</connection> |
3835 |
</connectionPointIn> |
|
3836 |
</variable> |
|
3837 |
<variable formalParameter="IN2"> |
|
3838 |
<connectionPointIn> |
|
3839 |
<relPosition y="50" x="0"/> |
|
3840 |
<connection refLocalId="37"> |
|
44 | 3841 |
<position y="1982" x="596"/> |
3842 |
<position y="1982" x="213"/> |
|
3843 |
<position y="1917" x="213"/> |
|
3844 |
<position y="1917" x="199"/> |
|
43 | 3845 |
</connection> |
3846 |
</connectionPointIn> |
|
3847 |
</variable> |
|
3848 |
</inputVariables> |
|
3849 |
<inOutVariables/> |
|
3850 |
<outputVariables> |
|
3851 |
<variable formalParameter="OUT"> |
|
3852 |
<connectionPointOut> |
|
3853 |
<relPosition y="30" x="63"/> |
|
3854 |
</connectionPointOut> |
|
3855 |
</variable> |
|
3856 |
</outputVariables> |
|
3857 |
</block> |
|
44 | 3858 |
<block localId="104" height="60" width="63" instanceName="" typeName="EQ"> |
3859 |
<position y="2031" x="599"/> |
|
43 | 3860 |
<inputVariables> |
3861 |
<variable formalParameter="IN1"> |
|
3862 |
<connectionPointIn> |
|
3863 |
<relPosition y="30" x="0"/> |
|
3864 |
<connection refLocalId="87" formalParameter="OUT"> |
|
44 | 3865 |
<position y="2061" x="599"/> |
3866 |
<position y="2061" x="555"/> |
|
43 | 3867 |
</connection> |
3868 |
</connectionPointIn> |
|
3869 |
</variable> |
|
3870 |
<variable formalParameter="IN2"> |
|
3871 |
<connectionPointIn> |
|
3872 |
<relPosition y="50" x="0"/> |
|
3873 |
<connection refLocalId="38"> |
|
44 | 3874 |
<position y="2081" x="599"/> |
3875 |
<position y="2081" x="219"/> |
|
3876 |
<position y="2021" x="219"/> |
|
3877 |
<position y="2021" x="199"/> |
|
43 | 3878 |
</connection> |
3879 |
</connectionPointIn> |
|
3880 |
</variable> |
|
3881 |
</inputVariables> |
|
3882 |
<inOutVariables/> |
|
3883 |
<outputVariables> |
|
3884 |
<variable formalParameter="OUT"> |
|
3885 |
<connectionPointOut> |
|
3886 |
<relPosition y="30" x="63"/> |
|
3887 |
</connectionPointOut> |
|
3888 |
</variable> |
|
3889 |
</outputVariables> |
|
3890 |
</block> |
|
44 | 3891 |
<block localId="105" height="60" width="63" instanceName="" typeName="EQ"> |
3892 |
<position y="2129" x="604"/> |
|
43 | 3893 |
<inputVariables> |
3894 |
<variable formalParameter="IN1"> |
|
3895 |
<connectionPointIn> |
|
3896 |
<relPosition y="30" x="0"/> |
|
3897 |
<connection refLocalId="68" formalParameter="OUT"> |
|
44 | 3898 |
<position y="2159" x="604"/> |
3899 |
<position y="2159" x="553"/> |
|
43 | 3900 |
</connection> |
3901 |
</connectionPointIn> |
|
3902 |
</variable> |
|
3903 |
<variable formalParameter="IN2"> |
|
3904 |
<connectionPointIn> |
|
3905 |
<relPosition y="50" x="0"/> |
|
3906 |
<connection refLocalId="19"> |
|
44 | 3907 |
<position y="2179" x="604"/> |
3908 |
<position y="2179" x="227"/> |
|
3909 |
<position y="2121" x="227"/> |
|
3910 |
<position y="2121" x="206"/> |
|
43 | 3911 |
</connection> |
3912 |
</connectionPointIn> |
|
3913 |
</variable> |
|
3914 |
</inputVariables> |
|
3915 |
<inOutVariables/> |
|
3916 |
<outputVariables> |
|
3917 |
<variable formalParameter="OUT"> |
|
3918 |
<connectionPointOut> |
|
3919 |
<relPosition y="30" x="63"/> |
|
3920 |
</connectionPointOut> |
|
3921 |
</variable> |
|
3922 |
</outputVariables> |
|
3923 |
</block> |
|
44 | 3924 |
<block localId="106" height="2032" width="71" instanceName="" typeName="MUX"> |
3925 |
<position y="189" x="983"/> |
|
43 | 3926 |
<inputVariables> |
3927 |
<variable formalParameter="K"> |
|
3928 |
<connectionPointIn> |
|
3929 |
<relPosition y="70" x="0"/> |
|
44 | 3930 |
<connection refLocalId="41" formalParameter="OUT"> |
3931 |
<position y="259" x="983"/> |
|
3932 |
<position y="259" x="956"/> |
|
3933 |
<position y="115" x="956"/> |
|
3934 |
<position y="115" x="536"/> |
|
43 | 3935 |
</connection> |
3936 |
</connectionPointIn> |
|
3937 |
</variable> |
|
3938 |
<variable formalParameter="IN0"> |
|
3939 |
<connectionPointIn> |
|
3940 |
<relPosition y="170" x="0"/> |
|
44 | 3941 |
<connection refLocalId="79" formalParameter="OUT"> |
3942 |
<position y="359" x="983"/> |
|
3943 |
<position y="359" x="818"/> |
|
3944 |
<position y="366" x="818"/> |
|
3945 |
<position y="366" x="650"/> |
|
43 | 3946 |
</connection> |
3947 |
</connectionPointIn> |
|
3948 |
</variable> |
|
3949 |
<variable formalParameter="IN1"> |
|
3950 |
<connectionPointIn> |
|
3951 |
<relPosition y="270" x="0"/> |
|
3952 |
<connection refLocalId="88" formalParameter="OUT"> |
|
44 | 3953 |
<position y="459" x="983"/> |
3954 |
<position y="459" x="823"/> |
|
3955 |
<position y="464" x="823"/> |
|
3956 |
<position y="464" x="664"/> |
|
43 | 3957 |
</connection> |
3958 |
</connectionPointIn> |
|
3959 |
</variable> |
|
3960 |
<variable formalParameter="IN2"> |
|
3961 |
<connectionPointIn> |
|
3962 |
<relPosition y="370" x="0"/> |
|
44 | 3963 |
<connection refLocalId="89" formalParameter="OUT"> |
3964 |
<position y="559" x="983"/> |
|
3965 |
<position y="559" x="648"/> |
|
43 | 3966 |
</connection> |
3967 |
</connectionPointIn> |
|
3968 |
</variable> |
|
3969 |
<variable formalParameter="IN3"> |
|
3970 |
<connectionPointIn> |
|
3971 |
<relPosition y="470" x="0"/> |
|
44 | 3972 |
<connection refLocalId="90" formalParameter="OUT"> |
3973 |
<position y="659" x="983"/> |
|
3974 |
<position y="659" x="817"/> |
|
3975 |
<position y="667" x="817"/> |
|
3976 |
<position y="667" x="651"/> |
|
43 | 3977 |
</connection> |
3978 |
</connectionPointIn> |
|
3979 |
</variable> |
|
3980 |
<variable formalParameter="IN4"> |
|
3981 |
<connectionPointIn> |
|
3982 |
<relPosition y="570" x="0"/> |
|
44 | 3983 |
<connection refLocalId="91" formalParameter="OUT"> |
3984 |
<position y="759" x="983"/> |
|
3985 |
<position y="759" x="822"/> |
|
3986 |
<position y="765" x="822"/> |
|
3987 |
<position y="765" x="661"/> |
|
43 | 3988 |
</connection> |
3989 |
</connectionPointIn> |
|
3990 |
</variable> |
|
3991 |
<variable formalParameter="IN5"> |
|
3992 |
<connectionPointIn> |
|
3993 |
<relPosition y="670" x="0"/> |
|
44 | 3994 |
<connection refLocalId="92" formalParameter="OUT"> |
3995 |
<position y="859" x="983"/> |
|
3996 |
<position y="859" x="819"/> |
|
3997 |
<position y="862" x="819"/> |
|
3998 |
<position y="862" x="653"/> |
|
43 | 3999 |
</connection> |
4000 |
</connectionPointIn> |
|
4001 |
</variable> |
|
4002 |
<variable formalParameter="IN6"> |
|
4003 |
<connectionPointIn> |
|
4004 |
<relPosition y="770" x="0"/> |
|
44 | 4005 |
<connection refLocalId="93" formalParameter="OUT"> |
4006 |
<position y="959" x="983"/> |
|
4007 |
<position y="959" x="821"/> |
|
4008 |
<position y="958" x="821"/> |
|
4009 |
<position y="958" x="660"/> |
|
43 | 4010 |
</connection> |
4011 |
</connectionPointIn> |
|
4012 |
</variable> |
|
4013 |
<variable formalParameter="IN7"> |
|
4014 |
<connectionPointIn> |
|
4015 |
<relPosition y="870" x="0"/> |
|
44 | 4016 |
<connection refLocalId="94" formalParameter="OUT"> |
4017 |
<position y="1059" x="983"/> |
|
4018 |
<position y="1059" x="821"/> |
|
4019 |
<position y="1066" x="821"/> |
|
4020 |
<position y="1066" x="660"/> |
|
43 | 4021 |
</connection> |
4022 |
</connectionPointIn> |
|
4023 |
</variable> |
|
4024 |
<variable formalParameter="IN8"> |
|
4025 |
<connectionPointIn> |
|
4026 |
<relPosition y="970" x="0"/> |
|
44 | 4027 |
<connection refLocalId="95" formalParameter="OUT"> |
4028 |
<position y="1159" x="983"/> |
|
4029 |
<position y="1159" x="815"/> |
|
4030 |
<position y="1161" x="815"/> |
|
4031 |
<position y="1161" x="647"/> |
|
43 | 4032 |
</connection> |
4033 |
</connectionPointIn> |
|
4034 |
</variable> |
|
4035 |
<variable formalParameter="IN9"> |
|
4036 |
<connectionPointIn> |
|
4037 |
<relPosition y="1070" x="0"/> |
|
44 | 4038 |
<connection refLocalId="96" formalParameter="OUT"> |
4039 |
<position y="1259" x="983"/> |
|
4040 |
<position y="1259" x="648"/> |
|
43 | 4041 |
</connection> |
4042 |
</connectionPointIn> |
|
4043 |
</variable> |
|
4044 |
<variable formalParameter="IN10"> |
|
4045 |
<connectionPointIn> |
|
4046 |
<relPosition y="1170" x="0"/> |
|
44 | 4047 |
<connection refLocalId="97" formalParameter="OUT"> |
4048 |
<position y="1359" x="983"/> |
|
4049 |
<position y="1359" x="644"/> |
|
43 | 4050 |
</connection> |
4051 |
</connectionPointIn> |
|
4052 |
</variable> |
|
4053 |
<variable formalParameter="IN11"> |
|
4054 |
<connectionPointIn> |
|
4055 |
<relPosition y="1270" x="0"/> |
|
44 | 4056 |
<connection refLocalId="98" formalParameter="OUT"> |
4057 |
<position y="1459" x="983"/> |
|
4058 |
<position y="1459" x="655"/> |
|
43 | 4059 |
</connection> |
4060 |
</connectionPointIn> |
|
4061 |
</variable> |
|
4062 |
<variable formalParameter="IN12"> |
|
4063 |
<connectionPointIn> |
|
4064 |
<relPosition y="1370" x="0"/> |
|
44 | 4065 |
<connection refLocalId="99" formalParameter="OUT"> |
4066 |
<position y="1559" x="983"/> |
|
4067 |
<position y="1559" x="818"/> |
|
4068 |
<position y="1562" x="818"/> |
|
4069 |
<position y="1562" x="654"/> |
|
43 | 4070 |
</connection> |
4071 |
</connectionPointIn> |
|
4072 |
</variable> |
|
4073 |
<variable formalParameter="IN13"> |
|
4074 |
<connectionPointIn> |
|
4075 |
<relPosition y="1470" x="0"/> |
|
44 | 4076 |
<connection refLocalId="100" formalParameter="OUT"> |
4077 |
<position y="1659" x="983"/> |
|
4078 |
<position y="1659" x="818"/> |
|
4079 |
<position y="1661" x="818"/> |
|
4080 |
<position y="1661" x="653"/> |
|
43 | 4081 |
</connection> |
4082 |
</connectionPointIn> |
|
4083 |
</variable> |
|
4084 |
<variable formalParameter="IN14"> |
|
4085 |
<connectionPointIn> |
|
4086 |
<relPosition y="1570" x="0"/> |
|
44 | 4087 |
<connection refLocalId="101" formalParameter="OUT"> |
4088 |
<position y="1759" x="983"/> |
|
4089 |
<position y="1759" x="819"/> |
|
4090 |
<position y="1760" x="819"/> |
|
4091 |
<position y="1760" x="655"/> |
|
43 | 4092 |
</connection> |
4093 |
</connectionPointIn> |
|
4094 |
</variable> |
|
4095 |
<variable formalParameter="IN15"> |
|
4096 |
<connectionPointIn> |
|
4097 |
<relPosition y="1670" x="0"/> |
|
44 | 4098 |
<connection refLocalId="102" formalParameter="OUT"> |
4099 |
<position y="1859" x="983"/> |
|
4100 |
<position y="1859" x="822"/> |
|
4101 |
<position y="1863" x="822"/> |
|
4102 |
<position y="1863" x="654"/> |
|
43 | 4103 |
</connection> |
4104 |
</connectionPointIn> |
|
4105 |
</variable> |
|
4106 |
<variable formalParameter="IN16"> |
|
4107 |
<connectionPointIn> |
|
4108 |
<relPosition y="1770" x="0"/> |
|
44 | 4109 |
<connection refLocalId="103" formalParameter="OUT"> |
4110 |
<position y="1959" x="983"/> |
|
4111 |
<position y="1959" x="821"/> |
|
4112 |
<position y="1962" x="821"/> |
|
4113 |
<position y="1962" x="659"/> |
|
43 | 4114 |
</connection> |
4115 |
</connectionPointIn> |
|
4116 |
</variable> |
|
4117 |
<variable formalParameter="IN17"> |
|
4118 |
<connectionPointIn> |
|
4119 |
<relPosition y="1870" x="0"/> |
|
44 | 4120 |
<connection refLocalId="104" formalParameter="OUT"> |
4121 |
<position y="2059" x="983"/> |
|
4122 |
<position y="2059" x="822"/> |
|
4123 |
<position y="2061" x="822"/> |
|
4124 |
<position y="2061" x="662"/> |
|
43 | 4125 |
</connection> |
4126 |
</connectionPointIn> |
|
4127 |
</variable> |
|
4128 |
<variable formalParameter="IN18"> |
|
4129 |
<connectionPointIn> |
|
4130 |
<relPosition y="1970" x="0"/> |
|
44 | 4131 |
<connection refLocalId="105" formalParameter="OUT"> |
4132 |
<position y="2159" x="983"/> |
|
4133 |
<position y="2159" x="667"/> |
|
43 | 4134 |
</connection> |
4135 |
</connectionPointIn> |
|
4136 |
</variable> |
|
4137 |
</inputVariables> |
|
4138 |
<inOutVariables/> |
|
4139 |
<outputVariables> |
|
4140 |
<variable formalParameter="OUT"> |
|
4141 |
<connectionPointOut> |
|
4142 |
<relPosition y="70" x="71"/> |
|
4143 |
</connectionPointOut> |
|
4144 |
</variable> |
|
4145 |
</outputVariables> |
|
4146 |
</block> |
|
4147 |
<outVariable localId="107" width="78" height="27"> |
|
44 | 4148 |
<position y="244" x="1118"/> |
43 | 4149 |
<connectionPointIn> |
4150 |
<relPosition y="13" x="0"/> |
|
4151 |
<connection refLocalId="106" formalParameter="OUT"> |
|
44 | 4152 |
<position y="257" x="1118"/> |
4153 |
<position y="257" x="1086"/> |
|
4154 |
<position y="259" x="1086"/> |
|
4155 |
<position y="259" x="1054"/> |
|
43 | 4156 |
</connection> |
4157 |
</connectionPointIn> |
|
4158 |
<expression>RES_BOOL</expression> |
|
4159 |
</outVariable> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4160 |
</FBD> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4161 |
</body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4162 |
</pou> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4163 |
<pou name="MAIN_TEST" pouType="program"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4164 |
<interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4165 |
<localVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4166 |
<variable name="STR1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4167 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4168 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4169 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4170 |
<initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4171 |
<simpleValue value="3.456789"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4172 |
</initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4173 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4174 |
<variable name="INT1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4175 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4176 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4177 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4178 |
<initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4179 |
<simpleValue value="1"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4180 |
</initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4181 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4182 |
</localVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4183 |
<localVars> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4184 |
<variable name="RES_TO_STR" address="%QB0"> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4185 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4186 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4187 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4188 |
</variable> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4189 |
<variable name="RES_FROM_STR" address="%QW1"> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4190 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4191 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4192 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4193 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4194 |
<variable name="TEST_NB" address="%IW0"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4195 |
<type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4196 |
<INT/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4197 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4198 |
<initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4199 |
<simpleValue value="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4200 |
</initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4201 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4202 |
</localVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4203 |
<externalVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4204 |
<variable name="TO_STR_TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4205 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4206 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4207 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4208 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4209 |
<variable name="FROM_STR_TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4210 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4211 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4212 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4213 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4214 |
</externalVars> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4215 |
<localVars> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4216 |
<variable name="RES_STR_OPS" address="%QB3"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4217 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4218 |
<string/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4219 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4220 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4221 |
<variable name="STR_OPS_TEST_NAME" address="%QB4"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4222 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4223 |
<string/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4224 |
</type> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4225 |
</variable> |
43 | 4226 |
<variable name="RES_TO_STR_BOOL" address="%QX7"> |
4227 |
<type> |
|
4228 |
<BOOL/> |
|
4229 |
</type> |
|
4230 |
</variable> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4231 |
</localVars> |
60
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4232 |
<localVars> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4233 |
<variable name="my_from_str_test"> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4234 |
<type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4235 |
<derived name="TEST_FROM_STRINGS"/> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4236 |
</type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4237 |
</variable> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4238 |
<variable name="my_string_ops"> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4239 |
<type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4240 |
<derived name="TEST_STRINGS_OPS"/> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4241 |
</type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4242 |
</variable> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4243 |
<variable name="my_to_str"> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4244 |
<type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4245 |
<derived name="TEST_TO_STRINGS"/> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4246 |
</type> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4247 |
</variable> |
6f489cf54897
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents:
44
diff
changeset
|
4248 |
</localVars> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4249 |
</interface> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4250 |
<body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4251 |
<FBD> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4252 |
<inVariable localId="2" width="42" height="27"> |
44 | 4253 |
<position y="176" x="61"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4254 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4255 |
<relPosition y="13" x="42"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4256 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4257 |
<expression>STR1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4258 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4259 |
<inVariable localId="3" width="60" height="27"> |
44 | 4260 |
<position y="207" x="61"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4261 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4262 |
<relPosition y="13" x="60"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4263 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4264 |
<expression>'456'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4265 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4266 |
<inVariable localId="4" width="75" height="27"> |
44 | 4267 |
<position y="261" x="231"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4268 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4269 |
<relPosition y="13" x="75"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4270 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4271 |
<expression>'abcdefgh'</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4272 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4273 |
<inVariable localId="5" width="38" height="27"> |
44 | 4274 |
<position y="333" x="267"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4275 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4276 |
<relPosition y="13" x="38"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4277 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4278 |
<expression>INT1</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4279 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4280 |
<inVariable localId="6" width="38" height="27"> |
44 | 4281 |
<position y="365" x="263"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4282 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4283 |
<relPosition y="13" x="38"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4284 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4285 |
<expression>2</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4286 |
</inVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4287 |
<inVariable localId="7" width="38" height="27"> |
44 | 4288 |
<position y="398" x="263"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4289 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4290 |
<relPosition y="13" x="38"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4291 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4292 |
<expression>3</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4293 |
</inVariable> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4294 |
<outVariable localId="14" width="109" height="27"> |
44 | 4295 |
<position y="375" x="747"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4296 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4297 |
<relPosition y="13" x="0"/> |
44 | 4298 |
<connection refLocalId="21" formalParameter="INTRES"> |
4299 |
<position y="388" x="747"/> |
|
4300 |
<position y="388" x="729"/> |
|
4301 |
<position y="448" x="729"/> |
|
4302 |
<position y="448" x="698"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4303 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4304 |
</connectionPointIn> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4305 |
<expression>RES_FROM_STR</expression> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4306 |
</outVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4307 |
<inVariable localId="17" width="67" height="27"> |
44 | 4308 |
<position y="291" x="57"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4309 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4310 |
<relPosition y="13" x="67"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4311 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4312 |
<expression>TEST_NB</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4313 |
</inVariable> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4314 |
<block localId="19" height="248" width="140" instanceName="my_string_ops" typeName="TEST_STRINGS_OPS"> |
44 | 4315 |
<position y="177" x="351"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4316 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4317 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4318 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4319 |
<relPosition y="36" x="0"/> |
44 | 4320 |
<connection refLocalId="2"> |
4321 |
<position y="213" x="351"/> |
|
4322 |
<position y="213" x="227"/> |
|
4323 |
<position y="189" x="227"/> |
|
4324 |
<position y="189" x="103"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4325 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4326 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4327 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4328 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4329 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4330 |
<relPosition y="68" x="0"/> |
44 | 4331 |
<connection refLocalId="3"> |
4332 |
<position y="245" x="351"/> |
|
4333 |
<position y="245" x="236"/> |
|
4334 |
<position y="220" x="236"/> |
|
4335 |
<position y="220" x="121"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4336 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4337 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4338 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4339 |
<variable formalParameter="IN3"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4340 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4341 |
<relPosition y="100" x="0"/> |
44 | 4342 |
<connection refLocalId="4"> |
4343 |
<position y="277" x="351"/> |
|
4344 |
<position y="277" x="328"/> |
|
4345 |
<position y="274" x="328"/> |
|
4346 |
<position y="274" x="306"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4347 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4348 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4349 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4350 |
<variable formalParameter="TESTNR"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4351 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4352 |
<relPosition y="132" x="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4353 |
<connection refLocalId="17"> |
44 | 4354 |
<position y="309" x="351"/> |
4355 |
<position y="309" x="237"/> |
|
4356 |
<position y="304" x="237"/> |
|
4357 |
<position y="304" x="124"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4358 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4359 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4360 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4361 |
<variable formalParameter="K"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4362 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4363 |
<relPosition y="164" x="0"/> |
44 | 4364 |
<connection refLocalId="5"> |
4365 |
<position y="341" x="351"/> |
|
4366 |
<position y="341" x="328"/> |
|
4367 |
<position y="346" x="328"/> |
|
4368 |
<position y="346" x="305"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4369 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4370 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4371 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4372 |
<variable formalParameter="P"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4373 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4374 |
<relPosition y="196" x="0"/> |
44 | 4375 |
<connection refLocalId="6"> |
4376 |
<position y="373" x="351"/> |
|
4377 |
<position y="373" x="326"/> |
|
4378 |
<position y="378" x="326"/> |
|
4379 |
<position y="378" x="301"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4380 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4381 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4382 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4383 |
<variable formalParameter="L"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4384 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4385 |
<relPosition y="228" x="0"/> |
44 | 4386 |
<connection refLocalId="7"> |
4387 |
<position y="405" x="351"/> |
|
4388 |
<position y="405" x="326"/> |
|
4389 |
<position y="411" x="326"/> |
|
4390 |
<position y="411" x="301"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4391 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4392 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4393 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4394 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4395 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4396 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4397 |
<variable formalParameter="STRRES"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4398 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4399 |
<relPosition y="36" x="140"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4400 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4401 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4402 |
<variable formalParameter="NEXT_TEST"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4403 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4404 |
<relPosition y="68" x="140"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4405 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4406 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4407 |
<variable formalParameter="TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4408 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4409 |
<relPosition y="100" x="140"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4410 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4411 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4412 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4413 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4414 |
<block localId="21" height="154" width="147" instanceName="my_from_str_test" typeName="TEST_FROM_STRINGS"> |
44 | 4415 |
<position y="406" x="551"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4416 |
<inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4417 |
<variable formalParameter="IN1"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4418 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4419 |
<relPosition y="42" x="0"/> |
44 | 4420 |
<connection refLocalId="2"> |
4421 |
<position y="448" x="551"/> |
|
4422 |
<position y="448" x="186"/> |
|
4423 |
<position y="189" x="186"/> |
|
4424 |
<position y="189" x="103"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4425 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4426 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4427 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4428 |
<variable formalParameter="IN2"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4429 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4430 |
<relPosition y="86" x="0"/> |
44 | 4431 |
<connection refLocalId="3"> |
4432 |
<position y="492" x="551"/> |
|
4433 |
<position y="492" x="165"/> |
|
4434 |
<position y="220" x="165"/> |
|
4435 |
<position y="220" x="121"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4436 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4437 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4438 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4439 |
<variable formalParameter="TESTNR"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4440 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4441 |
<relPosition y="130" x="0"/> |
44 | 4442 |
<connection refLocalId="19" formalParameter="NEXT_TEST"> |
4443 |
<position y="536" x="551"/> |
|
4444 |
<position y="536" x="517"/> |
|
4445 |
<position y="245" x="517"/> |
|
4446 |
<position y="245" x="491"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4447 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4448 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4449 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4450 |
</inputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4451 |
<inOutVariables/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4452 |
<outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4453 |
<variable formalParameter="INTRES"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4454 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4455 |
<relPosition y="42" x="147"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4456 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4457 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4458 |
<variable formalParameter="NEXT_TEST"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4459 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4460 |
<relPosition y="86" x="147"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4461 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4462 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4463 |
<variable formalParameter="TEST_NAME"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4464 |
<connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4465 |
<relPosition y="130" x="147"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4466 |
</connectionPointOut> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4467 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4468 |
</outputVariables> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4469 |
</block> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4470 |
<outVariable localId="22" width="141" height="27"> |
44 | 4471 |
<position y="517" x="1416"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4472 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4473 |
<relPosition y="13" x="0"/> |
43 | 4474 |
<connection refLocalId="41" formalParameter="OUT"> |
44 | 4475 |
<position y="530" x="1416"/> |
4476 |
<position y="530" x="1397"/> |
|
4477 |
<position y="527" x="1397"/> |
|
4478 |
<position y="527" x="1378"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4479 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4480 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4481 |
<expression>TO_STR_TEST_NAME</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4482 |
</outVariable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4483 |
<outVariable localId="24" width="160" height="27"> |
44 | 4484 |
<position y="633" x="1064"/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4485 |
<connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4486 |
<relPosition y="13" x="0"/> |
43 | 4487 |
<connection refLocalId="37" formalParameter="OUT"> |
44 | 4488 |
<position y="646" x="1064"/> |
4489 |
<position y="646" x="1049"/> |
|
4490 |
<position y="641" x="1049"/> |
|
4491 |
<position y="641" x="1034"/> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4492 |
</connection> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4493 |
</connectionPointIn> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4494 |
<expression>FROM_STR_TEST_NAME</expression> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4495 |
</outVariable> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4496 |
<comment localId="26" height="96" width="396"> |
44 | 4497 |
<position y="29" x="35"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4498 |
<content>Main program for testing standard lib funcs</content> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4499 |
</comment> |
44 | 4500 |
<block localId="28" height="60" width="63" instanceName="" typeName="ADD"> |
4501 |
<position y="443" x="1095"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4502 |
<inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4503 |
<variable formalParameter="IN1"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4504 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4505 |
<relPosition y="30" x="0"/> |
44 | 4506 |
<connection refLocalId="35" formalParameter="NEXT_TEST"> |
4507 |
<position y="473" x="1095"/> |
|
4508 |
<position y="473" x="1007"/> |
|
4509 |
<position y="487" x="1007"/> |
|
4510 |
<position y="487" x="920"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4511 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4512 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4513 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4514 |
<variable formalParameter="IN2"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4515 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4516 |
<relPosition y="50" x="0"/> |
44 | 4517 |
<connection refLocalId="30"> |
4518 |
<position y="493" x="1095"/> |
|
4519 |
<position y="493" x="1071"/> |
|
4520 |
<position y="501" x="1071"/> |
|
4521 |
<position y="501" x="1047"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4522 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4523 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4524 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4525 |
</inputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4526 |
<inOutVariables/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4527 |
<outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4528 |
<variable formalParameter="OUT"> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4529 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4530 |
<relPosition y="30" x="63"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4531 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4532 |
</variable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4533 |
</outputVariables> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4534 |
</block> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4535 |
<outVariable localId="29" width="67" height="27"> |
44 | 4536 |
<position y="460" x="1202"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4537 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4538 |
<relPosition y="13" x="0"/> |
44 | 4539 |
<connection refLocalId="28" formalParameter="OUT"> |
4540 |
<position y="473" x="1202"/> |
|
4541 |
<position y="473" x="1158"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4542 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4543 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4544 |
<expression>TEST_NB</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4545 |
</outVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4546 |
<inVariable localId="30" width="18" height="27"> |
44 | 4547 |
<position y="488" x="1029"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4548 |
<connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4549 |
<relPosition y="13" x="18"/> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4550 |
</connectionPointOut> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4551 |
<expression>1</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4552 |
</inVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4553 |
<outVariable localId="32" width="90" height="27"> |
44 | 4554 |
<position y="403" x="1014"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4555 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4556 |
<relPosition y="13" x="0"/> |
44 | 4557 |
<connection refLocalId="35" formalParameter="RES_STR"> |
4558 |
<position y="416" x="1014"/> |
|
4559 |
<position y="416" x="978"/> |
|
4560 |
<position y="467" x="978"/> |
|
4561 |
<position y="467" x="920"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4562 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4563 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4564 |
<expression>RES_TO_STR</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4565 |
</outVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4566 |
<outVariable localId="33" width="151" height="27"> |
44 | 4567 |
<position y="270" x="911"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4568 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4569 |
<relPosition y="13" x="0"/> |
43 | 4570 |
<connection refLocalId="39" formalParameter="OUT"> |
44 | 4571 |
<position y="283" x="911"/> |
4572 |
<position y="283" x="900"/> |
|
4573 |
<position y="284" x="900"/> |
|
4574 |
<position y="284" x="881"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4575 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4576 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4577 |
<expression>STR_OPS_TEST_NAME</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4578 |
</outVariable> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4579 |
<outVariable localId="34" width="100" height="27"> |
44 | 4580 |
<position y="203" x="578"/> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4581 |
<connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4582 |
<relPosition y="13" x="0"/> |
44 | 4583 |
<connection refLocalId="19" formalParameter="STRRES"> |
4584 |
<position y="216" x="578"/> |
|
4585 |
<position y="216" x="534"/> |
|
4586 |
<position y="213" x="534"/> |
|
4587 |
<position y="213" x="491"/> |
|
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4588 |
</connection> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4589 |
</connectionPointIn> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4590 |
<expression>RES_STR_OPS</expression> |
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4591 |
</outVariable> |
43 | 4592 |
<block localId="35" height="100" width="140" instanceName="my_to_str" typeName="TEST_TO_STRINGS"> |
44 | 4593 |
<position y="437" x="780"/> |
43 | 4594 |
<inputVariables> |
4595 |
<variable formalParameter="TESTNR"> |
|
4596 |
<connectionPointIn> |
|
4597 |
<relPosition y="30" x="0"/> |
|
44 | 4598 |
<connection refLocalId="21" formalParameter="NEXT_TEST"> |
4599 |
<position y="467" x="780"/> |
|
4600 |
<position y="467" x="739"/> |
|
4601 |
<position y="492" x="739"/> |
|
4602 |
<position y="492" x="698"/> |
|
43 | 4603 |
</connection> |
4604 |
</connectionPointIn> |
|
4605 |
</variable> |
|
4606 |
</inputVariables> |
|
4607 |
<inOutVariables/> |
|
4608 |
<outputVariables> |
|
4609 |
<variable formalParameter="RES_STR"> |
|
4610 |
<connectionPointOut> |
|
4611 |
<relPosition y="30" x="140"/> |
|
4612 |
</connectionPointOut> |
|
4613 |
</variable> |
|
4614 |
<variable formalParameter="NEXT_TEST"> |
|
4615 |
<connectionPointOut> |
|
4616 |
<relPosition y="50" x="140"/> |
|
4617 |
</connectionPointOut> |
|
4618 |
</variable> |
|
4619 |
<variable formalParameter="TEST_NAME"> |
|
4620 |
<connectionPointOut> |
|
4621 |
<relPosition y="70" x="140"/> |
|
4622 |
</connectionPointOut> |
|
4623 |
</variable> |
|
4624 |
<variable formalParameter="RES_BOOL"> |
|
4625 |
<connectionPointOut> |
|
4626 |
<relPosition y="90" x="140"/> |
|
4627 |
</connectionPointOut> |
|
4628 |
</variable> |
|
4629 |
</outputVariables> |
|
4630 |
</block> |
|
4631 |
<outVariable localId="36" width="133" height="27"> |
|
44 | 4632 |
<position y="573" x="974"/> |
43 | 4633 |
<connectionPointIn> |
4634 |
<relPosition y="13" x="0"/> |
|
4635 |
<connection refLocalId="35" formalParameter="RES_BOOL"> |
|
44 | 4636 |
<position y="586" x="974"/> |
4637 |
<position y="586" x="954"/> |
|
4638 |
<position y="527" x="954"/> |
|
4639 |
<position y="527" x="920"/> |
|
43 | 4640 |
</connection> |
4641 |
</connectionPointIn> |
|
4642 |
<expression>RES_TO_STR_BOOL</expression> |
|
4643 |
</outVariable> |
|
44 | 4644 |
<block localId="37" height="60" width="63" instanceName="" typeName="CONCAT"> |
4645 |
<position y="611" x="971"/> |
|
43 | 4646 |
<inputVariables> |
4647 |
<variable formalParameter="IN1"> |
|
4648 |
<connectionPointIn> |
|
4649 |
<relPosition y="30" x="0"/> |
|
4650 |
<connection refLocalId="38"> |
|
44 | 4651 |
<position y="641" x="971"/> |
4652 |
<position y="641" x="939"/> |
|
4653 |
<position y="640" x="939"/> |
|
4654 |
<position y="640" x="908"/> |
|
43 | 4655 |
</connection> |
4656 |
</connectionPointIn> |
|
4657 |
</variable> |
|
4658 |
<variable formalParameter="IN2"> |
|
4659 |
<connectionPointIn> |
|
4660 |
<relPosition y="50" x="0"/> |
|
4661 |
<connection refLocalId="21" formalParameter="TEST_NAME"> |
|
44 | 4662 |
<position y="661" x="971"/> |
4663 |
<position y="661" x="726"/> |
|
4664 |
<position y="536" x="726"/> |
|
4665 |
<position y="536" x="698"/> |
|
43 | 4666 |
</connection> |
4667 |
</connectionPointIn> |
|
4668 |
</variable> |
|
4669 |
</inputVariables> |
|
4670 |
<inOutVariables/> |
|
4671 |
<outputVariables> |
|
4672 |
<variable formalParameter="OUT"> |
|
4673 |
<connectionPointOut> |
|
4674 |
<relPosition y="30" x="63"/> |
|
4675 |
</connectionPointOut> |
|
4676 |
</variable> |
|
4677 |
</outputVariables> |
|
4678 |
</block> |
|
4679 |
<inVariable localId="38" width="165" height="27"> |
|
44 | 4680 |
<position y="627" x="743"/> |
43 | 4681 |
<connectionPointOut> |
4682 |
<relPosition y="13" x="165"/> |
|
4683 |
</connectionPointOut> |
|
4684 |
<expression>'TEST_FROM_STRINGS : '</expression> |
|
4685 |
</inVariable> |
|
44 | 4686 |
<block localId="39" height="60" width="63" instanceName="" typeName="CONCAT"> |
4687 |
<position y="254" x="818"/> |
|
43 | 4688 |
<inputVariables> |
4689 |
<variable formalParameter="IN1"> |
|
4690 |
<connectionPointIn> |
|
4691 |
<relPosition y="30" x="0"/> |
|
4692 |
<connection refLocalId="40"> |
|
44 | 4693 |
<position y="284" x="818"/> |
4694 |
<position y="284" x="790"/> |
|
4695 |
<position y="283" x="790"/> |
|
4696 |
<position y="283" x="775"/> |
|
43 | 4697 |
</connection> |
4698 |
</connectionPointIn> |
|
4699 |
</variable> |
|
4700 |
<variable formalParameter="IN2"> |
|
4701 |
<connectionPointIn> |
|
4702 |
<relPosition y="50" x="0"/> |
|
4703 |
<connection refLocalId="19" formalParameter="TEST_NAME"> |
|
44 | 4704 |
<position y="304" x="818"/> |
4705 |
<position y="304" x="607"/> |
|
4706 |
<position y="277" x="607"/> |
|
4707 |
<position y="277" x="491"/> |
|
43 | 4708 |
</connection> |
4709 |
</connectionPointIn> |
|
4710 |
</variable> |
|
4711 |
</inputVariables> |
|
4712 |
<inOutVariables/> |
|
4713 |
<outputVariables> |
|
4714 |
<variable formalParameter="OUT"> |
|
4715 |
<connectionPointOut> |
|
4716 |
<relPosition y="30" x="63"/> |
|
4717 |
</connectionPointOut> |
|
4718 |
</variable> |
|
4719 |
</outputVariables> |
|
4720 |
</block> |
|
4721 |
<inVariable localId="40" width="147" height="27"> |
|
44 | 4722 |
<position y="270" x="628"/> |
43 | 4723 |
<connectionPointOut> |
4724 |
<relPosition y="13" x="147"/> |
|
4725 |
</connectionPointOut> |
|
4726 |
<expression>'TEST_STRING_OPS : '</expression> |
|
4727 |
</inVariable> |
|
44 | 4728 |
<block localId="41" height="60" width="63" instanceName="" typeName="CONCAT"> |
4729 |
<position y="497" x="1315"/> |
|
43 | 4730 |
<inputVariables> |
4731 |
<variable formalParameter="IN1"> |
|
4732 |
<connectionPointIn> |
|
4733 |
<relPosition y="30" x="0"/> |
|
4734 |
<connection refLocalId="42"> |
|
44 | 4735 |
<position y="527" x="1315"/> |
4736 |
<position y="527" x="1291"/> |
|
4737 |
<position y="525" x="1291"/> |
|
4738 |
<position y="525" x="1268"/> |
|
43 | 4739 |
</connection> |
4740 |
</connectionPointIn> |
|
4741 |
</variable> |
|
4742 |
<variable formalParameter="IN2"> |
|
4743 |
<connectionPointIn> |
|
4744 |
<relPosition y="50" x="0"/> |
|
4745 |
<connection refLocalId="35" formalParameter="TEST_NAME"> |
|
44 | 4746 |
<position y="547" x="1315"/> |
4747 |
<position y="547" x="971"/> |
|
4748 |
<position y="507" x="971"/> |
|
4749 |
<position y="507" x="920"/> |
|
43 | 4750 |
</connection> |
4751 |
</connectionPointIn> |
|
4752 |
</variable> |
|
4753 |
</inputVariables> |
|
4754 |
<inOutVariables/> |
|
4755 |
<outputVariables> |
|
4756 |
<variable formalParameter="OUT"> |
|
4757 |
<connectionPointOut> |
|
4758 |
<relPosition y="30" x="63"/> |
|
4759 |
</connectionPointOut> |
|
4760 |
</variable> |
|
4761 |
</outputVariables> |
|
4762 |
</block> |
|
4763 |
<inVariable localId="42" width="146" height="27"> |
|
44 | 4764 |
<position y="512" x="1122"/> |
43 | 4765 |
<connectionPointOut> |
4766 |
<relPosition y="13" x="146"/> |
|
4767 |
</connectionPointOut> |
|
4768 |
<expression>'TEST_TO_STRINGS : '</expression> |
|
4769 |
</inVariable> |
|
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4770 |
</FBD> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4771 |
</body> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4772 |
</pou> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4773 |
</pous> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4774 |
</types> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4775 |
<instances> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4776 |
<configurations> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4777 |
<configuration name="STD_CONF"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4778 |
<resource name="STD_RESSOURCE"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4779 |
<task interval="00:00:00.100000" name="STD_TASK" priority="0"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4780 |
<globalVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4781 |
<variable name="FROM_STR_TEST_NAME" address="%QB10"> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4782 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4783 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4784 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4785 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4786 |
</globalVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4787 |
<pouInstance type="MAIN_TEST" name="MAIN_INSTANCE"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4788 |
</resource> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4789 |
<globalVars> |
42
b45c7f34dec1
IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents:
41
diff
changeset
|
4790 |
<variable name="TO_STR_TEST_NAME" address="%QB2"> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4791 |
<type> |
102
51367da8dc4c
Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents:
60
diff
changeset
|
4792 |
<string/> |
41
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4793 |
</type> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4794 |
<initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4795 |
<simpleValue value="str test name"/> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4796 |
</initialValue> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4797 |
</variable> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4798 |
</globalVars> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4799 |
</configuration> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4800 |
</configurations> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4801 |
</instances> |
8998c8b24b60
First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff
changeset
|
4802 |
</project> |