Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/MercuryiTCTempSensor
Contact:
Class Description
Class for the sensor of the MercuryiTC temperature controller
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Oxford Instruments
Product:
MercuryiTC
Bus: TCP/UDP
Class interface
Attributes:
| Name | Description |
|---|---|
| TemperatureScalar: DevDouble | — |
| HeatPowerScalar: DevDouble | — |
| HeatCurrentScalar: DevDouble | — |
| HeatPowerPercScalar: DevDouble | — |
| SetTempPointScalar: DevDouble | — |
| SetHeatPowerScalar: DevDouble | — |
| SetHeatAutoScalar: DevDouble | 0 -> off, 1 -> on |
| SetHeatPIDScalar: DevDouble | 0 -> off, 1 -> on |
| UpdateAutomaticallyScalar: DevLong | If 0 read out from hardware is only done by the command ReadAllAttributes. |
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. |
| ReadAllAttributesInput: DevVoid Output: DevVoid |
Read all atributes from the hardware. The state is set to MOVING until the readout is finished. |
Pipes:
Properties:
| Name | Description |
|---|---|
| CtrlDeviceDevString | Name of the device for the controller |
| SensorNameDevString | Name of the sensor. Ej.: MB1, DB6, ... |
| HeaterNameDevString | Name of the heater. Ej.: MB0, DB1, ... |
Please log in to comment.