Development status:
Released,
Release: Release_1_4
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/ThermoScientificTempCtrl
Contact:
Class Description
Class for controlling a Heated Inmersion and Refrigerated/Heated Bath Circulators from Thermo Scientific
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: ThermoScientific
Product:
AC150-A10
Bus: Ethernet
Class interface
Attributes:
| Name | Description |
|---|---|
| TemperatureScalar: DevDouble | — |
| SetpointScalar: DevDouble | — |
| HighTempFaultScalar: DevDouble | — |
| HighTempWarningScalar: DevDouble | — |
| LowTempFaultScalar: DevDouble | — |
| LowTempWarningScalar: DevDouble | — |
| TemperatureUnitsScalar: DevString | C.F or K |
| UnitOnScalar: DevLong | — |
| PumpSpeedScalar: DevString | L, M of H. Read the last set value. |
| RampNumberScalar: DevLong | Read the last set value |
| FaultsModeScalar: DevLong | 0 -> disabled, 1 -> enabled |
| AutoRestartScalar: DevLong | 0 -> disabled, 1 -> enabled |
| TemperatureResolutionScalar: DevLong | — |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| SetRampProgramInput: DevString Ramp program. Output: DevVoid |
Set Ramp program: V1 -> nb of steps V2 -> variance V3 -> cycles V4 -> start temp |
| SetRampStepInput: DevString Ramp step Output: DevVoid |
Set Ramp step: V1 -> step V2 -> end temp V3 -> duration |
| SetRampOnStatusInput: DevString Ramp On Status Output: DevVoid |
Set Ramp On Status: S -> start E -> end P -> Pause/resume |
Pipes:
Properties:
| Name | Description |
|---|---|
| IpAddrDevString | IP address from the device |
| PortNbDevLong | — |
Please log in to comment.