REST-Webserver
69 of 73
"rpm": <rotation speed in rpm>,
"temperature": <temperature in °C>,
"time": <time in hh::mm::ss>
},
"user": <user name>
}
<error object>:
{
"code": <error code>,
"description": <error description in gui language>
"title": <error title / type of error>
"time": <error occurrence time in year/month/day hh:mm:ss>
}
If a value is not available, the value is set to zero. This can be used to distinguish between the following modes of
operation:
•
Centrifuge in RPM-Mode:
rpm
set,
rcf
contains the value
zero
•
Centrifuge in RCF-Mode:
rpm
contains the value
zero
,
rcf
set
The distinction of operation mode time, hold and ACE is mapped as follows:
•
Time-Mode:
time
set,
ace
Value is
zero
•
ACE-Mode:
time
is
zero
,
ace
is set
•
Hold-Mode: As in Time-Mode, but the value for
time
at
setValues
is also
zero
Examples
Centrifuge in Time-RPM-Mode and an error occurred:
{
"actualValues": {
"ace": null,
"powerDown": false
"rcf": null,
"rpm": 0,
"state": "EREADY",
"temperature": 0,
"time": "00:02:00"
},
"error": {
"code": 36575,
"description": "Error Text",
"title": "Centrigue Error",
"time": "2015/03/23 03:32:37 PM"
},
"name": "My Centrifuge",