Development status:
Released,
Release: Release_1_6
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/Eurotherm2604
Contact:
Class Description
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
TemperatureScalar: DevULong | The current temperature |
SetpointScalar: DevDouble | The current temperature setpoint |
OutputLevelScalar: DevDouble | — |
OutputLevelMaxScalar: DevDouble | — |
OutputLevelMinScalar: DevDouble | — |
RampSpeedScalar: DevULong | The current ramp speed |
RampUnitScalar: DevUShort | The current ramp unit 0 1/sec 1 1/min 2 1/hour |
SetpointMinScalar: DevDouble | The minimum temperature setpoint |
SetpointMaxScalar: DevDouble | The maximum temperature setpoint |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
Pipes:
Properties:
Name | Description |
---|---|
HostNameDevString | Hostname or IP Address |
PortNumberDevString | TCP Port Number |
DeviceAddressDevShort | Address of device (adjusted at hardware), if just one device is connected, always 1 |
SimulationModeDevShort | — |
LogicOpsDevBoolean | true, if the hardware supports logical operations |
ConnectTypeDevString | either `serial` or `net` |
DeviceFileDevString | tty device file name |
BaudRateDevLong | tty baud rate |
Please log in to comment.