IE-SNC-Tx6xx-07
29
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<InsertTx5xxCO2Sample xmlns="http://cometsystem.cz/schemas/soapTx5xxCO2.xsd">
<passKey>13960932</passKey>
<device>4200</device>
<temp>1.4</temp>
<relHum>91.9</relHum>
<compQuant>0.3</compQuant>
<co2>1050</co2>
<alarms>hi,no,no,no</alarms>
<lev1>0</lev1>
<lev2>1</lev2>
<lev3>0</lev3>
<compType>Dew point</compType>
<tempU>C</tempU>
<timer>60</timer>
</InsertTx5xxCO2Sample>
</soap:Body>
</soap:Envelope>
Element
Description
<passKey>
Contains the device serial number (an eight digit number).
<device>
Device type identification number (code).
<temp>
Contains the value of temperature (a decimal part of number is separated by a dot).
Error on channel is signaled by
9999
or
-9999
.
<relHum>
Contains the value of relative humidity. Error value:
9999
or
-9999
.
<compQuant>
Contains the value of computed quantity. Error value:
9999
or
-9999
.
<co2>
Contains the value of CO
2
concentration. Error value:
-9999
or
-9998
.
<alarms>
State of alarm on temperature, relative humidity, computed quantity and CO
2
concentration channel. Format:
tm,rh,cq,co2
where:
tm
–
temperature alarm,
rh
–
relative humidity alarm,
cq
–
computed quantity alarm,
co2
–
CO
2
concentration alarm
and alarm values:
no
–
no alarm or value is not supported,
hi
–
high alarm,
lo
–
low
alarm.
<lev1>
CO
2
concentration LED
–
green
<lev2>
CO
2
concentration LED
–
yellow
<lev3>
CO
2
concentration LED
–
red
<compType>
Computed quantity type:
Absolute humidity
,
Specific humidity
,
Mixing
proportion
,
Specific enthalpy
,
Dew point
or
n/a
.
<tempU>
Temperature and dew point unit. Values:
C
–
temperature in °C,
F
–
temperature in
°F.
<timer>
SOAP sending interval [sec].
SOAP message from other devices
Structure of SOAP messages is described at XSD schema. It can be downloaded from:
http://cometsystem.cz/schemas/soapTx5xx_v2.xsd. SOAP message example:
<?xml version="1.0" encoding="utf-8"?>