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
Is your feature request related to a problem? Please describe.
A method to make the wire scanners move. The functionality to abort scans should also be implemented. The wire scan process involves more than just moving the device:
Configure wire scan parameters using other methods (outlined in other issues)
Reserve and configure BSA/EDEF, if not already done
Initialize wire scanner device (handled by :STARTSCAN PV routine)
Move wire scanner device (handled by :STARTSCAN PV routine)
Confirm wire scanner device retracted upon completion of scan
Describe the solution you'd like
wire.startScan() and wire.abortScan() methods. Should be straightforward in that Ziyu Huang has handled most of the details in the PV :STARTSCAN (ex. WIRE:HTR:340:STARTSCAN). epics.caput(":STARTSCAN, 1) should be sufficient for steps 3-5.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A method to make the wire scanners move. The functionality to abort scans should also be implemented. The wire scan process involves more than just moving the device:
Describe the solution you'd like
wire.startScan() and wire.abortScan() methods. Should be straightforward in that Ziyu Huang has handled most of the details in the PV :STARTSCAN (ex. WIRE:HTR:340:STARTSCAN). epics.caput(":STARTSCAN, 1) should be sufficient for steps 3-5.
The text was updated successfully, but these errors were encountered: