author | Edouard Tisserant <edouard@beremiz.fr> |
Fri, 11 Oct 2024 10:49:07 +0200 | |
changeset 4029 | 564f0f1ea75e |
parent 3416 | 53c66c4aefa3 |
permissions | -rw-r--r-- |
2346
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
1 |
<?xml version='1.0' encoding='utf-8'?> |
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
2 |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://www.plcopen.org/xml/tc6_0201"> |
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
3 |
<fileHeader companyName="beremiz" productName="beremiz" productVersion="1" creationDateTime="2008-06-24T18:44:00"/> |
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
4 |
<contentHeader name="canopen_slave" modificationDateTime="2018-09-26T13:32:23" language="en-US"> |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
5 |
<coordinateInfo> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
6 |
<fbd> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
7 |
<scaling x="0" y="0"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
8 |
</fbd> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
9 |
<ld> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
10 |
<scaling x="0" y="0"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
11 |
</ld> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
12 |
<sfc> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
13 |
<scaling x="0" y="0"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
14 |
</sfc> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
15 |
</coordinateInfo> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
16 |
</contentHeader> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
17 |
<types> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
18 |
<dataTypes/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
19 |
<pous> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
20 |
<pou name="test_main" pouType="program"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
21 |
<interface> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
22 |
<localVars> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
23 |
<variable name="outvar" address="%QW0.0.8192.0"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
24 |
<type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
25 |
<INT/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
26 |
</type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
27 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
28 |
<variable name="invar" address="%IW0.0.8193.0"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
29 |
<type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
30 |
<INT/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
31 |
</type> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
32 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
33 |
</localVars> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
34 |
</interface> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
35 |
<body> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
36 |
<FBD> |
2346
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
37 |
<outVariable localId="1" height="29" width="80" executionOrderId="0" negated="false"> |
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
38 |
<position x="362" y="139"/> |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
39 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
40 |
<relPosition x="0" y="14"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
41 |
<connection refLocalId="4" formalParameter="OUT"> |
2346
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
42 |
<position x="362" y="153"/> |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
43 |
<position x="299" y="153"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
44 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
45 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
46 |
<expression>outvar</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
47 |
</outVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
48 |
<inVariable localId="2" height="29" width="20"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
49 |
<position x="100" y="115"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
50 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
51 |
<relPosition x="20" y="14"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
52 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
53 |
<expression>1</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
54 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
55 |
<block localId="4" width="75" height="60" typeName="ADD"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
56 |
<position x="224" y="123"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
57 |
<inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
58 |
<variable formalParameter="IN1"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
59 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
60 |
<relPosition x="0" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
61 |
<connection refLocalId="2"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
62 |
<position x="224" y="153"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
63 |
<position x="183" y="153"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
64 |
<position x="183" y="129"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
65 |
<position x="120" y="129"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
66 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
67 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
68 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
69 |
<variable formalParameter="IN2"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
70 |
<connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
71 |
<relPosition x="0" y="50"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
72 |
<connection refLocalId="5"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
73 |
<position x="224" y="173"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
74 |
<position x="187" y="173"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
75 |
<position x="187" y="187"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
76 |
<position x="150" y="187"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
77 |
</connection> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
78 |
</connectionPointIn> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
79 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
80 |
</inputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
81 |
<inOutVariables/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
82 |
<outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
83 |
<variable formalParameter="OUT"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
84 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
85 |
<relPosition x="75" y="30"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
86 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
87 |
</variable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
88 |
</outputVariables> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
89 |
</block> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
90 |
<inVariable localId="5" height="29" width="60"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
91 |
<position x="90" y="173"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
92 |
<connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
93 |
<relPosition x="60" y="14"/> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
94 |
</connectionPointOut> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
95 |
<expression>invar</expression> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
96 |
</inVariable> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
97 |
</FBD> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
98 |
</body> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
99 |
</pou> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
100 |
</pous> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
101 |
</types> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
102 |
<instances> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
103 |
<configurations> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
104 |
<configuration name="conf"> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
105 |
<resource name="res"> |
2346
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
106 |
<task name="tache" interval="T#10ms" priority="0"> |
ac16bad593cf
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
436
diff
changeset
|
107 |
<pouInstance name="toto" typeName="test_main"/> |
411
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
108 |
</task> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
109 |
</resource> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
110 |
</configuration> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
111 |
</configurations> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
112 |
</instances> |
8261c8f1e365
Bug on Debug trying to start (and stop) before PLC started fixed.
laurent
parents:
diff
changeset
|
113 |
</project> |