IE-SNC-Tx6xx-07
30
<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>
<InsertTx5xxSample xmlns="http://cometsystem.cz/schemas/soapTx5xx_v2.xsd">
<passKey>13960932</passKey>
<device>4175</device>
<temp>1.4</temp>
<relHum>91.9</relHum>
<compQuant>0.3</compQuant>
<pressure>-9999</pressure>
<alarms>hi,no,no,no</alarms>
<compType>Dew point</compType>
<tempU>C</tempU>
<pressureU>n/a</pressureU>
<timer>60</timer>
</InsertTx5xxSample>
</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
.
<pressure>
Contains the value of atmospheric pressure. Error value:
-9999
.
<alarms>
State of alarm on temperature, relative humidity, computed quantity and pressure
channel. Format:
tm,rh,cq,pr
where:
tm
–
temperature alarm,
rh
–
relative humidity alarm,
cq
–
computed quantity alarm,
pr
–
atmospheric pressure alarm
and alarm values:
no
–
no alarm or value is not supported,
hi
–
high alarm,
lo
–
low
alarm.
<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.
<pressureU>
Atmospheric pressure unit. Values:
hPa
,
PSI
,
inHg
,
mBar
,
oz/in^2
,
mmHg
,
inH2O
and
kPa
.
<timer>
SOAP sending interval [sec].