Development status:
Released,
Release: Release_2_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/GEpressCtrlPACE5000
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:
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 |
GetIDNInput: DevVoid Output: DevString |
Returns the identification string from the device as a string |
GetMACInput: DevVoid Output: DevString |
Returns the MAC address from the device as a string |
GetErrorStateInput: DevVoid Output: DevString |
Returns the error message from the instrument |
ClearErrorStateInput: DevVoid Output: DevVoid |
Clears the error state for the instrument. This is done by getting the GetErrorState – 5x times to clear the inner error message buffer |
MakeHWTestInput: DevVoid Output: DevLong 1-> OK, 0-> Fail |
Performs a hardware test for the instrument. If the result is positive – device goes to the ON state, else, the device goes to the ALARM state and disallow any SCPI command to go through. |
WriteSocketInput: DevString Output: DevVoid |
Write command to socket |
WriteReadSocketInput: DevString Command to send Output: DevString Answer from socket |
Send command and returnd the answer |
Pipes:
Properties:
Name | Description |
---|---|
IPAdressDevString | IP Adress |
PortNbDevLong | Port Number |
Please log in to comment.