Diff of /trunk/2.0.0.1/+CTRLBYTE/ExampleProject 2.0.0.1.project.xml [000000] .. [r4]  Maximize  Restore

Switch to unified view

a b/trunk/2.0.0.1/+CTRLBYTE/ExampleProject 2.0.0.1.project.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<project xmlns="http://www.plcopen.org/xml/tc6_0200">
3
  <fileHeader companyName="" productName="CODESYS" productVersion="CODESYS V3.5 SP13" creationDateTime="2018-09-21T11:46:38.996173" />
4
  <contentHeader name="" modificationDateTime="2018-07-29T18:12:20.818347" author="Aliazzz">
5
    <coordinateInfo>
6
      <fbd>
7
        <scaling x="1" y="1" />
8
      </fbd>
9
      <ld>
10
        <scaling x="1" y="1" />
11
      </ld>
12
      <sfc>
13
        <scaling x="1" y="1" />
14
      </sfc>
15
    </coordinateInfo>
16
    <addData>
17
      <data name="http://www.3s-software.com/plcopenxml/projectinformation" handleUnknown="implementation">
18
        <ProjectInformation>
19
          <property name="Author" type="string">Aliazzz</property>
20
          <property name="Company" type="string" />
21
          <property name="DefaultNamespace" type="string" />
22
          <property name="Description" type="string" />
23
          <property name="DocFormat" type="string">reStructuredText</property>
24
          <property name="LibDocContent" type="string">CommentsAndDocs</property>
25
          <property name="Project" type="string">ExampleProject 2.0.0.1</property>
26
          <property name="Title" type="string" />
27
        </ProjectInformation>
28
      </data>
29
    </addData>
30
  </contentHeader>
31
  <types>
32
    <dataTypes />
33
    <pous />
34
  </types>
35
  <instances>
36
    <configurations>
37
      <configuration name="CODESYS_Control_for_Raspberry_Pi_SL">
38
        <resource name="Application">
39
          <task name="Monarco_HAT_TASK" interval="PT0.025S" priority="0">
40
            <pouInstance name="PRG" typeName="">
41
              <documentation>
42
                <xhtml xmlns="http://www.w3.org/1999/xhtml" />
43
              </documentation>
44
            </pouInstance>
45
            <addData>
46
              <data name="http://www.3s-software.com/plcopenxml/tasksettings" handleUnknown="implementation">
47
                <TaskSettings KindOfTask="Cyclic" Interval="25" IntervalUnit="ms" WithinSPSTimeSlicing="true">
48
                  <Watchdog Enabled="false" TimeUnit="ms" />
49
                </TaskSettings>
50
              </data>
51
            </addData>
52
          </task>
53
          <addData>
54
            <data name="http://www.3s-software.com/plcopenxml/pou" handleUnknown="implementation">
55
              <pou name="PRG" pouType="program">
56
                <interface>
57
                  <localVars>
58
                    <variable name="inByte">
59
                      <type>
60
                        <BYTE />
61
                      </type>
62
                    </variable>
63
                    <variable name="outByte">
64
                      <type>
65
                        <BYTE />
66
                      </type>
67
                    </variable>
68
                    <variable name="xOut0">
69
                      <type>
70
                        <BOOL />
71
                      </type>
72
                    </variable>
73
                    <variable name="xOut1">
74
                      <type>
75
                        <BOOL />
76
                      </type>
77
                    </variable>
78
                    <variable name="xOut2">
79
                      <type>
80
                        <BOOL />
81
                      </type>
82
                    </variable>
83
                    <variable name="xOut3">
84
                      <type>
85
                        <BOOL />
86
                      </type>
87
                    </variable>
88
                    <variable name="iAO0">
89
                      <type>
90
                        <INT />
91
                      </type>
92
                      <initialValue>
93
                        <simpleValue value="0" />
94
                      </initialValue>
95
                    </variable>
96
                    <variable name="iAO1">
97
                      <type>
98
                        <INT />
99
                      </type>
100
                      <initialValue>
101
                        <simpleValue value="4096" />
102
                      </initialValue>
103
                    </variable>
104
                    <variable name="iAI0">
105
                      <type>
106
                        <INT />
107
                      </type>
108
                    </variable>
109
                    <variable name="iAI1">
110
                      <type>
111
                        <INT />
112
                      </type>
113
                    </variable>
114
                    <variable name="xIn0">
115
                      <type>
116
                        <BOOL />
117
                      </type>
118
                    </variable>
119
                    <variable name="xIn1">
120
                      <type>
121
                        <BOOL />
122
                      </type>
123
                    </variable>
124
                    <variable name="xIn2">
125
                      <type>
126
                        <BOOL />
127
                      </type>
128
                    </variable>
129
                    <variable name="xIn3">
130
                      <type>
131
                        <BOOL />
132
                      </type>
133
                    </variable>
134
                  </localVars>
135
                </interface>
136
                <body>
137
                  <ST>
138
                    <xhtml xmlns="http://www.w3.org/1999/xhtml">outbyte := outbyte + 1;
139
IF outbyte &gt; 15 THEN
140
    OutByte := 0;
141
END_IF
142
xOut0 := outbyte.0;
143
xOut1 := outbyte.1;
144
xOut2 := outbyte.2;
145
xOut3 := outbyte.3;
146
147
iAO0 := IAO0 + 1;
148
IF iAO0 &gt; 4096 THEN
149
    iAO0 := 0;
150
END_IF;
151
152
iAO1 := IAO0;
153
IF iAO1 &gt; 4096 THEN
154
    iAO1 := 0;
155
END_IF;</xhtml>
156
                  </ST>
157
                </body>
158
                <addData />
159
              </pou>
160
            </data>
161
            <data name="http://www.3s-software.com/plcopenxml/libraries" handleUnknown="implementation">
162
              <Libraries>
163
                <Library Name="#SM3_Robotics" Namespace="SM3_Robotics" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Robotics, 4.3.0.0 (3S - Smart Software Solutions GmbH)" />
164
                <Library Name="#SM3_Robotics_Visu" Namespace="SM3_Robotics_Visu" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Robotics_Visu, 4.3.0.0 (3S - Smart Software Solutions GmbH)" />
165
                <Library Name="#SM3_Transformation" Namespace="TRAFO" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Transformation, 4.3.1.0 (3S - Smart Software Solutions GmbH)" />
166
                <Library Name="#System_VisuElems" Namespace="VisuElems" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElems, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
167
                <Library Name="#System_VisuElemMeter" Namespace="VisuElemMeter" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemMeter, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
168
                <Library Name="#System_VisuElemsSpecialControls" Namespace="VisuElemsSpecialControls" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsSpecialControls, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
169
                <Library Name="#System_VisuElemsWinControls" Namespace="VisuElemsWinControls" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsWinControls, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
170
                <Library Name="#System_VisuElemTextEditor" Namespace="VisuElemTextEditor" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemTextEditor, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
171
                <Library Name="#System_VisuElemTrace" Namespace="VisuElemTrace" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemTrace, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
172
                <Library Name="#System_VisuNativeControl" Namespace="VisuNativeControl" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuNativeControl, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
173
                <Library Name="#System_VisuElemsAlarm" Namespace="VisuElemsAlarm" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsAlarm, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
174
                <Library Name="#System_VisuElemCamDisplayer" Namespace="VisuElemCamDisplayer" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemCamDisplayer, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
175
                <Library Name="#System_VisuElem3DPath" Namespace="VisuElem3DPath" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElem3DPath, 3.5.10.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
176
                <Library Name="#System_VisuElemsDateTime" Namespace="VisuElemsDateTime" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsDateTime, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
177
                <Library Name="#System_VisuElemXYChart" Namespace="VisuElemXYChart" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemXYChart, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
178
                <Library Name="#system_visuinputs" Namespace="visuinputs" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="visuinputs, 3.5.12.0 (system)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
179
                <Library Name="Raspberry SPI MCP3008, 3.5.11.0 (3S - Smart Software Solutions GmbH)" Namespace="MCP3008" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" />
180
                <Library Name="Raspberry SPI MCP23S17, 3.5.11.0 (3S - Smart Software Solutions GmbH)" Namespace="MCP23S17_Lib" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" />
181
                <Library Name="Raspberry SPI PiFace, 1.2.0.0 (3S - Smart Software Solutions GmbH)" Namespace="PiFace" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" />
182
                <Library Name="#Util" Namespace="Util" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="Util, * (System)">
183
                  <Parameters>
184
                    <Parameter Name="IBLOCKSIZE" Value="22800" />
185
                  </Parameters>
186
                </Library>
187
                <Library Name="#IoStandard" Namespace="IoStandard" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="true" DefaultResolution="IoStandard, 3.5.13.0 (System)" />
188
                <Library Name="#3SLicense" Namespace="_3S_LICENSE" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="3SLicense, 0.0.0.0 (3S - Smart Software Solutions GmbH)" ResolverGuid="97c3b452-d9fa-4ac2-9d0c-3d420aa6d95b" />
189
                <Library Name="#SM3_Basic" Namespace="SM3_Basic" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Basic, 4.3.2.0 (3S - Smart Software Solutions GmbH)" />
190
                <Library Name="#SM3_CNC" Namespace="SM3_CNC" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_CNC, 4.3.2.0 (3S - Smart Software Solutions GmbH)">
191
                  <Parameters>
192
                    <Parameter Name="GC_SMC_READNCFILE_BUFFERSIZE" Value="200" />
193
                    <Parameter Name="GC_SMC_READNCFILE_TOKENQUEUESIZE" Value="200" />
194
                  </Parameters>
195
                </Library>
196
                <Library Name="#Raspberry Pi Peripherals" Namespace="RasPi" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="Raspberry Pi Peripherals, 3.5.13.0 (3S - Smart Software Solutions GmbH)" />
197
                <Library Name="IoDrvGPIO, 3.5.11.0 (3S - Smart Software Solutions GmbH)" Namespace="IoDrvGPIO" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" />
198
                <Library Name="#BreakpointLogging" Namespace="BPLog" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="Breakpoint Logging Functions, 3.5.5.0 (3S - Smart Software Solutions GmbH)" />
199
                <Library Name="Monarco HAT library for Codesys, 2.0.0.1 (Monarco.io)" Namespace="MNR" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false">
200
                  <Parameters>
201
                    <Parameter Name="MONARCO_STRUCT_SIZE" Value="26" />
202
                    <Parameter Name="MONARCO_SERVICE_STATUS_OK" Value="16#ABCD" />
203
                    <Parameter Name="MONARCO_SERVICE_ERROR_UNKNOWN_REG" Value="16#FFFF" />
204
                    <Parameter Name="MONARCO_SERVICE_ERROR_CRC" Value="16#CCCC" />
205
                    <Parameter Name="SDC_ADDRESS_MASK" Value="16#FFF" />
206
                    <Parameter Name="MONARCO_ADC_RANGE_MAX" Value="16#4095" />
207
                  </Parameters>
208
                </Library>
209
                <addData />
210
              </Libraries>
211
            </data>
212
          </addData>
213
        </resource>
214
        <addData>
215
          <data name="Device" handleUnknown="discard">
216
            <Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
217
              <DeviceType>
218
                <DeviceIdentification>
219
                  <Type>4102</Type>
220
                  <Id>0000 0010</Id>
221
                  <Version>3.5.13.0</Version>
222
                </DeviceIdentification>
223
                <Connector moduleType="256" interface="Common.PCI" connectorId="0">
224
                  <HostParameterSet />
225
                </Connector>
226
                <Connector moduleType="1279" interface="Common.SoftMotion.General" connectorId="1">
227
                  <HostParameterSet />
228
                </Connector>
229
                <Connector moduleType="496" interface="Raspberry.I2CMaster" connectorId="2">
230
                  <HostParameterSet />
231
                </Connector>
232
                <Connector moduleType="497" interface="Raspberry.SPIMaster" connectorId="3">
233
                  <HostParameterSet />
234
                </Connector>
235
                <Connector moduleType="504" interface="Raspberry.GPIOs" connectorId="4">
236
                  <HostParameterSet />
237
                </Connector>
238
                <Connector moduleType="499" interface="Raspberry.OnewireMaster" connectorId="5">
239
                  <HostParameterSet />
240
                </Connector>
241
                <Connector moduleType="502" interface="Raspberry.Camera2" connectorId="6">
242
                  <HostParameterSet />
243
                </Connector>
244
                <Connector moduleType="769" interface="SafetyInterface" connectorId="7">
245
                  <HostParameterSet />
246
                </Connector>
247
                <DeviceParameterSet />
248
              </DeviceType>
249
            </Device>
250
          </data>
251
          <data name="configurations" handleUnknown="discard">
252
            <configurations>
253
              <configuration name="SoftMotion General Axis Pool">
254
                <addData>
255
                  <data name="ExplicitConnector" handleUnknown="discard">
256
                    <ExplicitConnector connectorID="1" />
257
                  </data>
258
                </addData>
259
              </configuration>
260
              <configuration name="I²C">
261
                <addData>
262
                  <data name="ExplicitConnector" handleUnknown="discard">
263
                    <ExplicitConnector connectorID="2" />
264
                  </data>
265
                </addData>
266
              </configuration>
267
              <configuration name="SPI">
268
                <addData>
269
                  <data name="ExplicitConnector" handleUnknown="discard">
270
                    <ExplicitConnector connectorID="3" />
271
                  </data>
272
                  <data name="configurations" handleUnknown="discard">
273
                    <configurations>
274
                      <configuration name="SPI_master">
275
                        <addData>
276
                          <data name="Device" handleUnknown="discard">
277
                            <Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
278
                              <DeviceType>
279
                                <DeviceIdentification>
280
                                  <Type>497</Type>
281
                                  <Id>0000 0000</Id>
282
                                  <Version>1.0.0.0</Version>
283
                                </DeviceIdentification>
284
                                <Connector moduleType="497" role="child" interface="Raspberry.SPIMaster" connectorId="1">
285
                                  <HostParameterSet>
286
                                    <Parameter ParameterId="1" type="std:BOOL" IndexInDevDesc="0">
287
                                      <Attributes offlineaccess="none" />
288
                                      <Value name="_x0031_" visiblename="HiddenPointerToOwnInstance" offlineaccess="none" desc="HiddenPointerToOwnInstance">FALSE</Value>
289
                                      <Name>HiddenPointerToOwnInstance</Name>
290
                                      <Description>HiddenPointerToOwnInstance</Description>
291
                                    </Parameter>
292
                                    <Parameter ParameterId="10" type="std:STRING" IndexInDevDesc="1">
293
                                      <Attributes onlineaccess="read" />
294
                                      <Value name="_x0031_0" visiblename="SPI port" onlineaccess="read" desc="file path of the SPI port">'/dev/spidev0.0'</Value>
295
                                      <Name>SPI port</Name>
296
                                      <Description>file path of the SPI port</Description>
297
                                    </Parameter>
298
                                    <Parameter ParameterId="11" type="std:DINT" IndexInDevDesc="2">
299
                                      <Attributes onlineaccess="read" />
300
                                      <Value name="_x0031_1" visiblename="_diMode" onlineaccess="read" desc="SPI mode">0</Value>
301
                                      <Name>_diMode</Name>
302
                                      <Description>SPI mode</Description>
303
                                    </Parameter>
304
                                    <Parameter ParameterId="12" type="std:DINT" IndexInDevDesc="3">
305
                                      <Attributes onlineaccess="read" />
306
                                      <Value name="_x0031_2" visiblename="_diBitsPerWord" onlineaccess="read" desc="SPI bits per word">8</Value>
307
                                      <Name>_diBitsPerWord</Name>
308
                                      <Description>SPI bits per word</Description>
309
                                    </Parameter>
310
                                    <Parameter ParameterId="13" type="std:DINT" IndexInDevDesc="4">
311
                                      <Attributes onlineaccess="read" />
312
                                      <Value name="_x0031_3" visiblename="_diMaxSpeed" onlineaccess="read" desc="SPI max speed setting [Hz]">1000000</Value>
313
                                      <Name>_diMaxSpeed</Name>
314
                                      <Description>SPI max speed setting [Hz]</Description>
315
                                    </Parameter>
316
                                  </HostParameterSet>
317
                                </Connector>
318
                                <Connector moduleType="501" interface="Raspberry.SPI" connectorId="2" hostpath="1">
319
                                  <HostParameterSet />
320
                                </Connector>
321
                                <DeviceParameterSet />
322
                              </DeviceType>
323
                            </Device>
324
                          </data>
325
                          <data name="configurations" handleUnknown="discard">
326
                            <configurations>
327
                              <configuration name="Monarco_HAT">
328
                                <addData>
329
                                  <data name="Device" handleUnknown="discard">
330
                                    <Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
331
                                      <DeviceType>
332
                                        <DeviceIdentification>
333
                                          <Type>501</Type>
334
                                          <Id>FFFF 0005</Id>
335
                                          <Version>2.0.0.1</Version>
336
                                        </DeviceIdentification>
337
                                        <Connector moduleType="500" role="child" interface="Raspberry.SPI" connectorId="1">
338
                                          <HostParameterSet>
339
                                            <ParameterSection>
340
                                              <Name>General Parameters</Name>
341
                                              <Description />
342
                                              <Parameter ParameterId="100" type="std:USINT" IndexInDevDesc="0">
343
                                                <Attributes onlineaccess="read" />
344
                                                <Value name="_x0031_00" visiblename="SPI master number" onlineaccess="read" desc="SPI controlling device name /dev/spidev0.X">0</Value>
345
                                                <Name>SPI master number</Name>
346
                                                <Description>SPI controlling device name /dev/spidev0.X</Description>
347
                                              </Parameter>
348
                                            </ParameterSection>
349
                                            <ParameterSection>
350
                                              <Name>Monarco Parameters</Name>
351
                                              <Description />
352
                                              <Parameter ParameterId="1" type="std:UINT" IndexInDevDesc="1">
353
                                                <Attributes onlineaccess="read" />
354
                                                <Value name="_x0031_" visiblename="Watchdog Time" onlineaccess="read" desc="Watchdog time setting (Maximum time between two IO cycles)">100</Value>
355
                                                <Name>Watchdog Time</Name>
356
                                                <Unit>msec</Unit>
357
                                                <Description>Watchdog time setting (Maximum time between two IO cycles)</Description>
358
                                              </Parameter>
359
                                              <Parameter ParameterId="10" type="local:ControlByteSettings" IndexInDevDesc="2">
360
                                                <Attributes onlineaccess="read" />
361
                                                <Value name="_x0031_0" visiblename="Control Byte" onlineaccess="read" desc="Settings">
362
                                                  <Element name="Status_x0020_LED_x0020_CTRL" visiblename="Status LED CTRL" desc="System status indication - TRUE: control LED0 by Control Byte; FALSE: Default LED0 function">FALSE</Element>
363
                                                  <Element name="StatusLEDValue" visiblename="Status LED Value" desc="Only applicable if Control Byte LED CTRL set TRUE - TRUE: LED0 on; FALSE: LED0 off">FALSE</Element>
364
                                                  <Element name="OneWireShutdown" visiblename="1-Wire power shutdown" desc="Useful for bus reset in case of freeze - TRUE: for 1-Wire bus power down; FALSE: normal operation">FALSE</Element>
365
                                                  <Element name="RESERVED" visiblename="[RESERVED]" desc="RESERVED: Always FALSE">FALSE</Element>
366
                                                  <Element name="Counter1Reset" visiblename="Counter 1 Reset" desc="TRUE: COUNTER1 Value reset request; FALSE: normal operation">FALSE</Element>
367
                                                  <Element name="Counter2Reset" visiblename="Counter 2 Reset" desc="TRUE: COUNTER2 Value reset request; FALSE: normal operation">FALSE</Element>
368
                                                  <Element name="SignOfLife0" visiblename="[FUTURE]" desc="FUTURE: Sign of Life 0/1 - should be incremented with each data transfer as 2bit number low/high bit, used by firmware as health check of SPI Master">FALSE</Element>
369
                                                  <Element name="SignOfLife1" visiblename="[FUTURE]" desc="FUTURE: Sign of Life 0/1 - should be incremented with each data transfer as 2bit number low/high bit, used by firmware as health check of SPI Master">FALSE</Element>
370
                                                </Value>
371
                                                <Name>Control Byte</Name>
372
                                                <Description>Settings</Description>
373
                                              </Parameter>
374
                                            </ParameterSection>
375
                                            <ParameterSection>
376
                                              <Name>Digital In</Name>
377
                                              <Description />
378
                                              <Parameter ParameterId="1000" type="local:TBitStringByte" IndexInDevDesc="3">
379
                                                <Attributes channel="input" />
380
                                                <Value name="_x0031_000" visiblename="DigIn">
381
                                                  <Element name="Bit0" visiblename="Bit0" />
382
                                                  <Element name="Bit1" visiblename="Bit1" />
383
                                                  <Element name="Bit2" visiblename="Bit2" />
384
                                                  <Element name="Bit3" visiblename="Bit3" />
385
                                                </Value>
386
                                                <Name>DigIn</Name>
387
                                                <Mapping>
388
                                                  <Element name="Bit0">Application.PRG.xIn0</Element>
389
                                                  <Element name="Bit1">Application.PRG.xIn1</Element>
390
                                                  <Element name="Bit2">Application.PRG.xIn2</Element>
391
                                                  <Element name="Bit3">Application.PRG.xIn3</Element>Application.PRG.inByte</Mapping>
392
                                              </Parameter>
393
                                            </ParameterSection>
394
                                            <ParameterSection>
395
                                              <Name>Analog In</Name>
396
                                              <Description />
397
                                              <Parameter ParameterId="1110" type="std:WORD" IndexInDevDesc="4">
398
                                                <Attributes channel="input" />
399
                                                <Value name="_x0031_110" visiblename="AI0">0</Value>
400
                                                <Name>AI0</Name>
401
                                                <Mapping>Application.PRG.iAI0</Mapping>
402
                                              </Parameter>
403
                                              <Parameter ParameterId="1111" type="std:WORD" IndexInDevDesc="5">
404
                                                <Attributes channel="input" />
405
                                                <Value name="_x0031_111" visiblename="AI1">0</Value>
406
                                                <Name>AI1</Name>
407
                                                <Mapping>Application.PRG.iAI1</Mapping>
408
                                              </Parameter>
409
                                            </ParameterSection>
410
                                            <ParameterSection>
411
                                              <Name>Digital Out</Name>
412
                                              <Description />
413
                                              <Parameter ParameterId="2000" type="local:TBitStringByte" IndexInDevDesc="6">
414
                                                <Attributes channel="output" />
415
                                                <Value name="_x0032_000" visiblename="DigOut">
416
                                                  <Element name="Bit0" visiblename="Bit0" />
417
                                                  <Element name="Bit1" visiblename="Bit1" />
418
                                                  <Element name="Bit2" visiblename="Bit2" />
419
                                                  <Element name="Bit3" visiblename="Bit3" />
420
                                                </Value>
421
                                                <Name>DigOut</Name>
422
                                                <Mapping>
423
                                                  <Element name="Bit0">Application.PRG.xOut0</Element>
424
                                                  <Element name="Bit1">Application.PRG.xOut1</Element>
425
                                                  <Element name="Bit2">Application.PRG.xOut2</Element>
426
                                                  <Element name="Bit3">Application.PRG.xOut3</Element>
427
                                                </Mapping>
428
                                              </Parameter>
429
                                            </ParameterSection>
430
                                            <ParameterSection>
431
                                              <Name>Analog Out</Name>
432
                                              <Description />
433
                                              <Parameter ParameterId="2100" type="std:WORD" IndexInDevDesc="7">
434
                                                <Attributes channel="output" />
435
                                                <Value name="_x0032_100" visiblename="AO0">0</Value>
436
                                                <Name>AO0</Name>
437
                                                <Mapping>Application.PRG.iAO0</Mapping>
438
                                              </Parameter>
439
                                              <Parameter ParameterId="2101" type="std:WORD" IndexInDevDesc="8">
440
                                                <Attributes channel="output" />
441
                                                <Value name="_x0032_101" visiblename="AO1">0</Value>
442
                                                <Name>AO1</Name>
443
                                                <Mapping>Application.PRG.iAO1</Mapping>
444
                                              </Parameter>
445
                                            </ParameterSection>
446
                                          </HostParameterSet>
447
                                        </Connector>
448
                                        <DeviceParameterSet />
449
                                      </DeviceType>
450
                                    </Device>
451
                                  </data>
452
                                </addData>
453
                              </configuration>
454
                            </configurations>
455
                          </data>
456
                        </addData>
457
                      </configuration>
458
                    </configurations>
459
                  </data>
460
                </addData>
461
              </configuration>
462
              <configuration name="GPIOs_A_B">
463
                <addData>
464
                  <data name="Device" handleUnknown="discard">
465
                    <Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
466
                      <DeviceType>
467
                        <DeviceIdentification>
468
                          <Type>504</Type>
469
                          <Id>0000 0001</Id>
470
                          <Version>3.5.11.0</Version>
471
                        </DeviceIdentification>
472
                        <Connector moduleType="504" role="child" interface="Raspberry.GPIOs" connectorId="1">
473
                          <HostParameterSet>
474
                            <Parameter ParameterId="4" type="local:GPIOType" IndexInDevDesc="0">
475
                              <Attributes onlineaccess="read" />
476
                              <Value name="_x0034_" visiblename="GPIO4" onlineaccess="read" desc="configuration of GPIO4">255</Value>
477
                              <Name>GPIO4</Name>
478
                              <Description>configuration of GPIO4</Description>
479
                            </Parameter>
480
                            <Parameter ParameterId="5" type="local:GPIOType" IndexInDevDesc="1">
481
                              <Attributes onlineaccess="read" />
482
                              <Value name="_x0035_" visiblename="GPIO5" onlineaccess="read" desc="configuration of GPIO5">255</Value>
483
                              <Name>GPIO5</Name>
484
                              <Description>configuration of GPIO5</Description>
485
                            </Parameter>
486
                            <Parameter ParameterId="6" type="local:GPIOType" IndexInDevDesc="2">
487
                              <Attributes onlineaccess="read" />
488
                              <Value name="_x0036_" visiblename="GPIO6" onlineaccess="read" desc="configuration of GPIO6">255</Value>
489
                              <Name>GPIO6</Name>
490
                              <Description>configuration of GPIO6</Description>
491
                            </Parameter>
492
                            <Parameter ParameterId="12" type="local:GPIOType" IndexInDevDesc="3">
493
                              <Attributes onlineaccess="read" />
494
                              <Value name="_x0031_2" visiblename="GPIO12" onlineaccess="read" desc="configuration of GPIO12">255</Value>
495
                              <Name>GPIO12</Name>
496
                              <Description>configuration of GPIO12</Description>
497
                            </Parameter>
498
                            <Parameter ParameterId="13" type="local:GPIOType" IndexInDevDesc="4">
499
                              <Attributes onlineaccess="read" />
500
                              <Value name="_x0031_3" visiblename="GPIO13" onlineaccess="read" desc="configuration of GPIO13">255</Value>
501
                              <Name>GPIO13</Name>
502
                              <Description>configuration of GPIO13</Description>
503
                            </Parameter>
504
                            <Parameter ParameterId="16" type="local:GPIOType" IndexInDevDesc="5">
505
                              <Attributes onlineaccess="read" />
506
                              <Value name="_x0031_6" visiblename="GPIO16" onlineaccess="read" desc="configuration of GPIO16">255</Value>
507
                              <Name>GPIO16</Name>
508
                              <Description>configuration of GPIO16</Description>
509
                            </Parameter>
510
                            <Parameter ParameterId="17" type="local:GPIOType" IndexInDevDesc="6">
511
                              <Attributes onlineaccess="read" />
512
                              <Value name="_x0031_7" visiblename="GPIO17" onlineaccess="read" desc="configuration of GPIO17">255</Value>
513
                              <Name>GPIO17</Name>
514
                              <Description>configuration of GPIO17</Description>
515
                            </Parameter>
516
                            <Parameter ParameterId="18" type="local:GPIOType" IndexInDevDesc="7">
517
                              <Attributes onlineaccess="read" />
518
                              <Value name="_x0031_8" visiblename="GPIO18" onlineaccess="read" desc="configuration of GPIO18">255</Value>
519
                              <Name>GPIO18</Name>
520
                              <Description>configuration of GPIO18</Description>
521
                            </Parameter>
522
                            <Parameter ParameterId="19" type="local:GPIOType" IndexInDevDesc="8">
523
                              <Attributes onlineaccess="read" />
524
                              <Value name="_x0031_9" visiblename="GPIO19" onlineaccess="read" desc="configuration of GPIO19">255</Value>
525
                              <Name>GPIO19</Name>
526
                              <Description>configuration of GPIO19</Description>
527
                            </Parameter>
528
                            <Parameter ParameterId="20" type="local:GPIOType" IndexInDevDesc="9">
529
                              <Attributes onlineaccess="read" />
530
                              <Value name="_x0032_0" visiblename="GPIO20" onlineaccess="read" desc="configuration of GPIO20">255</Value>
531
                              <Name>GPIO20</Name>
532
                              <Description>configuration of GPIO20</Description>
533
                            </Parameter>
534
                            <Parameter ParameterId="21" type="local:GPIOType" IndexInDevDesc="10">
535
                              <Attributes onlineaccess="read" />
536
                              <Value name="_x0032_1" visiblename="GPIO21" onlineaccess="read" desc="configuration of GPIO21">255</Value>
537
                              <Name>GPIO21</Name>
538
                              <Description>configuration of GPIO21</Description>
539
                            </Parameter>
540
                            <Parameter ParameterId="22" type="local:GPIOType" IndexInDevDesc="11">
541
                              <Attributes onlineaccess="read" />
542
                              <Value name="_x0032_2" visiblename="GPIO22" onlineaccess="read" desc="configuration of GPIO22">255</Value>
543
                              <Name>GPIO22</Name>
544
                              <Description>configuration of GPIO22</Description>
545
                            </Parameter>
546
                            <Parameter ParameterId="23" type="local:GPIOType" IndexInDevDesc="12">
547
                              <Attributes onlineaccess="read" />
548
                              <Value name="_x0032_3" visiblename="GPIO23" onlineaccess="read" desc="configuration of GPIO23">255</Value>
549
                              <Name>GPIO23</Name>
550
                              <Description>configuration of GPIO23</Description>
551
                            </Parameter>
552
                            <Parameter ParameterId="24" type="local:GPIOType" IndexInDevDesc="13">
553
                              <Attributes onlineaccess="read" />
554
                              <Value name="_x0032_4" visiblename="GPIO24" onlineaccess="read" desc="configuration of GPIO24">255</Value>
555
                              <Name>GPIO24</Name>
556
                              <Description>configuration of GPIO24</Description>
557
                            </Parameter>
558
                            <Parameter ParameterId="25" type="local:GPIOType" IndexInDevDesc="14">
559
                              <Attributes onlineaccess="read" />
560
                              <Value name="_x0032_5" visiblename="GPIO25" onlineaccess="read" desc="configuration of GPIO25">255</Value>
561
                              <Name>GPIO25</Name>
562
                              <Description>configuration of GPIO25</Description>
563
                            </Parameter>
564
                            <Parameter ParameterId="26" type="local:GPIOType" IndexInDevDesc="15">
565
                              <Attributes onlineaccess="read" />
566
                              <Value name="_x0032_6" visiblename="GPIO26" onlineaccess="read" desc="configuration of GPIO26">255</Value>
567
                              <Name>GPIO26</Name>
568
                              <Description>configuration of GPIO26</Description>
569
                            </Parameter>
570
                            <Parameter ParameterId="27" type="local:GPIOType" IndexInDevDesc="16">
571
                              <Attributes onlineaccess="read" />
572
                              <Value name="_x0032_7" visiblename="GPIO27" onlineaccess="read" desc="configuration of GPIO27">255</Value>
573
                              <Name>GPIO27</Name>
574
                              <Description>configuration of GPIO27</Description>
575
                            </Parameter>
576
                            <Parameter ParameterId="1000" type="local:BITFIELD_GPIO" IndexInDevDesc="17">
577
                              <Attributes channel="input" />
578
                              <Value name="_x0031_000" visiblename="digital inputs (GPIO0..GPIO31)">
579
                                <Element name="Bit0" visiblename="Bit0" offlineaccess="none" onlineaccess="none" />
580
                                <Element name="Bit1" visiblename="Bit1" offlineaccess="none" onlineaccess="none" />
581
                                <Element name="Bit2" visiblename="Bit2" offlineaccess="none" onlineaccess="none" />
582
                                <Element name="Bit3" visiblename="Bit3" offlineaccess="none" onlineaccess="none" />
583
                                <Element name="Bit4" visiblename="Bit4" onlineaccess="read" />
584
                                <Element name="Bit5" visiblename="Bit5" onlineaccess="read" />
585
                                <Element name="Bit6" visiblename="Bit6" onlineaccess="read" />
586
                                <Element name="Bit7" visiblename="Bit7" offlineaccess="none" onlineaccess="none" />
587
                                <Element name="Bit8" visiblename="Bit8" offlineaccess="none" onlineaccess="none" />
588
                                <Element name="Bit9" visiblename="Bit9" offlineaccess="none" onlineaccess="none" />
589
                                <Element name="Bit10" visiblename="Bit10" offlineaccess="none" onlineaccess="none" />
590
                                <Element name="Bit11" visiblename="Bit11" offlineaccess="none" onlineaccess="none" />
591
                                <Element name="Bit12" visiblename="Bit12" onlineaccess="read" />
592
                                <Element name="Bit13" visiblename="Bit13" onlineaccess="read" />
593
                                <Element name="Bit14" visiblename="Bit14" offlineaccess="none" onlineaccess="none" />
594
                                <Element name="Bit15" visiblename="Bit15" offlineaccess="none" onlineaccess="none" />
595
                                <Element name="Bit16" visiblename="Bit16" onlineaccess="read" />
596
                                <Element name="Bit17" visiblename="Bit17" onlineaccess="read" />
597
                                <Element name="Bit18" visiblename="Bit18" onlineaccess="read" />
598
                                <Element name="Bit19" visiblename="Bit19" onlineaccess="read" />
599
                                <Element name="Bit20" visiblename="Bit20" onlineaccess="read" />
600
                                <Element name="Bit21" visiblename="Bit21" onlineaccess="read" />
601
                                <Element name="Bit22" visiblename="Bit22" onlineaccess="read" />
602
                                <Element name="Bit23" visiblename="Bit23" onlineaccess="read" />
603
                                <Element name="Bit24" visiblename="Bit24" onlineaccess="read" />
604
                                <Element name="Bit25" visiblename="Bit25" onlineaccess="read" />
605
                                <Element name="Bit26" visiblename="Bit26" onlineaccess="read" />
606
                                <Element name="Bit27" visiblename="Bit27" onlineaccess="read" />
607
                                <Element name="Bit28" visiblename="Bit28" offlineaccess="none" onlineaccess="none" />
608
                                <Element name="Bit29" visiblename="Bit29" offlineaccess="none" onlineaccess="none" />
609
                                <Element name="Bit30" visiblename="Bit30" offlineaccess="none" onlineaccess="none" />
610
                                <Element name="Bit31" visiblename="Bit31" offlineaccess="none" onlineaccess="none" />
611
                              </Value>
612
                              <Name>digital inputs (GPIO0..GPIO31)</Name>
613
                            </Parameter>
614
                            <Parameter ParameterId="2000" type="local:BITFIELD_GPIO" IndexInDevDesc="18">
615
                              <Attributes channel="output" />
616
                              <Value name="_x0032_000" visiblename="digital outputs (GPIO0..GPIO31)">
617
                                <Element name="Bit0" visiblename="Bit0" offlineaccess="none" onlineaccess="none" />
618
                                <Element name="Bit1" visiblename="Bit1" offlineaccess="none" onlineaccess="none" />
619
                                <Element name="Bit2" visiblename="Bit2" offlineaccess="none" onlineaccess="none" />
620
                                <Element name="Bit3" visiblename="Bit3" offlineaccess="none" onlineaccess="none" />
621
                                <Element name="Bit4" visiblename="Bit4" onlineaccess="read" />
622
                                <Element name="Bit5" visiblename="Bit5" onlineaccess="read" />
623
                                <Element name="Bit6" visiblename="Bit6" onlineaccess="read" />
624
                                <Element name="Bit7" visiblename="Bit7" offlineaccess="none" onlineaccess="none" />
625
                                <Element name="Bit8" visiblename="Bit8" offlineaccess="none" onlineaccess="none" />
626
                                <Element name="Bit9" visiblename="Bit9" offlineaccess="none" onlineaccess="none" />
627
                                <Element name="Bit10" visiblename="Bit10" offlineaccess="none" onlineaccess="none" />
628
                                <Element name="Bit11" visiblename="Bit11" offlineaccess="none" onlineaccess="none" />
629
                                <Element name="Bit12" visiblename="Bit12" onlineaccess="read" />
630
                                <Element name="Bit13" visiblename="Bit13" onlineaccess="read" />
631
                                <Element name="Bit14" visiblename="Bit14" offlineaccess="none" onlineaccess="none" />
632
                                <Element name="Bit15" visiblename="Bit15" offlineaccess="none" onlineaccess="none" />
633
                                <Element name="Bit16" visiblename="Bit16" onlineaccess="read" />
634
                                <Element name="Bit17" visiblename="Bit17" onlineaccess="read" />
635
                                <Element name="Bit18" visiblename="Bit18" onlineaccess="read" />
636
                                <Element name="Bit19" visiblename="Bit19" onlineaccess="read" />
637
                                <Element name="Bit20" visiblename="Bit20" onlineaccess="read" />
638
                                <Element name="Bit21" visiblename="Bit21" onlineaccess="read" />
639
                                <Element name="Bit22" visiblename="Bit22" onlineaccess="read" />
640
                                <Element name="Bit23" visiblename="Bit23" onlineaccess="read" />
641
                                <Element name="Bit24" visiblename="Bit24" onlineaccess="read" />
642
                                <Element name="Bit25" visiblename="Bit25" onlineaccess="read" />
643
                                <Element name="Bit26" visiblename="Bit26" onlineaccess="read" />
644
                                <Element name="Bit27" visiblename="Bit27" onlineaccess="read" />
645
                                <Element name="Bit28" visiblename="Bit28" offlineaccess="none" onlineaccess="none" />
646
                                <Element name="Bit29" visiblename="Bit29" offlineaccess="none" onlineaccess="none" />
647
                                <Element name="Bit30" visiblename="Bit30" offlineaccess="none" onlineaccess="none" />
648
                                <Element name="Bit31" visiblename="Bit31" offlineaccess="none" onlineaccess="none" />
649
                              </Value>
650
                              <Name>digital outputs (GPIO0..GPIO31)</Name>
651
                            </Parameter>
652
                          </HostParameterSet>
653
                        </Connector>
654
                        <DeviceParameterSet />
655
                      </DeviceType>
656
                    </Device>
657
                  </data>
658
                </addData>
659
              </configuration>
660
              <configuration name="Onewire">
661
                <addData>
662
                  <data name="ExplicitConnector" handleUnknown="discard">
663
                    <ExplicitConnector connectorID="5" />
664
                  </data>
665
                </addData>
666
              </configuration>
667
              <configuration name="Camera device">
668
                <addData>
669
                  <data name="ExplicitConnector" handleUnknown="discard">
670
                    <ExplicitConnector connectorID="6" />
671
                  </data>
672
                  <data name="configurations" handleUnknown="discard">
673
                    <configurations>
674
                      <configuration name="&lt;Empty&gt;">
675
                        <addData>
676
                          <data name="Device" handleUnknown="discard" />
677
                        </addData>
678
                      </configuration>
679
                    </configurations>
680
                  </data>
681
                </addData>
682
              </configuration>
683
            </configurations>
684
          </data>
685
        </addData>
686
      </configuration>
687
    </configurations>
688
  </instances>
689
  <addData>
690
    <data name="http://www.3s-software.com/plcopenxml/libraries" handleUnknown="implementation">
691
      <Libraries>
692
        <Library Name="#Raspberry Pi Peripherals" Namespace="RasPi" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="Raspberry Pi Peripherals, * (3S - Smart Software Solutions GmbH)" />
693
        <Library Name="#IoStandard" Namespace="IoStandard" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="IoStandard, * (System)" />
694
        <Library Name="#CAA Memory" Namespace="MEM" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="CAA Memory, * (CAA Technical Workgroup)" />
695
        <Library Name="#Standard" Namespace="Standard" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="Standard, * (System)" />
696
        <Library Name="#CAA RTCLK" Namespace="RTCLK" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="CAA Real Time Clock Extern, * (CAA Technical Workgroup)" />
697
        <Library Name="#CAA SerialCom" Namespace="COM" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="CAA SerialCom, * (CAA Technical Workgroup)" />
698
        <Library Name="#IoDrvBase" Namespace="IoDrvBase" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="IoDrvBase, * (System)" />
699
        <Library Name="CmpErrors Interfaces, * (System)" Namespace="CmpErrors" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" />
700
        <Library Name="IoDriver Interfaces, * (System)" Namespace="IIoDrv" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" />
701
        <Library Name="IoDriver Parameter Interfaces, * (System)" Namespace="IIoDrvParameter" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" />
702
        <Library Name="SysTypes Interfaces, * (System)" Namespace="SysTypes" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" />
703
        <Library Name="#SysCpuHandling" Namespace="SysCpuHandling" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="SysCpuHandling, * (System)" />
704
        <Library Name="Base Interfaces, * (System)" Namespace="IBaseLibrary" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" />
705
        <Library Name="#System_VisuElems" Namespace="VisuElems" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElems, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
706
        <Library Name="#System_VisuElemMeter" Namespace="VisuElemMeter" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemMeter, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
707
        <Library Name="#System_VisuElemsSpecialControls" Namespace="VisuElemsSpecialControls" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsSpecialControls, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
708
        <Library Name="#System_VisuElemsWinControls" Namespace="VisuElemsWinControls" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsWinControls, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
709
        <Library Name="#System_VisuElemTextEditor" Namespace="VisuElemTextEditor" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemTextEditor, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
710
        <Library Name="#System_VisuElemTrace" Namespace="VisuElemTrace" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemTrace, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
711
        <Library Name="#System_VisuNativeControl" Namespace="VisuNativeControl" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuNativeControl, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
712
        <Library Name="#System_VisuElemsAlarm" Namespace="VisuElemsAlarm" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsAlarm, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
713
        <Library Name="#System_VisuElemCamDisplayer" Namespace="VisuElemCamDisplayer" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemCamDisplayer, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
714
        <Library Name="#System_VisuElem3DPath" Namespace="VisuElem3DPath" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElem3DPath, 3.5.10.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
715
        <Library Name="#System_VisuElemsDateTime" Namespace="VisuElemsDateTime" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemsDateTime, 3.5.11.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
716
        <Library Name="#System_VisuElemXYChart" Namespace="VisuElemXYChart" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="VisuElemXYChart, 3.5.12.0 (System)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
717
        <Library Name="#system_visuinputs" Namespace="visuinputs" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="visuinputs, 3.5.12.0 (system)" ResolverGuid="2717eb6a-dd07-4c66-8d8d-cacebd7b18ae" />
718
        <addData />
719
      </Libraries>
720
    </data>
721
  </addData>
722
</project>