Neon Family
User Manual
Sensormetrix is a division of Sequoia Technology Group Ltd
Registered in England No. 4004881
VAT Registration No. GB614 5653 45
Sensormetrix
sales
+44 (0) 845 451 2021
Basingstoke Road
fax
+44 (0) 118 976 9020
Spencers Wood
sales@sensormetrix.co.uk
Reading
web
www.sensormetrix.co.uk
Berkshire RG7 1PW
Page 26 of 39
XML file format (Neon 110 only)
The Neon 110 contains an XML file called values.xml. This is available as a web page at
http://<neon 110 IP address>/values.xml
This is always available to be read by other applications running on the network that can access the neon’s IP address. The
XML file format can be decoded as follows:
<Root>
Start of data marker
<ProductName>Neon 110</ProductName>
Product name
<UnitName>Head Office</UnitName>
Name assigned to unit from setup page
<SerialNumber>033130</SerialNumber>
Serial number from Info page
<Version>V1.4</Version>
Version number from info page
<Time>Current time setting of unit in Unix time</Time>
Current time from time page
<GMTOffset>0</GMTOffset>
GMT Offset from time page
<DST>1</DST>
0=Off, 1=European, 2=USA/Canada (from time page)
<PowerUp>2 days, 16 hrs, 35 min, 33 sec</PowerUp>
Time since power on from home page
<IPAddress>172.16.0.17</IPAddress>
Current IP address from network page
<Netmask>255.255.255.0</Netmask>
Current netmask from network page
<DHCP>1<DHCP>
0 = DHCP off; 1 = DHCP On, from network page
<MAC>00:50:c2:c7:14:10</MAC>
MAC address from info page
<Temperature>
Start of temperature sensor header
<unit>°C</unit>
Units of temperature measurement from sensors page
<Value>22.19</Value>
Current temperature reading
<Alarm>0</Alarm>
Current temperature alarm state; 0=Off, 1=On
<LowAlarm>0</LowAlarm>
Low alarm threshold from sensors page
<HighAlarm>40</HighAlarm>
High alarm threshold from sensors page
</Temperature>
End of temperature header
<Humidity>
Start of humidity header
<unit>%RH</unit>
Units of humidity measurement (fixed field)
<Value>33.86</Value>
Current humidity reading
<Alarm>0</Alarm>
Current humidity alarm state; 0=Off, 1=On
<LowAlarm>20</LowAlarm>
Low alarm threshold from sensors page
<HighAlarm>80</HighAlarm>
High alarm threshold from sensors page
</Humidity>
End of humidity header
</root>
End of data marker