author | Laurent Bessard |
Mon, 22 Apr 2013 23:54:22 +0200 | |
changeset 2132 | 9f5e4dc43053 |
parent 2087 | 8421bd1f8b06 |
child 2142 | f407a0e154c5 |
permissions | -rw-r--r-- |
2045 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2050 | 2 |
<project xmlns="http://www.plcopen.org/xml/tc6.xsd" |
3 |
xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd" |
|
4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
5 |
xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
|
2045 | 6 |
<fileHeader companyName="Laurent BESSARD" |
7 |
productName="test_ethercat" |
|
8 |
productVersion="1.0" |
|
9 |
creationDateTime="2011-10-20T19:01:52"/> |
|
10 |
<contentHeader name="test_ethercat" |
|
2087
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
11 |
modificationDateTime="2012-10-30T00:18:20"> |
2045 | 12 |
<coordinateInfo> |
13 |
<fbd> |
|
14 |
<scaling x="0" y="0"/> |
|
15 |
</fbd> |
|
16 |
<ld> |
|
17 |
<scaling x="0" y="0"/> |
|
18 |
</ld> |
|
19 |
<sfc> |
|
20 |
<scaling x="0" y="0"/> |
|
21 |
</sfc> |
|
22 |
</coordinateInfo> |
|
23 |
</contentHeader> |
|
24 |
<types> |
|
25 |
<dataTypes/> |
|
26 |
<pous> |
|
27 |
<pou name="Prog" pouType="program"> |
|
28 |
<interface> |
|
29 |
<localVars> |
|
30 |
<variable name="CLOCK" address="%QX0.0.2.28672.1"> |
|
31 |
<type> |
|
32 |
<BOOL/> |
|
33 |
</type> |
|
34 |
</variable> |
|
2050 | 35 |
<variable name="GREENLED" address="%QX0.0.2.28688.1"> |
2045 | 36 |
<type> |
37 |
<BOOL/> |
|
38 |
</type> |
|
39 |
<initialValue> |
|
40 |
<simpleValue value="TRUE"/> |
|
41 |
</initialValue> |
|
42 |
</variable> |
|
43 |
<variable name="ControlWord" address="%QW0.0.3.24640.0"> |
|
44 |
<type> |
|
45 |
<UINT/> |
|
46 |
</type> |
|
47 |
</variable> |
|
48 |
<variable name="StatusWord" address="%IW0.0.3.24641.0"> |
|
49 |
<type> |
|
50 |
<UINT/> |
|
51 |
</type> |
|
52 |
</variable> |
|
53 |
<variable name="ModeDisplay" address="%IB0.0.3.24673.0"> |
|
54 |
<type> |
|
55 |
<SINT/> |
|
56 |
</type> |
|
57 |
</variable> |
|
58 |
<variable name="ActualPosition" address="%ID0.0.3.24676.0"> |
|
59 |
<type> |
|
60 |
<DINT/> |
|
61 |
</type> |
|
62 |
</variable> |
|
63 |
<variable name="TargetPosition" address="%QD0.0.3.24698.0"> |
|
64 |
<type> |
|
65 |
<DINT/> |
|
66 |
</type> |
|
67 |
</variable> |
|
68 |
</localVars> |
|
69 |
</interface> |
|
70 |
<body> |
|
71 |
<ST> |
|
72 |
<![CDATA[CLOCK := NOT CLOCK;]]> |
|
73 |
</ST> |
|
74 |
</body> |
|
75 |
</pou> |
|
76 |
<pou name="test_MCL" pouType="program"> |
|
77 |
<interface> |
|
78 |
<localVars> |
|
79 |
<variable name="CLOCK"> |
|
80 |
<type> |
|
81 |
<UDINT/> |
|
82 |
</type> |
|
83 |
</variable> |
|
84 |
</localVars> |
|
85 |
<localVars> |
|
86 |
<variable name="Axis" address="%IW0.0.3.0"> |
|
87 |
<type> |
|
88 |
<derived name="AXIS_REF"/> |
|
89 |
</type> |
|
90 |
</variable> |
|
91 |
</localVars> |
|
92 |
<localVars> |
|
93 |
<variable name="switch"> |
|
94 |
<type> |
|
95 |
<derived name="MC_Power"/> |
|
96 |
</type> |
|
97 |
</variable> |
|
98 |
<variable name="move1"> |
|
99 |
<type> |
|
100 |
<derived name="MC_MoveAbsolute"/> |
|
101 |
</type> |
|
102 |
</variable> |
|
2087
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
103 |
<variable name="EtherLabSDOUpload0"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
104 |
<type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
105 |
<derived name="EtherLabSDOUpload"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
106 |
</type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
107 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
108 |
<variable name="ActualPosition"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
109 |
<type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
110 |
<DINT/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
111 |
</type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
112 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
113 |
<variable name="Valid"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
114 |
<type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
115 |
<BOOL/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
116 |
</type> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
117 |
</variable> |
2045 | 118 |
</localVars> |
119 |
</interface> |
|
120 |
<body> |
|
121 |
<FBD> |
|
122 |
<inVariable localId="1" height="27" width="53"> |
|
123 |
<position x="45" y="36"/> |
|
124 |
<connectionPointOut> |
|
125 |
<relPosition x="53" y="13"/> |
|
126 |
</connectionPointOut> |
|
127 |
<expression>CLOCK</expression> |
|
128 |
</inVariable> |
|
129 |
<block localId="2" width="111" height="116" typeName="ADD"> |
|
130 |
<position x="149" y="5"/> |
|
131 |
<inputVariables> |
|
132 |
<variable formalParameter="IN1"> |
|
133 |
<connectionPointIn> |
|
134 |
<relPosition x="0" y="44"/> |
|
135 |
<connection refLocalId="1"> |
|
136 |
<position x="149" y="49"/> |
|
137 |
<position x="98" y="49"/> |
|
138 |
</connection> |
|
139 |
</connectionPointIn> |
|
140 |
</variable> |
|
141 |
<variable formalParameter="IN2"> |
|
142 |
<connectionPointIn> |
|
143 |
<relPosition x="0" y="92"/> |
|
144 |
<connection refLocalId="3"> |
|
145 |
<position x="149" y="97"/> |
|
146 |
<position x="98" y="97"/> |
|
147 |
</connection> |
|
148 |
</connectionPointIn> |
|
149 |
</variable> |
|
150 |
</inputVariables> |
|
151 |
<inOutVariables/> |
|
152 |
<outputVariables> |
|
153 |
<variable formalParameter="OUT"> |
|
154 |
<connectionPointOut> |
|
155 |
<relPosition x="111" y="44"/> |
|
156 |
</connectionPointOut> |
|
157 |
</variable> |
|
158 |
</outputVariables> |
|
159 |
</block> |
|
160 |
<inVariable localId="3" height="27" width="18"> |
|
161 |
<position x="80" y="84"/> |
|
162 |
<connectionPointOut> |
|
163 |
<relPosition x="18" y="13"/> |
|
164 |
</connectionPointOut> |
|
165 |
<expression>1</expression> |
|
166 |
</inVariable> |
|
167 |
<outVariable localId="4" height="27" width="53"> |
|
168 |
<position x="302" y="36"/> |
|
169 |
<connectionPointIn> |
|
170 |
<relPosition x="0" y="13"/> |
|
171 |
<connection refLocalId="2" formalParameter="OUT"> |
|
172 |
<position x="302" y="49"/> |
|
173 |
<position x="260" y="49"/> |
|
174 |
</connection> |
|
175 |
</connectionPointIn> |
|
176 |
<expression>CLOCK</expression> |
|
177 |
</outVariable> |
|
178 |
<inVariable localId="5" height="27" width="53"> |
|
179 |
<position x="46" y="234"/> |
|
180 |
<connectionPointOut> |
|
181 |
<relPosition x="53" y="13"/> |
|
182 |
</connectionPointOut> |
|
183 |
<expression>CLOCK</expression> |
|
184 |
</inVariable> |
|
185 |
<inVariable localId="6" height="27" width="50"> |
|
186 |
<position x="49" y="268"/> |
|
187 |
<connectionPointOut> |
|
188 |
<relPosition x="50" y="13"/> |
|
189 |
</connectionPointOut> |
|
190 |
<expression>4000</expression> |
|
191 |
</inVariable> |
|
192 |
<block localId="7" width="99" height="89" typeName="GT"> |
|
193 |
<position x="155" y="210"/> |
|
194 |
<inputVariables> |
|
195 |
<variable formalParameter="IN1"> |
|
196 |
<connectionPointIn> |
|
197 |
<relPosition x="0" y="37"/> |
|
198 |
<connection refLocalId="5"> |
|
199 |
<position x="155" y="247"/> |
|
200 |
<position x="99" y="247"/> |
|
201 |
</connection> |
|
202 |
</connectionPointIn> |
|
203 |
</variable> |
|
204 |
<variable formalParameter="IN2"> |
|
205 |
<connectionPointIn> |
|
206 |
<relPosition x="0" y="71"/> |
|
207 |
<connection refLocalId="6"> |
|
208 |
<position x="155" y="281"/> |
|
209 |
<position x="99" y="281"/> |
|
210 |
</connection> |
|
211 |
</connectionPointIn> |
|
212 |
</variable> |
|
213 |
</inputVariables> |
|
214 |
<inOutVariables/> |
|
215 |
<outputVariables> |
|
216 |
<variable formalParameter="OUT"> |
|
217 |
<connectionPointOut> |
|
218 |
<relPosition x="99" y="37"/> |
|
219 |
</connectionPointOut> |
|
220 |
</variable> |
|
221 |
</outputVariables> |
|
222 |
</block> |
|
223 |
<block localId="8" width="159" height="204" typeName="MC_Power" instanceName="switch"> |
|
224 |
<position x="398" y="173"/> |
|
225 |
<inputVariables> |
|
226 |
<variable formalParameter="Axis"> |
|
227 |
<connectionPointIn> |
|
228 |
<relPosition x="0" y="38"/> |
|
229 |
<connection refLocalId="9"> |
|
230 |
<position x="398" y="211"/> |
|
231 |
<position x="344" y="211"/> |
|
232 |
</connection> |
|
233 |
</connectionPointIn> |
|
234 |
</variable> |
|
235 |
<variable formalParameter="Enable"> |
|
236 |
<connectionPointIn> |
|
237 |
<relPosition x="0" y="74"/> |
|
238 |
<connection refLocalId="7" formalParameter="OUT"> |
|
239 |
<position x="398" y="247"/> |
|
240 |
<position x="254" y="247"/> |
|
241 |
</connection> |
|
242 |
</connectionPointIn> |
|
243 |
</variable> |
|
244 |
<variable formalParameter="EnablePositive"> |
|
245 |
<connectionPointIn> |
|
246 |
<relPosition x="0" y="110"/> |
|
247 |
</connectionPointIn> |
|
248 |
</variable> |
|
249 |
<variable formalParameter="EnableNegative"> |
|
250 |
<connectionPointIn> |
|
251 |
<relPosition x="0" y="146"/> |
|
252 |
</connectionPointIn> |
|
253 |
</variable> |
|
254 |
</inputVariables> |
|
255 |
<inOutVariables/> |
|
256 |
<outputVariables> |
|
257 |
<variable formalParameter="Axis"> |
|
258 |
<connectionPointOut> |
|
259 |
<relPosition x="159" y="38"/> |
|
260 |
</connectionPointOut> |
|
261 |
</variable> |
|
262 |
<variable formalParameter="Status"> |
|
263 |
<connectionPointOut> |
|
264 |
<relPosition x="159" y="74"/> |
|
265 |
</connectionPointOut> |
|
266 |
</variable> |
|
267 |
<variable formalParameter="Valid"> |
|
268 |
<connectionPointOut> |
|
269 |
<relPosition x="159" y="110"/> |
|
270 |
</connectionPointOut> |
|
271 |
</variable> |
|
272 |
<variable formalParameter="Error"> |
|
273 |
<connectionPointOut> |
|
274 |
<relPosition x="159" y="146"/> |
|
275 |
</connectionPointOut> |
|
276 |
</variable> |
|
277 |
<variable formalParameter="ErrorID"> |
|
278 |
<connectionPointOut> |
|
279 |
<relPosition x="159" y="182"/> |
|
280 |
</connectionPointOut> |
|
281 |
</variable> |
|
282 |
</outputVariables> |
|
283 |
</block> |
|
284 |
<inVariable localId="9" height="27" width="36"> |
|
285 |
<position x="308" y="198"/> |
|
286 |
<connectionPointOut> |
|
287 |
<relPosition x="36" y="13"/> |
|
288 |
</connectionPointOut> |
|
289 |
<expression>Axis</expression> |
|
290 |
</inVariable> |
|
291 |
<block localId="10" width="252" height="389" typeName="MC_MoveAbsolute" instanceName="move1"> |
|
292 |
<position x="744" y="173"/> |
|
293 |
<inputVariables> |
|
294 |
<variable formalParameter="Axis"> |
|
295 |
<connectionPointIn> |
|
296 |
<relPosition x="0" y="38"/> |
|
297 |
<connection refLocalId="8" formalParameter="Axis"> |
|
298 |
<position x="744" y="211"/> |
|
299 |
<position x="557" y="211"/> |
|
300 |
</connection> |
|
301 |
</connectionPointIn> |
|
302 |
</variable> |
|
303 |
<variable formalParameter="Execute"> |
|
304 |
<connectionPointIn> |
|
305 |
<relPosition x="0" y="74"/> |
|
306 |
<connection refLocalId="8" formalParameter="Status"> |
|
307 |
<position x="744" y="247"/> |
|
308 |
<position x="557" y="247"/> |
|
309 |
</connection> |
|
310 |
</connectionPointIn> |
|
311 |
</variable> |
|
312 |
<variable formalParameter="ContinuousUpdate"> |
|
313 |
<connectionPointIn> |
|
314 |
<relPosition x="0" y="110"/> |
|
315 |
</connectionPointIn> |
|
316 |
</variable> |
|
317 |
<variable formalParameter="Position"> |
|
318 |
<connectionPointIn> |
|
319 |
<relPosition x="0" y="146"/> |
|
320 |
<connection refLocalId="11"> |
|
321 |
<position x="744" y="319"/> |
|
322 |
<position x="672" y="319"/> |
|
323 |
</connection> |
|
324 |
</connectionPointIn> |
|
325 |
</variable> |
|
326 |
<variable formalParameter="Velocity"> |
|
327 |
<connectionPointIn> |
|
328 |
<relPosition x="0" y="182"/> |
|
329 |
<connection refLocalId="12"> |
|
330 |
<position x="744" y="355"/> |
|
331 |
<position x="671" y="355"/> |
|
332 |
</connection> |
|
333 |
</connectionPointIn> |
|
334 |
</variable> |
|
335 |
<variable formalParameter="Acceleration"> |
|
336 |
<connectionPointIn> |
|
337 |
<relPosition x="0" y="218"/> |
|
338 |
<connection refLocalId="12"> |
|
339 |
<position x="744" y="391"/> |
|
340 |
<position x="707" y="391"/> |
|
341 |
<position x="707" y="355"/> |
|
342 |
<position x="671" y="355"/> |
|
343 |
</connection> |
|
344 |
</connectionPointIn> |
|
345 |
</variable> |
|
346 |
<variable formalParameter="Deceleration"> |
|
347 |
<connectionPointIn> |
|
348 |
<relPosition x="0" y="254"/> |
|
349 |
<connection refLocalId="12"> |
|
350 |
<position x="744" y="427"/> |
|
351 |
<position x="707" y="427"/> |
|
352 |
<position x="707" y="355"/> |
|
353 |
<position x="671" y="355"/> |
|
354 |
</connection> |
|
355 |
</connectionPointIn> |
|
356 |
</variable> |
|
357 |
<variable formalParameter="Jerk"> |
|
358 |
<connectionPointIn> |
|
359 |
<relPosition x="0" y="290"/> |
|
360 |
</connectionPointIn> |
|
361 |
</variable> |
|
362 |
<variable formalParameter="Direction"> |
|
363 |
<connectionPointIn> |
|
364 |
<relPosition x="0" y="326"/> |
|
365 |
</connectionPointIn> |
|
366 |
</variable> |
|
367 |
<variable formalParameter="BufferMode"> |
|
368 |
<connectionPointIn> |
|
369 |
<relPosition x="0" y="362"/> |
|
370 |
</connectionPointIn> |
|
371 |
</variable> |
|
372 |
</inputVariables> |
|
373 |
<inOutVariables/> |
|
374 |
<outputVariables> |
|
375 |
<variable formalParameter="Axis"> |
|
376 |
<connectionPointOut> |
|
377 |
<relPosition x="252" y="38"/> |
|
378 |
</connectionPointOut> |
|
379 |
</variable> |
|
380 |
<variable formalParameter="Done"> |
|
381 |
<connectionPointOut> |
|
382 |
<relPosition x="252" y="74"/> |
|
383 |
</connectionPointOut> |
|
384 |
</variable> |
|
385 |
<variable formalParameter="Busy"> |
|
386 |
<connectionPointOut> |
|
387 |
<relPosition x="252" y="110"/> |
|
388 |
</connectionPointOut> |
|
389 |
</variable> |
|
390 |
<variable formalParameter="Active"> |
|
391 |
<connectionPointOut> |
|
392 |
<relPosition x="252" y="146"/> |
|
393 |
</connectionPointOut> |
|
394 |
</variable> |
|
395 |
<variable formalParameter="CommandAborted"> |
|
396 |
<connectionPointOut> |
|
397 |
<relPosition x="252" y="182"/> |
|
398 |
</connectionPointOut> |
|
399 |
</variable> |
|
400 |
<variable formalParameter="Error"> |
|
401 |
<connectionPointOut> |
|
402 |
<relPosition x="252" y="218"/> |
|
403 |
</connectionPointOut> |
|
404 |
</variable> |
|
405 |
<variable formalParameter="ErrorID"> |
|
406 |
<connectionPointOut> |
|
407 |
<relPosition x="252" y="254"/> |
|
408 |
</connectionPointOut> |
|
409 |
</variable> |
|
410 |
</outputVariables> |
|
411 |
</block> |
|
412 |
<inVariable localId="11" height="27" width="54"> |
|
413 |
<position x="630" y="306"/> |
|
414 |
<connectionPointOut> |
|
415 |
<relPosition x="54" y="13"/> |
|
416 |
</connectionPointOut> |
|
417 |
<expression>1800.0</expression> |
|
418 |
</inVariable> |
|
419 |
<inVariable localId="12" height="27" width="46"> |
|
420 |
<position x="637" y="342"/> |
|
421 |
<connectionPointOut> |
|
422 |
<relPosition x="46" y="13"/> |
|
423 |
</connectionPointOut> |
|
424 |
<expression>360.0</expression> |
|
425 |
</inVariable> |
|
2087
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
426 |
<block localId="14" width="162" height="216" typeName="EtherLabSDOUpload" instanceName="EtherLabSDOUpload0"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
427 |
<position x="1207" y="208"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
428 |
<inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
429 |
<variable formalParameter="EXECUTE"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
430 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
431 |
<relPosition x="0" y="39"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
432 |
<connection refLocalId="10" formalParameter="Done"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
433 |
<position x="1207" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
434 |
<position x="996" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
435 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
436 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
437 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
438 |
<variable formalParameter="POS"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
439 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
440 |
<relPosition x="0" y="78"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
441 |
<connection refLocalId="15"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
442 |
<position x="1207" y="286"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
443 |
<position x="1156" y="286"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
444 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
445 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
446 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
447 |
<variable formalParameter="INDEX"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
448 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
449 |
<relPosition x="0" y="117"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
450 |
<connection refLocalId="16"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
451 |
<position x="1207" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
452 |
<position x="1156" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
453 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
454 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
455 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
456 |
<variable formalParameter="SUBINDEX"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
457 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
458 |
<relPosition x="0" y="156"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
459 |
<connection refLocalId="17"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
460 |
<position x="1207" y="364"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
461 |
<position x="1156" y="364"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
462 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
463 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
464 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
465 |
<variable formalParameter="VARTYPE"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
466 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
467 |
<relPosition x="0" y="195"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
468 |
<connection refLocalId="18"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
469 |
<position x="1207" y="403"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
470 |
<position x="1156" y="403"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
471 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
472 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
473 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
474 |
</inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
475 |
<inOutVariables/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
476 |
<outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
477 |
<variable formalParameter="ACK"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
478 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
479 |
<relPosition x="162" y="39"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
480 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
481 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
482 |
<variable formalParameter="VALID"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
483 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
484 |
<relPosition x="162" y="78"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
485 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
486 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
487 |
<variable formalParameter="VALUE"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
488 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
489 |
<relPosition x="162" y="117"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
490 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
491 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
492 |
</outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
493 |
</block> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
494 |
<inVariable localId="15" height="27" width="35"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
495 |
<position x="1121" y="273"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
496 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
497 |
<relPosition x="35" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
498 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
499 |
<expression>3</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
500 |
</inVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
501 |
<inVariable localId="16" height="27" width="68"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
502 |
<position x="1088" y="312"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
503 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
504 |
<relPosition x="68" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
505 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
506 |
<expression>16#6064</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
507 |
</inVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
508 |
<inVariable localId="17" height="27" width="32"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
509 |
<position x="1124" y="351"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
510 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
511 |
<relPosition x="32" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
512 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
513 |
<expression>0</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
514 |
</inVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
515 |
<inVariable localId="18" height="27" width="52"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
516 |
<position x="1104" y="390"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
517 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
518 |
<relPosition x="52" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
519 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
520 |
<expression>'int32'</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
521 |
</inVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
522 |
<outVariable localId="19" height="27" width="109"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
523 |
<position x="1576" y="312"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
524 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
525 |
<relPosition x="0" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
526 |
<connection refLocalId="20" formalParameter="OUT"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
527 |
<position x="1576" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
528 |
<position x="1539" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
529 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
530 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
531 |
<expression>ActualPosition</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
532 |
</outVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
533 |
<block localId="20" width="126" height="40" typeName="STRING_TO_DINT"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
534 |
<position x="1413" y="295"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
535 |
<inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
536 |
<variable formalParameter="IN"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
537 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
538 |
<relPosition x="0" y="30"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
539 |
<connection refLocalId="14" formalParameter="VALUE"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
540 |
<position x="1413" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
541 |
<position x="1369" y="325"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
542 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
543 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
544 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
545 |
</inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
546 |
<inOutVariables/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
547 |
<outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
548 |
<variable formalParameter="OUT"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
549 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
550 |
<relPosition x="126" y="30"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
551 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
552 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
553 |
</outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
554 |
</block> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
555 |
<outVariable localId="21" height="27" width="45"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
556 |
<position x="1576" y="234"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
557 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
558 |
<relPosition x="0" y="13"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
559 |
<connection refLocalId="22" formalParameter="OUT"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
560 |
<position x="1576" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
561 |
<position x="1509" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
562 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
563 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
564 |
<expression>Valid</expression> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
565 |
</outVariable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
566 |
<block localId="22" width="67" height="72" typeName="AND"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
567 |
<position x="1442" y="214"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
568 |
<inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
569 |
<variable formalParameter="IN1"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
570 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
571 |
<relPosition x="0" y="33"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
572 |
<connection refLocalId="14" formalParameter="ACK"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
573 |
<position x="1442" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
574 |
<position x="1369" y="247"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
575 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
576 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
577 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
578 |
<variable formalParameter="IN2"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
579 |
<connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
580 |
<relPosition x="0" y="59"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
581 |
<connection refLocalId="14" formalParameter="VALID"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
582 |
<position x="1442" y="273"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
583 |
<position x="1399" y="273"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
584 |
<position x="1399" y="286"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
585 |
<position x="1369" y="286"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
586 |
</connection> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
587 |
</connectionPointIn> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
588 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
589 |
</inputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
590 |
<inOutVariables/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
591 |
<outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
592 |
<variable formalParameter="OUT"> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
593 |
<connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
594 |
<relPosition x="67" y="33"/> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
595 |
</connectionPointOut> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
596 |
</variable> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
597 |
</outputVariables> |
8421bd1f8b06
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
Laurent Bessard
parents:
2050
diff
changeset
|
598 |
</block> |
2045 | 599 |
</FBD> |
600 |
</body> |
|
601 |
</pou> |
|
602 |
</pous> |
|
603 |
</types> |
|
604 |
<instances> |
|
605 |
<configurations> |
|
606 |
<configuration name="conf"> |
|
607 |
<resource name="res"> |
|
608 |
<task name="main_task" interval="T#0.5ms" priority="0"> |
|
609 |
<pouInstance name="main_instance" typeName="Prog"/> |
|
610 |
<pouInstance name="test_MCL_instance" typeName="test_MCL"/> |
|
611 |
</task> |
|
612 |
</resource> |
|
613 |
</configuration> |
|
614 |
</configurations> |
|
615 |
</instances> |
|
616 |
</project> |