author | Laurent Bessard |
Wed, 15 May 2013 22:37:07 +0200 | |
changeset 1147 | 71db4592beb2 |
parent 436 | c926a8037adc |
child 1454 | 29b02164e65d |
permissions | -rw-r--r-- |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
2 |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
3 |
xmlns="http://www.plcopen.org/xml/tc6.xsd" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
4 |
xmlns:xhtml="http://www.w3.org/1999/xhtml" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
5 |
xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd"> |
436 | 6 |
<fileHeader companyName="beremiz" |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
7 |
productName="Beremiz" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
8 |
productVersion="0.0" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
9 |
creationDateTime="2008-12-14T16:21:19"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
10 |
<contentHeader name="Beremiz Python Support Tests" |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
11 |
modificationDateTime="2009-10-08T10:58:12"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
12 |
<coordinateInfo> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
13 |
<pageSize x="1024" y="1024"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
14 |
<fbd> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
15 |
<scaling x="5" y="5"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
16 |
</fbd> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
17 |
<ld> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
18 |
<scaling x="5" y="5"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
19 |
</ld> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
20 |
<sfc> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
21 |
<scaling x="5" y="5"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
22 |
</sfc> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
23 |
</coordinateInfo> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
24 |
</contentHeader> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
25 |
<types> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
26 |
<dataTypes/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
27 |
<pous> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
28 |
<pou name="main_pytest" pouType="program"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
29 |
<interface> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
30 |
<localVars> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
31 |
<variable name="python1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
32 |
<type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
33 |
<derived name="python_poll"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
34 |
</type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
35 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
36 |
<variable name="counter"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
37 |
<type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
38 |
<INT/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
39 |
</type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
40 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
41 |
<variable name="Block1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
42 |
<type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
43 |
<derived name="python_poll"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
44 |
</type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
45 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
46 |
</localVars> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
47 |
</interface> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
48 |
<body> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
49 |
<FBD> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
50 |
<block localId="24" width="125" height="90" typeName="python_poll" instanceName="python1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
51 |
<position x="480" y="115"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
52 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
53 |
<variable formalParameter="TRIG"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
54 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
55 |
<relPosition x="0" y="35"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
56 |
<connection refLocalId="25"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
57 |
<position x="480" y="150"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
58 |
<position x="420" y="150"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
59 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
60 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
61 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
62 |
<variable formalParameter="CODE"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
63 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
64 |
<relPosition x="0" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
65 |
<connection refLocalId="26"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
66 |
<position x="480" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
67 |
<position x="420" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
68 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
69 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
70 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
71 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
72 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
73 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
74 |
<variable formalParameter="ACK"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
75 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
76 |
<relPosition x="125" y="35"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
77 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
78 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
79 |
<variable formalParameter="RESULT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
80 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
81 |
<relPosition x="125" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
82 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
83 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
84 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
85 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
86 |
<inVariable localId="25" height="30" width="100"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
87 |
<position x="320" y="135"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
88 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
89 |
<relPosition x="100" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
90 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
91 |
<expression>BOOL#TRUE</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
92 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
93 |
<inVariable localId="26" height="30" width="400"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
94 |
<position x="20" y="170"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
95 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
96 |
<relPosition x="400" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
97 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
98 |
<expression>'int(HMIFrame.checkbox_1.GetValue())'</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
99 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
100 |
<inVariable localId="27" height="30" width="40"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
101 |
<position x="510" y="355"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
102 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
103 |
<relPosition x="40" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
104 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
105 |
<expression>')'</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
106 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
107 |
<inVariable localId="28" height="30" width="330"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
108 |
<position x="125" y="265"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
109 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
110 |
<relPosition x="330" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
111 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
112 |
<expression>'HMIFrame.spin_ctrl_1.SetValue('</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
113 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
114 |
<block localId="30" width="145" height="60" typeName="STRING_TO_INT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
115 |
<position x="670" y="135"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
116 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
117 |
<variable formalParameter="EN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
118 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
119 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
120 |
<connection refLocalId="24" formalParameter="ACK"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
121 |
<position x="670" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
122 |
<position x="640" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
123 |
<position x="640" y="150"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
124 |
<position x="605" y="150"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
125 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
126 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
127 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
128 |
<variable formalParameter="IN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
129 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
130 |
<relPosition x="0" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
131 |
<connection refLocalId="24" formalParameter="RESULT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
132 |
<position x="670" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
133 |
<position x="605" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
134 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
135 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
136 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
137 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
138 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
139 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
140 |
<variable formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
141 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
142 |
<relPosition x="145" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
143 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
144 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
145 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
146 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
147 |
<relPosition x="145" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
148 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
149 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
150 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
151 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
152 |
<block localId="32" width="80" height="80" typeName="ADD"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
153 |
<position x="110" y="300"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
154 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
155 |
<variable formalParameter="EN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
156 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
157 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
158 |
<connection refLocalId="38" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
159 |
<position x="110" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
160 |
<position x="100" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
161 |
<position x="100" y="230"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
162 |
<position x="1140" y="230"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
163 |
<position x="1140" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
164 |
<position x="1130" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
165 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
166 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
167 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
168 |
<variable formalParameter="IN1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
169 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
170 |
<relPosition x="0" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
171 |
<connection refLocalId="39"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
172 |
<position x="110" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
173 |
<position x="65" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
174 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
175 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
176 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
177 |
<variable formalParameter="IN2"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
178 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
179 |
<relPosition x="0" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
180 |
<connection refLocalId="33"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
181 |
<position x="110" y="370"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
182 |
<position x="100" y="370"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
183 |
<position x="100" y="390"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
184 |
<position x="315" y="390"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
185 |
<position x="315" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
186 |
<position x="295" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
187 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
188 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
189 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
190 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
191 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
192 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
193 |
<variable formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
194 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
195 |
<relPosition x="80" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
196 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
197 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
198 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
199 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
200 |
<relPosition x="80" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
201 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
202 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
203 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
204 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
205 |
<block localId="34" width="80" height="100" typeName="CONCAT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
206 |
<position x="580" y="280"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
207 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
208 |
<variable formalParameter="EN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
209 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
210 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
211 |
<connection refLocalId="35" formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
212 |
<position x="580" y="310"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
213 |
<position x="495" y="310"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
214 |
<position x="495" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
215 |
<position x="475" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
216 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
217 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
218 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
219 |
<variable formalParameter="IN1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
220 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
221 |
<relPosition x="0" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
222 |
<connection refLocalId="28"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
223 |
<position x="580" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
224 |
<position x="537" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
225 |
<position x="537" y="280"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
226 |
<position x="455" y="280"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
227 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
228 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
229 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
230 |
<variable formalParameter="IN2"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
231 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
232 |
<relPosition x="0" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
233 |
<connection refLocalId="35" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
234 |
<position x="580" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
235 |
<position x="475" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
236 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
237 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
238 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
239 |
<variable formalParameter="IN3"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
240 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
241 |
<relPosition x="0" y="90"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
242 |
<connection refLocalId="27"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
243 |
<position x="580" y="370"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
244 |
<position x="550" y="370"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
245 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
246 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
247 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
248 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
249 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
250 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
251 |
<variable formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
252 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
253 |
<relPosition x="80" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
254 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
255 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
256 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
257 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
258 |
<relPosition x="80" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
259 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
260 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
261 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
262 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
263 |
<inOutVariable localId="33" height="35" width="85"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
264 |
<position x="210" y="335"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
265 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
266 |
<relPosition x="0" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
267 |
<connection refLocalId="32" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
268 |
<position x="210" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
269 |
<position x="190" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
270 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
271 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
272 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
273 |
<relPosition x="85" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
274 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
275 |
<expression>counter</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
276 |
</inOutVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
277 |
<block localId="35" width="145" height="60" typeName="INT_TO_STRING"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
278 |
<position x="330" y="300"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
279 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
280 |
<variable formalParameter="EN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
281 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
282 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
283 |
<connection refLocalId="32" formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
284 |
<position x="330" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
285 |
<position x="190" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
286 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
287 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
288 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
289 |
<variable formalParameter="IN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
290 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
291 |
<relPosition x="0" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
292 |
<connection refLocalId="33"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
293 |
<position x="330" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
294 |
<position x="295" y="350"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
295 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
296 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
297 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
298 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
299 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
300 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
301 |
<variable formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
302 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
303 |
<relPosition x="145" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
304 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
305 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
306 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
307 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
308 |
<relPosition x="145" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
309 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
310 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
311 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
312 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
313 |
<block localId="36" width="125" height="90" typeName="python_poll" instanceName="Block1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
314 |
<position x="710" y="275"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
315 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
316 |
<variable formalParameter="TRIG"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
317 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
318 |
<relPosition x="0" y="35"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
319 |
<connection refLocalId="34" formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
320 |
<position x="710" y="310"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
321 |
<position x="660" y="310"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
322 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
323 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
324 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
325 |
<variable formalParameter="CODE"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
326 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
327 |
<relPosition x="0" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
328 |
<connection refLocalId="34" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
329 |
<position x="710" y="345"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
330 |
<position x="690" y="345"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
331 |
<position x="690" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
332 |
<position x="660" y="330"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
333 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
334 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
335 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
336 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
337 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
338 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
339 |
<variable formalParameter="ACK"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
340 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
341 |
<relPosition x="125" y="35"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
342 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
343 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
344 |
<variable formalParameter="RESULT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
345 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
346 |
<relPosition x="125" y="70"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
347 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
348 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
349 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
350 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
351 |
<block localId="37" width="125" height="45" typeName="INT_TO_BOOL"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
352 |
<position x="870" y="170"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
353 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
354 |
<variable formalParameter="IN"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
355 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
356 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
357 |
<connection refLocalId="30" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
358 |
<position x="870" y="200"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
359 |
<position x="845" y="200"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
360 |
<position x="845" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
361 |
<position x="815" y="185"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
362 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
363 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
364 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
365 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
366 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
367 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
368 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
369 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
370 |
<relPosition x="125" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
371 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
372 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
373 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
374 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
375 |
<block localId="38" width="80" height="65" typeName="AND"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
376 |
<position x="1050" y="135"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
377 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
378 |
<variable formalParameter="IN1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
379 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
380 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
381 |
<connection refLocalId="30" formalParameter="ENO"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
382 |
<position x="1050" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
383 |
<position x="815" y="165"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
384 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
385 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
386 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
387 |
<variable formalParameter="IN2"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
388 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
389 |
<relPosition x="0" y="55"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
390 |
<connection refLocalId="37" formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
391 |
<position x="1050" y="190"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
392 |
<position x="1025" y="190"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
393 |
<position x="1025" y="200"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
394 |
<position x="995" y="200"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
395 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
396 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
397 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
398 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
399 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
400 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
401 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
402 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
403 |
<relPosition x="80" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
404 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
405 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
406 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
407 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
408 |
<inVariable localId="39" height="30" width="60"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
409 |
<position x="5" y="335"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
410 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
411 |
<relPosition x="60" y="15"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
412 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
413 |
<expression>INT#1</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
414 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
415 |
</FBD> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
416 |
</body> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
417 |
</pou> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
418 |
</pous> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
419 |
</types> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
420 |
<instances> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
421 |
<configurations> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
422 |
<configuration name="conf_pytest"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
423 |
<resource name="res_pytest"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
424 |
<task name="pytest_task" interval="t#100ms" priority="0"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
425 |
<pouInstance name="pytest_instance" typeName="main_pytest"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
426 |
</resource> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
427 |
</configuration> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
428 |
</configurations> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
429 |
</instances> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
430 |
</project> |