Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/Eurotherm2116
Contact:
Class Description
Device server for Eurotherm2116 temperature controller
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Invensys Systems GmbH
Product:
Bus: Modbus
Class interface
Attributes:
| Name | Description |
|---|---|
| TemperatureScalar: DevDouble | — |
| SetpointScalar: DevDouble | — |
| SetpointMinScalar: DevDouble | — |
| SetpointMaxScalar: DevDouble | — |
| PowerMinScalar: DevDouble | — |
| PowerMaxScalar: DevDouble | — |
| WorkingSetpointScalar: DevDouble | — |
| SetpointRampScalar: DevDouble | — |
| SetpointDwellScalar: DevDouble | — |
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. |
Pipes:
Properties:
| Name | Description |
|---|---|
| DeviceFileDevString | tty device file name if connected via tty |
| HostNameDevString | host name / ip address if connected via terminal server |
| ConnectTypeDevString | either `serial` or `net` |
| PortNumberDevString | tcp port number |
| BaudRateDevLong | baud rate if connected via tty |
| DeviceAddressDevShort | Controller address |
Please log in to comment.