IE-SNC-P2520-02
22
Float32b
two Modbus registers containing IEEE754 float, lower 16bits first,
error value = -inf
Int32b*100
two Modbus registers containing 32bit signed integer*100,
12.53dgrC = 1253, lower 16bits first, error value <= -320000000
Ascii
two ASCII character in register
BCD
registry is coded as BCD
n/a
item is not defined, should be read
SOAP
The device allows you to send currently measured values via
SOAP v1.1
protocol. The device
sends values in XML format to the web server. The advantage of this protocol is that
communication is initialized by the device side. Due to it is not necessary use port forwarding.
If the SOAP message cannot be delivered, warning message via SNMP Trap or Syslog
protocol is sent. The file with the XSD schema can be downloaded from:
http://cometsystem.cz/schemas/soapP2520.xsd. SOAP message example:
Host: 192.168.1.132
Content-Type: text/xml; charset=utf-8
Content-Length: 656
SOAPAction: "http://tempuri.org/InsertP2520Sample"
<?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>
<InsertP2520Sample xmlns="http://cometsystem.cz/schemas/soapP2520.xsd">
<name>
Current Loop Converter
</name>
<sn>
11940986
</sn>
<tmr>
60
</tmr>
<kind>
4357
</kind>
<c1>
<n>
Channel 1
</n>
<v>
3.25
</v>
<f>
00005040
</f>
<u>
mA
</u>
<a>
no
</a>
<p>
2
</p>
<e>
1
</e>
</c1>
<c2>
<n>
Channel 2
</n>
<v>
18.00
</v>
<f>
00009041
</f>
<u>
mA
</u>
<a>
no
</a>
<p>
2
</p>
<e>
0
</e>
</c2>
</InsertP2520Sample>
</soap:Body>
</soap:Envelope>