Gameagle / vSID

vSID is a small plugin for Euroscope which helps / automates in setting SIDs in flightplans
GNU General Public License v3.0
0 stars 1 forks source link

Automode CTR / APP #89

Closed Phil7789 closed 6 months ago

Phil7789 commented 8 months ago

For CTR (and APP) auto turn off auto mode, it is required to define which sector covers which airport in which order. That should be an optional definition for the Settings. Therefor the Sector SIs are required instead the logon. This is required as APP sectors can cover multiple airports and CTR sectors have no airport specific login.

The order defines the priority (lowest to highest).

Example airport Dortmund (EDLW):

"approachSI": "PADL, HMM, PADH, EDGG",

If PADH (EDGG_PAH_CTR) runs EDLW in auto mode and HMM (EDDG_APP) comes online, auto mode should turn off.

If nothing is defined per airport and an APP comes online, it will work like for DEL - TWR.

Originally posted by @Phil061995 in https://github.com/Gameagle/vSID/issues/83#issuecomment-1876038915