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
If synchronized acquisition fails, the timeout is long and the user is not given much indication that it has failed other than a Cancel button.
The "Cancel" button is not necessarily a confirmation that it failed, but that it's attempting to run the acquisition.
And finally, if these conditions occur, the user should be clearly notified of the issue.
Just to clarify, I would expect an Acquisition to notify the user even if it doesn't fulfil all the aforementioned criteria (i.e: the error triggered is different)
Aditionally:
The Cancel button should be responsive and cancel an acquisition as soon as possible.
Also I would add that on testing this fix, it should be tested in different types of Acquisition, not only Scan Synchronised.
If synchronized acquisition fails, the timeout is long and the user is not given much indication that it has failed other than a Cancel button.
Ideally, the scan should throw an exception if it fails to start scanning within a reasonable amount of time.
Additionally, the overall timeout should be estimated more accurately.
And finally, if these conditions occur, the user should be clearly notified of the issue.
The text was updated successfully, but these errors were encountered: