ICP DAS WISE User Manual
http://wise.icpdas.com
295
{
"status": "OK",
"result": {
"value": 12.5
}
}
The Internal Register is disabled.
{
"status": "INTERNAL_REGISTER_NOT_EXIST"
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Get the value of all Internal Registers which are enabled.
Command
job=get_irs_val
Parameters
None
Response
Normal Status
{
"status": "OK",
"result": [
{
"no": 1,
"value": 100
},
…
]
}
Password error
{
"status": "PASSWORD_INCORRECT"
}