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
As a beam-position monitor, the TetrAMM should be operated in continuous mode. The trigger mode should make sure the detector ACQUIRE button is pressed and then set its status object to DONE. This will allow a subsequent .read() to return the current values.
The default .stage_sigs sets acquire to Done and the mode to Single. Change this to do none of these: .stage_sigs = {}
We found this today while running bp.rel_scan([tetramm] ...) at XPCS. The scans were getting stuck because the tetramm trigger status object never finished.
The text was updated successfully, but these errors were encountered:
As a beam-position monitor, the TetrAMM should be operated in continuous mode. The trigger mode should make sure the detector ACQUIRE button is pressed and then set its status object to DONE. This will allow a subsequent
.read()
to return the current values.The default
.stage_sigs
sets acquire to Done and the mode to Single. Change this to do none of these:.stage_sigs = {}
We found this today while running
bp.rel_scan([tetramm] ...)
at XPCS. The scans were getting stuck because the tetramm trigger status object never finished.The text was updated successfully, but these errors were encountered: