ICP DAS USA WISE-2841M Series User Manual page 292

Hide thumbs Also See for WISE-2841M Series:
Table of Contents

Advertisement

ICP DAS WISE User Manual
Response
http://wise.icpdas.com
The module is existed.
If it is a Modbus module:
{
"status": "OK",
"result": {
"ci": [
{
"address": "32"
"value": 0
},
...
],
"co": [],
//if there is no channel of this type.
"ri": [
{
"address": "10"
"value": 1.3
},
...
],
"ro": [
{
"address": "22"
"value": 2.5
},
...
],
"connection": "ONLINE"
}
}
For other modules:
{
"status": "OK",
"result": {
"di": [0, 1, ...],
"dic": [0 , 2, ...],
"do": [],
//if there is no channel of this type.
"ai": [0.2, 1.5, ...],
"ao": [4.5, 1.1, 2.2, ...],
"connection": "ONLINE"
}
}
The module does not exist.
//or "OFFLINE"
//or "OFFLINE"
292

Advertisement

Table of Contents
loading

Table of Contents