Development status:
New development
Information status: New
Repository:
https://gitlab.maxiv.lu.se/kits-maxiv/dev-maxiv-linkam-t96
Contact:
Class Description
Tango device server for the Linkam T96 temperature controller.
Families: Temperature
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: Linkam
Product:
Bus: USB
Class interface
Attributes:
| Name | Description |
|---|---|
| ControllerStatusScalar: DevString | Reads the controller status register. |
| HoldTimeScalar: DevFloat | The hold time (sec) for a ramp, the time to hold the temperature at reached setpoint. |
| LnpModeScalar: DevBoolean | The LNP auto/manual mode. True=Auto, False=Manual. |
| LnpSpeedScalar: DevFloat | The LNP speed for the primary heater (%), i.e. the cooling power deployed. |
| ProgramStatusScalar: DevString | Reads the program status register. |
| RateScalar: DevFloat | The universal heater rate, the speed at which the temperature changes (degC/min). |
| SetpointScalar: DevFloat | The universal heater set point, the temperature to obtain (C). |
| TemperatureScalar: DevFloat | Reads the primary sensor temperature reading (degC). |
Commands:
| Name | Description |
|---|---|
| AboutInput: DevVoid Output: DevString |
Reads information about the device. |
| ForceCoolingInput: DevVoid Output: DevVoid |
Forces cooling at the currently programmed rate. Used when a manual hold has been invoked. If above setpoint, the cooling will stop when setpoint is reached. If below setpoint, the cooling will continue with set rate. Warning: Possible damage risk if stage over-cooled. |
| ForceHeatingInput: DevVoid Output: DevVoid |
Forces heating at the currently programmed rate. Used when a manual hold has been invoked. If below setpoint, the heating will stop when setpoint is reached. If above setpoint, the heating will continue with set rate. Warning: Possible damage risk if stage over-heated. |
| ForceHoldInput: DevVoid Output: DevVoid |
Forces holding the temperature. |
| StartInput: DevVoid Output: DevVoid |
Start heating or cooling at the rate specified by the Rate attribute. |
| StopInput: DevVoid Output: DevVoid |
Stop the heating or cooling. |
| 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. |
| 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. |
Pipes:
Properties:
| Name | Description |
|---|---|
| SimulationModeDevBoolean | Simulates the Linkam T96 HW when set to True. |
Please log in to comment.
Created:
The device class has been added to catalogue.