Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/GEpressCtrlPACE5000Channel
Contact:
Class Description
Server for the controll of the Pressuer Automated Calibration Equipment 5000 from GE
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: GE
Product:
PACE-5000
Bus: Socket
Class interface
Attributes:
Name | Description |
---|---|
MembranePressureScalar: DevDouble | Current output pressure |
InletPressureScalar: DevDouble | Current input pressure |
SetPointScalar: DevDouble | Setpoint output line pressure |
SlewRateScalar: DevDouble | Slew rate for the output line pressure control |
SlewRateModeScalar: DevBoolean | Instrumental mode for the slew rate operation – controls usage of the SlewRate parameter. Maximum slew rate – SlewRate parameter is disregarded and compression or decompression takes place with maximum pace. Linear – device respects the SlewRate setting and performs the compression or decompression accordingly |
OvershootScalar: DevBoolean | Parameter controlling the overshooting capability on pressure increase: 0 – not allowed 1 – allowed |
PressureControlScalar: DevBoolean | Parameter controlling the main operation of the pump. If pressure control is ON – the device does it best to increase or decrease the pressure according to the setpoint. f pressure control is OFF – the device is going to the measurement mode, no control, just measurement (useful for leakage testing) |
SourceEffectivenessScalar: DevDouble | Parameter reflecting effectiveness of the effort in order to achieve the setpoint |
DecompressRateScalar: DevDouble | Decompression rate set by the user. Used in conjunction with the Decompress Tango Device Command |
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. |
StopInput: DevVoid Output: DevVoid |
Stops operation of the pump. The most important action – stop the PressureControl – power control – go to the measurement mode |
DecompressInput: DevVoid Output: DevVoid |
Starts the decompression to the lowest pressure with DecompressRate First – stops the operation of the pump. Reads the value of the DecompressRate, sets the value of the SlewRate to this value Sets the SlewRateMode to 0=LINEAR Sets the SetPoint = 0 Sets the PressureControl = 1 |
CompressInput: DevVoid Output: DevVoid |
Starts the pump to do compression or decompression PressureControl = 1 |
Pipes:
Properties:
Name | Description |
---|---|
SocketDeviceDevString | Name of the device of the GEpressCtrlPACE5000 class making the socket connection |
ChannelDevLong | Channel number (1 or 2) |
Please log in to comment.
Updated:
The device class has been updated.
You can see previous version here .
2 Feb 2019, DS Admin
Created:
The device class has been added to catalogue.