-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
26 lines (25 loc) · 918 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<LirConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="LirConfigSchema.xsd">
<OutputFolder>/archives/test</OutputFolder>
<GigECamera>
<MACAddress>00-11-1c-f0-0f-09</MACAddress>
<BufferLength>16</BufferLength>
</GigECamera>
<EthernetSensor>
<Name>AMLCTD</Name>
<IPAddress>131.247.138.19</IPAddress>
<Port>4000</Port>
<StartChars></StartChars>
<EndChars></EndChars>
<Delimeter> </Delimeter>
<LineEnd>\r\n</LineEnd>
<Fields>
<Field numeric="true" name="conductivity"/>
<Field numeric="true" name="pressure"/>
<Field numeric="true" name="temperature"/>
<Field numeric="true" name="voltage"/>
<Field numeric="true" name="salinity"/>
</Fields>
</EthernetSensor>
</LirConfig>