Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/JumoQuantrolLC
Contact:
Class Description
Control of the Jumo Quantrol LC100/LC200/LC300, Universal PID Controller
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Jumo
Product:
Quantrol LC
Bus: Modbus
Class interface
Attributes:
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. |
ReadDoubleInput: DevVarLongArray Slave, Register Output: DevDouble Readout value |
Read 4 bytes from hardware |
WriteDoubleInput: DevVarDoubleArray Slave, register, value to write Output: DevVoid |
Write value to hardware |
ReadIntegerInput: DevVarLongArray Slave, Register Output: DevLong Readout value |
Read two bytes from hardware |
WriteIntegerInput: DevVarLongArray Slave, register, value to write Output: DevVoid |
Write value to hardware |
Pipes:
Properties:
Name | Description |
---|---|
SerialPortDevString | Serial port, ex. /dev/ttyUSB1. In case of serial connection |
IPAddressDevString | Ip Address of the terminal server (in case it is used) |
PortNbDevLong | Port Number (in case connection via terminal server) |
Please log in to comment.