![ICP DAS USA PMD series User Manual Download Page 350](http://html1.mh-extra.com/html/icp-das-usa/pmd-series/pmd-series_user-manual_3622279350.webp)
ICP DAS PMC-523x/PMC-224x/PMD Series User Manual
335
…so on.
Name
module_no
Description
The index number of the module.
Value
Integer; start from 1.
Response
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"
//or "OFFLINE"
}
}
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, …],