Development status:
Released,
Release: Release_1_4
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/HaakeChiller
Contact:
Class Description
Class for controlling the Haake chiller.
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Haake
Product:
Chiller F6 and N6
Bus: Socket
Class interface
Attributes:
| Name | Description |
|---|---|
| IstTemperatureScalar: DevFloat | — |
| SollTemperatureScalar: DevFloat | — |
| ClosedLoopScalar: DevLong | 0 -> off, 1 -> on |
| AlarmStatusScalar: DevString | — |
| ErrorInfoScalar: DevString | — |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
| ConfirmAlarmInput: DevVoid Output: DevVoid |
Confirm alarm |
| SwitchOffOnInput: DevLong 0 -> switch off, 1 -> switch on Output: DevVoid |
Switch device off or on. |
| RemoteControlOffOnInput: DevLong 0 -> off, 1 -> on Output: DevVoid |
Switch between remote control or ENTER-key. |
Pipes:
Properties:
| Name | Description |
|---|---|
| PortNbDevLong | Port Number |
| IpAddrDevString | Ip address of the terminal server |
| SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
Please log in to comment.