You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to determine using DB logic if the motors are active or not to then create an LED to display this in the OPI device screen.
Functionality to determine if motors are active or not is not clearly documented in the manual and relies on information collected as part of #6763
Acceptance Criteria
If device motors are active, an LED displays this in the OPI device screen
Extra Information
Why it is needed?
To determine if the Motors are active.
This could be useful for debugging purposes should the controller behave as desired.
The functionality is already present in the LabView VI and so it is likely that both PEARL and WISH will want this functionality carried over to the IBEX GUI device screen.
PEARL Pressure Controller Emulator: C:\Instrument\Apps\EPICS\support\PearlPressureController\master
PEARL Pressure Controller IOC: C:\Instrument\Apps\EPICS\ioc\master\PEARLPC
PEARL Pressure Controller OPI: C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.opis\resources
The text was updated successfully, but these errors were encountered:
JackEAllen
changed the title
PEARL Pressure COntroller: Detect if Motors are Active
PEARL Pressure Controller: Detect if Motors are Active
Sep 15, 2021
JackEAllen
changed the title
PEARL Pressure Controller: Detect if Motors are Active
PEARL Pressure Controller: Detect If Motors are Active
Sep 15, 2021
Detail on the LabVIEW implementation (part of #6763):
The proto file for the st command covers this, the part of that string related to the motors being active is the 5th section and is true if that part of the returned value from status is not equal to 0 (so $1.E as I read the protocol file)
As a: developer
I would like to determine using DB logic if the motors are active or not to then create an LED to display this in the OPI device screen.
Functionality to determine if motors are active or not is not clearly documented in the manual and relies on information collected as part of #6763
Acceptance Criteria
Extra Information
Why it is needed?
Where required files/links are
\\isis\shares\ISIS_Experiment_Controls\Manuals\PEARL Pressure Controller\PEARL handbook_v3_5.docx
C:\LabVIEW Modules\Instruments\PEARL\PEARL Pressure Cell Controller
C:\Instrument\Apps\EPICS\support\PearlPressureController\master
C:\Instrument\Apps\EPICS\ioc\master\PEARLPC
C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.opis\resources
The text was updated successfully, but these errors were encountered: