9 Device Commands
|
Name
|
Inherited
|
Concrete
|
Input type
|
Output type
|
Level
|
Description
|
State |
true |
true |
Tango::DEV_VOID |
Tango::DEV_STATE |
OPERATOR |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Status |
true |
true |
Tango::DEV_VOID |
Tango::CONST_DEV_STRING |
OPERATOR |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
Start |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Start heating or cooling at the rate specified by the R1 command. |
Stop |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Tells the programmer to stop heating or cooling. |
Hold |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
If the programmer is heating or cooling will hold at the current
temperature until either a heat or a cool command is received. |
Heat |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Forces heating, if while heating the controller finds that the temperature
is at the limit it will hold at that value, otherwise it will heat up to the
maximum tempertature and stop. |
Cool |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Forces cooling. if while cooling the controller finds that the temperature
is at the limit it will hold at that value, otherwise it will heat up to the
minimum tempertature and stop. |
SetManual |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Set manual mode, where the pump speed is controlled by the command |
SetAutomatic |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Set automatic mode, where the pump speed is controlled by the T95 unit |