Running The Sequence - ac4lt/autonomous-nina-sequence GitHub Wiki

The sequence is run like any other sequence in NINA. The only requirements are to have the two global constants (THIS_OBSERVATORY and RUN_CONTINUOUSLY) set as well as set up any observatory-specific parts of the sequence added. Click the "run" button and the sequence will begin.

The first part of the sequence initializes all the variables and connects to the Switch, Observing Conditions and Safety Monitor drivers. It then turns control over to the "loop forever(ish)" container. The "ish" on the end of "forever" is because the container will exit if RUN_CONTINUOUSLY is set to 0 or if Target Scheduler runs out of active targets.