.
Development status:
Released,
Release: release_1_0_5
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/Lakeshore_336
Contact:
Class Description
- basic interface for the Lakeshore Model 336 Temperature controller,
- GPIB/Ethernet interface. reads 4 temperatures, outputs, alarms.
Families: Temperature
Key words:
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
temperatureScalar: DevDouble | — |
outputScalar: DevDouble | — |
rangeScalar: DevShort | — |
deadBandScalar: DevDouble | — |
inputAScalar: DevDouble | — |
inputBScalar: DevDouble | — |
inputCScalar: DevDouble | — |
inputDScalar: DevDouble | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
OffInput: DevVoid Output: DevVoid |
turns OFF the temperature regulation : range set to 0 |
LowInput: DevVoid Output: DevVoid |
turns ON the temperature regulation the range is set to 1 (1%, 0.5W max) |
MediumInput: DevVoid Output: DevVoid |
turns the temperature regulation ON the range is set to 2 (10%, 5W max) |
HighInput: DevVoid Output: DevVoid |
turns the temperature regulation ON the range is set to 3 (100%, 50W max) |
LoopSelectInputInput: DevShort Output: DevVoid |
selects the input for this loop |
IORawInput: DevString Output: DevString |
sends a command (if no "?") requests a value (if "?") |
StopInput: DevVoid Output: DevVoid |
tries to stop the regulation at the current temperature * sets the setpoint to the current temperature * stops the regulation manager (the state returns to STANDBY) |
Pipes:
Properties:
Name | Description |
---|---|
ComDeviceProxyDevString | the Tango name of the communication device proxy (Ethernet or GPIB) |
TimeInDeadBandDevLong | if temperature stays in deadband around setpoint for TimeInDeadBand seconds, the regulation is considered as successfull (the setpoint is reached, the stability is correct) The state of the device goes from RUNNING (blue color) to STANDBY (yellow) |
PeriodDevShort | polling period of the HW for the temperature and HW status |
LoopNumberDevShort | Loop number. possible values : 1 or 2. Default : 1 |
Please log in to comment.
Generated
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2
on:23 Feb 2017, 11:38 a.m.