Development status:
Released,
Release: Release_1_3
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/CryoConTempCtrl
Contact:
Class Description
Class for controlling the Temperature Controller from Cryogenic Control Systems (CryoCon).
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Cryogenics Control Systems
Product:
32 and 32B
Bus: GPIB
Class interface
Attributes:
| Name | Description |
|---|---|
| TempChannelAScalar: DevDouble | — |
| TempChannelBScalar: DevDouble | — |
| SourceLoop1Scalar: DevString | — |
| SourceLoop2Scalar: DevString | — |
| SetTempLoop1Scalar: DevDouble | Sets and queries the control loop setpoint |
| SetTempLoop2Scalar: DevDouble | Sets and queries the control loop setpoint |
| RateLoop1Scalar: DevDouble | Sets and queries the ramp rate used by the control loop when performing a temperature ramp. |
| RateLoop2Scalar: DevDouble | Sets and queries the ramp rate used by the control loop when performing a temperature ramp. |
| OutputPowerScalar: DevDouble | Current ouptut power of either control loop, as a percentage of the full power scale. The output current is calculated as: CurrentFullScale*sqrt(value/100.) |
| LoadResistanceHeaterScalar: DevLong | Sets or queries the load resistance setting of the primary heater (loop 1). Selections are: 25 for a 25 Ohm load and a 25W maximum output power and 50 for a 50 Ohm load and a 50W maximum output power. |
| ControlScalar: DevString | By writing anything activate enabled control loops. Read current control status. |
| TypeLoop1Scalar: DevString | Loop control type: Off, PID, Man, Table or RampP |
| TypeLoop2Scalar: DevString | Loop control type: Off, PID, Man, Table or RampP |
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. |
| StopControlLoopsInput: DevVoid Output: DevVoid |
Disengage all control loops |
Pipes:
Properties:
| Name | Description |
|---|---|
| GpibDeviceDevString | Name of the GpibDeviceServer Tango Server to connect to |
Please log in to comment.