-
Notifications
You must be signed in to change notification settings - Fork 13
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
Strict ACU elevation check in HWP supervisor restricts normal operation #788
Comments
Related to this issue, satp3 had similar problem on Nov 29th 2024, by following schedule https://site.simonsobs.org/satp3/nextline/db/runs/2202
In this case, I think the safety was triggered due to the time lag of acu monitoring. |
I would have expected motion to have completed by the time
From that run error log:
This occurred at @mhasself, am I correct that the ACU agent's |
The ACU agent blocks. I believe the problem was that the HWPSupervisor polls for the positions from the ACU agent, every so often, and that cache can be a little bit stale. |
Yeah, that makes sense, thanks. New issue to track this created: #799. |
During normal operations the ACU encoder readout will sometimes be past the min/max elevation by a tiny amount. This can limit a typical scan. For example:
This has been encountered on satp2 and satp3. satp3 chose to loosen the limits in the configs by 1/10th of a degree. I think we should just set some acceptable tolerance on this check in the agent.
The text was updated successfully, but these errors were encountered: