-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout on reading from ophyd_async if not read from ophyd first #791
Comments
I suspect this may be because |
Could only be on old versions of ophyd/ophyd_async:
|
I saw a similar issue a few months ago when using both |
Does this branch fix the issue: https://github.com/DiamondLightSource/aioca/tree/contexts? |
Great, that fixed it, thank you! Are we able to get it into a release soon? Or will we have to live with reading a dummy |
I just have to work out how to write a test for the change... then I can make a release. Maybe a couple of weeks? |
Ok, we will keep the dummy PV for now then. This issue will be for adding the read in on main and spin off a new issue to remove when aioca is released |
Waiting on DiamondLightSource/aioca#51 to be merged |
Merged and released as aioca 1.8. (Thanks @AlexanderWells-diamond!) |
Now waiting on bluesky/ophyd-async#600 to be merged |
During beamline testing it was found that the following script timed out reading from
current_pin
:However, if the
current_det_z
lines were uncommented it would no longer timeout and was happy to continue. The timeout error was:Acceptance Criteria
ophyd
device firstThe text was updated successfully, but these errors were encountered: