This is historical information of device classes implemented in KepcoBOP device server.
Use this link to find the valid information.
Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/KepcoBOP
Contact:
Class Description
Kepco Bipolar Operational Power supply device server
Families: PowerSupply
Key words:
Platform: All Platforms
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Kepco
Product:
BOP
Bus: Serial Line
Class interface
Attributes:
| Name | Description |
|---|---|
| CurrentScalar: DevDouble | — |
| CurrentSetpointScalar: DevDouble | — |
| FlowControlScalar: DevBoolean | — |
| ModeScalar: DevString | — |
| RemoteScalar: DevBoolean | — |
| VoltageScalar: DevDouble | — |
| VoltageSetpointScalar: DevDouble | — |
| OutputScalar: DevBoolean | — |
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. |
| CMDInput: DevString Output: DevString |
Send the input parameter as received to the PS supply and return read back string from PS (if any) |
Pipes:
Properties:
| Name | Description |
|---|---|
| SerialDeviceDevString | The serial device to connect to. Two types are supported: 1) The name of the serial tango device to connect to. Serial and PySerial devices are supported 2) The name of the serial device to connect to (i.e. /dev/ttyS0). In this case the connection is direct and this server must be run on the machine where the serial port resides |
| MaxRetriesArray of DevLong | Sometimes the instruments seems to get saturated and will not respond to some request: if you instrument is giving these kind of transient errors you can set how many retries you will allowe before going to FAULT state |
Updated:
The device class has been updated.
You are looking at this version now.
23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.