CaltechOpticalObservatories / NGPS

NGPS Software
2 stars 0 forks source link

Sequencer unknown state after shutdown #53

Closed astronomerdave closed 3 weeks ago

astronomerdave commented 4 weeks ago

When the sequencer daemon is first run, before being initialized its state is OFFLINE. After a successful STARTUP command the state is READY. After a SHUTDOWN command the state is being reported as (none). Since this state is unknown, it seems that the sequencer cannot be started again because it requires being in the OFFLINE state in order to issue STARTUP.

astronomerdave commented 3 weeks ago

Fixed bugs in Sequencer::Sequence::startup() and ::shutdown(). See commit efa5ce1512656fab575872a7c3340a95cf95f55d (HEAD -> master) Author: David Hale dhale@caltech.edu Date: Fri Jun 7 12:20:56 2024 -0700