Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/JumoQuantrolLCSlave
Contact:
Class Description
Jumo Quantrol LC Controller
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Jumo
Product:
Quantrol LC100/LC200/LC300
Bus: Modbus
Class interface
Attributes:
| Name | Description |
|---|---|
| Setpoint1Scalar: DevDouble | Nominal value SP1 |
| Setpoint2Scalar: DevDouble | Nominal value SP2 |
| CurrentValueFilteredScalar: DevDouble | — |
| CurrentValueUnfilteredScalar: DevDouble | — |
| CurrentSetpointScalar: DevDouble | — |
| SetpointSetScalar: DevLong | Current set setpoint (1 or 2). By writing one can switch between both setpoints. |
| OutputLevelScalar: DevDouble | Controller output 1 (HEATING) |
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. |
| SetModeInput: DevLong 0 -> turn off, 1 -> automatic, 2 -> manual Output: DevVoid |
— |
| StartAutoTuneInput: DevVoid Output: DevVoid |
Start self-optimization |
| StopAutoTuneInput: DevVoid Output: DevVoid |
Stop self-optimization |
Pipes:
Properties:
| Name | Description |
|---|---|
| ControllerDeviceDevString | Tango Device of the class JumoQuantrolLC talking to the hardware |
| SlaveIdDevLong | Id of the slave. Starting from 1. |
Please log in to comment.