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 #83

Closed Phil7789 closed 8 months ago

Phil7789 commented 8 months ago

Implement automatic SID setting if activated

Phil061995 commented 8 months ago

.vsid auto Activates auto mode for all active airports where no lower Station (DEL - APP) is online. If not all airports are in auto mode and the commamd is used (again), the remaining airports get into the auto mode.

.vsid auto icao / .vsid auto icao icao ... Activates auto mode for mentioned airports only (that need to be active prior command- warning otherwise). Overrules the automatic deactivation of the airport (with warning) if an active lower station is online. If no lower station was online while activated, the mode will be deactivated if a lower station comes online.

.vsid auto off Deactivates auto mode for all active airports. Deactivating an airport will turn the auto mode off.

.vsid auto off icao / .vsid auto off icao icao ... Deactivates auto mode for mentioned airports.

.vsid auto check Prints a list of the last 10 outbounds that got a SID assigned in an auto mode (Callsign - SID - SI). Therefore with an active auto mode the plugin should paste "vsid_ownSI" into the Euroscope Remarks and delete it ("Topsky data transfer method"). All plugins will read it and have an internal list of the last auto assignments.

This feature could be used to detect who has the auto mode active in case of problems or multiple active auto modes.

Phil061995 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.

Phil061995 commented 8 months ago

As DEL - TWR auto mode should only work at one active airport.

Phil7789 commented 8 months ago

Manage .vsid auto and .vsid auto off and

As DEL - TWR auto mode should only work at one active airport.

here