Development status:
Released,
Release: Release_1_1
Information status: New
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/TST350Stage
Contact:
Class Description
Class for controlling the t95 Temperature Programmer from Linkam Scientific Instruments
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Linkam Scientific Instruments
Product:
T95 Temperature Programmer
Bus: Data Socket
Class interface
Attributes:
Name | Description |
---|---|
TemperatureScalar: DevDouble | — |
TempLimitScalar: DevDouble | Sets temperature limit. Reads last set value. |
RateScalar: DevDouble | Sets the heating or cooling rate. Reads last set value. |
SpeedScalar: DevLong | Speed from 0 (off) to 30 (maximum) |
CurrentActionScalar: DevString | — |
ErrorInfoScalar: DevString | — |
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. |
StartInput: DevVoid Output: DevVoid |
Start heating or cooling at the rate specified by the R1 command. |
StopInput: DevVoid Output: DevVoid |
Tells the programmer to stop heating or cooling. |
HoldInput: DevVoid Output: DevVoid |
If the programmer is heating or cooling will hold at the current temperature until either a heat or a cool command is received. |
HeatInput: DevVoid Output: DevVoid |
Forces heating, if while heating the controller finds that the temperature is at the limit it will hold at that value, otherwise it will heat up to the maximum tempertature and stop. |
CoolInput: DevVoid Output: DevVoid |
Forces cooling. if while cooling the controller finds that the temperature is at the limit it will hold at that value, otherwise it will heat up to the minimum tempertature and stop. |
SetManualInput: DevVoid Output: DevVoid |
Set manual mode, where the pump speed is controlled by the command |
SetAutomaticInput: DevVoid Output: DevVoid |
Set automatic mode, where the pump speed is controlled by the T95 unit |
Pipes:
Properties:
Name | Description |
---|---|
IpAddrDevString | Ip Adress for connecting to the device |
PortNbDevLong | Port number |
SimulationModeDevLong | If 1 simualtion mode |
Please log in to comment.
Created:
The device class has been added to catalogue.