-
Notifications
You must be signed in to change notification settings - Fork 6
Commands
.vsid sync
All open requests, ground states and the clearance received flags are synchronized between all controllers.
.vsid
Help text. Prints out available commands.
.vsid lvp [icao]
Prints out LVP setting for every active airport. [icao] toggles LVP for this airport.
.vsid time/night [icao]
Prints out time setting for every active airport. [icao] toggles time for this airport. Determines if SIDs with a given time frame is considered.
.vsid rule [icao] [rulename]
- prints out every rule setting for every airport
- [icao] prints out every rule setting for this airport
- [icao] [rulename] toggles the specified rule for this airport
.vsid auto
Toggles auto mode for all active airports.
.vsid auto [icao]
Activate the auto mode for the specified airport only in the "forced mode". This enables to activate the auto mode even if a lower station is online that would deactivate the own auto mode.
.vsid auto status
Shows where auto mode is active (it might be disabled due to lower controllers online)
.vsid auto off
Shuts down auto mode for all active airports
.vsid area [icao] [areaname]
Activates the specific area at an airport.
If you're interested in debug messages via the console the following command can be used.
.vsid debug
Activates ALL debug messages and opens/closes the debugging console. Caution: console has to be closed via the command, do not use the "X" as this will also close Euroscope!
.vsid debug all | sid | rwy | atc | conf | req | menu
Opens the debugging console if not already open and switches to the specified debugging "area".
sid: Messages for sid evaluation
rwy: Messages on why a rwy is marked as set by ATC in the rwy tagItem
atc: Messages on atc updates and if a controller is ignored, set for an active airport or skipped (observer, invalid freq. etc.)
conf: Messages during config loading and evaluation
req: Messages regarding request handling
menu: Messages regarding management of menus (creation, opening, closing)
.vsid req [icao] (reset) (queue)
Prints requests to the chat area. [icao] is a mandatory parameter as requests are only listed for specified airports. (reset) and (queue) are both optional parameters. If only (reset) is used all request lists are cleared. If (reset) is used with (queue) only this queue is cleared (available queues: clearance, startup, rwy startup, pushback, taxi, departure, vfr).
Example: .vsid req eddf reset startup (uses all possible parameters - would clear all startup requests in EDDF)
To reload an airport config open the runway setup dialog and close it with "ok".
.vsid reload
Reloads the vsid main config.
.vsid display config
Shows current values needed for dynamic label positioning in the main config (Zoom-Level and radar screen diagonal in pixels)