Park Manager

Role

The Park Manager module orchestrates the complete opening and closing of the observatory: opening the dome shutter, unparking the mount, starting tracking — and in reverse order for closing. It can operate in manual mode (one-shot action) or in automatic mode driven by time and weather rules.

Park Manager module screenshot Park Manager module screenshot

Required devices

DeviceRole
DomeShutter open/close, parking
MountUnparking, tracking, go-to home, parking
Weather stationCondition monitoring for automatic mode (optional)

Parameters

Weather rules

ParameterDescription
Must be OKIf enabled, opening is refused when weather is not green. During a session, weather degradation automatically triggers the closing sequence
DisabledDisables weather monitoring (the weather station is ignored)

Time rules

These rules define the opening window in Automate mode. They are mutually exclusive.

ParameterDescription
Fixed timeFixed time window defined by a start time and an end time
Fixed time : startStart time of the fixed window
Fixed time : endEnd time of the fixed window (may be the next day — midnight rollover handled)
Dusk and dawnAutomatic window from sunset to sunrise (calculated from GPS coordinates)
AnytimePermanent opening: the module opens as soon as it enters Auto mode and stays open

Sequences

Opening sequence

  1. Weather check (if Must be OK rule is active)
  2. Open dome shutter
  3. Wait for shutter open confirmation
  4. Unpark mount
  5. Wait for unpark confirmation
  6. Start sidereal tracking
  7. Enter monitoring state (Open Monitoring)

Closing sequence

  1. Stop sidereal tracking
  2. Send mount to home position
  3. Wait for home position reached
  4. Park mount
  5. Wait for park confirmation
  6. Close dome shutter
  7. Wait for shutter closed confirmation
Closing order

The mount is always parked before closing the dome shutter. Never manually interrupt the sequence between these two steps.

Emergency stop

The Abort action simultaneously sends a stop command to the mount (TELESCOPE_ABORT_MOTION) and to the dome (DOME_ABORT_MOTION), then returns to Idle mode.

Automatic mode

In Automate mode, the module evaluates every 2 seconds whether the observatory should be open or closed according to the configured time and weather rules.

flowchart TB
    ATTENTE([Waiting]) -->|"window active & weather OK"| OD

    subgraph OUV ["Opening sequence"]
        direction LR
        OD[Open shutter] --> OW[Wait shutter open] --> UD[Unpark mount] --> UW[Wait unpark] --> TR[Start tracking]
    end

    TR --> SURV([Monitoring])
    SURV -->|"window ended or weather degraded"| ST

    subgraph FER ["Closing sequence"]
        direction LR
        ST[Stop tracking] --> GH[Go to home] --> WH[Wait home] --> PM[Park mount] --> WP[Wait park] --> CD[Close shutter]
    end

    CD --> ATTENTE
    ATTENTE -->|Abort| IDLE([Idle])
    SURV -->|Abort| IDLE
SituationAction
Window open + observatory closedLaunch opening sequence
Window closed + observatory openLaunch closing sequence
Weather degraded during sessionLaunch closing sequence
End of sequenceReturn to waiting — Auto mode is preserved
Auto mode persistence

After an opening or closing sequence, the module remains in Auto mode and continues monitoring conditions. There is no need to re-enable it manually.

Actions

ActionDescription
Open allLaunch the complete opening sequence
Close allLaunch the complete closing sequence
AutomateEnable automatic mode driven by configured rules
Abort motionEmergency stop of all motions
IdleReturn to inactive mode without any action

Displayed values

Mount

ValueDescription
Mount RACurrent right ascension
Mount DECCurrent declination
Mount is trackingSidereal tracking active
Mount is parkedMount in parked position
Mount is at homeMount at home position

Dome

ValueDescription
Dome is parkedDome in parked position
Dome shutter is closedShutter closed

Weather & events

ValueDescription
GlobalOverall weather status (green / orange / red)
Next sunsetTime of next sunset
Next sunriseTime of next sunrise