ICP DAS WISE User Manual
http://wise.icpdas.com
293
{
"status": "MODULE_NOT_EXIST"
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Get the connection status of all remote I/O modules.
Command
job=get_module_status
Parameters
None
Response
Normal
{
"status": "OK",
"result": {
"com2": [
{
"no": 1,
"connection": "ONLINE"
//or "OFFLINE"
},
…
],
"com3": [],
//No modules or is in disabled status.
"network": [
{
"no": 3,
"connection": "OFFLINE"
},
…
]
}
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Set up the value of a specific Internal Register.