Stale acu position data in hwp supervisor during check_acu_ok_for_spinup()
#799
Labels
agent: hwp supervisor
bug
Something isn't working
needs triage
Cause of bug still unknown, needs investigation.
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.
hwp spin up was called right after the telescope has moved from 40 to 48, and the hwp_supervisor checked the acu position that was updated slightly before, and it was lower than 48.
One of the solutions is to just add a time buffer in the schedule.
Originally posted by @ykyohei in #788 (comment)
As discussed in that original thread, it seems most likely the HWP supervisor has an outdated cache of the ACU elevation. Can we force a
hwp_state.acu.update()
at the start ofcheck_acu_ok_for_spinup()
?The text was updated successfully, but these errors were encountered: