Skip to content

AlexisBalzano/NeoRadarVSID

Repository files navigation

NeoRadarVSID

vSID adaptation for NeoRadar ATC Client

RWY, SID & CFL determination and colouring

VSIDillustrationImage

Ground Alerts

image

Request Menu

image

Installation

  • Download the latest release from the [Releases] according to your platform (Windows, Linux, MacOS).
  • Extract the contents of the zip file to your NeoRadar plugins directory (./Documents/NeoRadar).
  • Either:
    • replace your list.yaml (./Documents/NeoRadar/package/'yourpackage'/system/list.yaml) file with the one provided in the release
    • add the following line to your NeoRadar list.yaml departure list config file :
    - name: req
      width: 30
      tagItem:
        itemName: plugin:NeoVSID:TAG_REQUEST
        leftClick: plugin:NeoVSID:ACTION_requestMenu
    - name: vrwy
      width: 30
      tagItem:
        itemName: plugin:NeoVSID:TAG_RWY
        leftClick: plugin:NeoVSID:ACTION_confirmRWY
        rightClick: sidMenu
    - name: vsid
      width: 80
      tagItem:
        itemName: plugin:NeoVSID:TAG_SID
        leftClick: plugin:NeoVSID:ACTION_confirmSID
        rightClick: sidMenu
    - name: vcfl
      width: 40
      tagItem:
        itemName: plugin:NeoVSID:TAG_CFL
        leftClick: plugin:NeoVSID:ACTION_confirmCFL
        rightClick: cfl
  • delete theses line to avoid conflict with the NeoRadarVSID plugin (if not replacing with the provided file):
    - name: rwy
      width: 30
      tagItem:
        itemName: text
        value:
          - =suggestedDepRunwayIfNoAssigned
          - |
            &depRunway
        color:
          - =suggestedDepRunwayColor
          - =blueDepRunway
        leftClick: sidMenu
        placeholder: "---"
    - name: sid
      width: 80
      tagItem:
        itemName: text
        value:
          - =suggestedSidIfNoAssigned
          - |
            &sid
        color:
          - =suggestedSidColor
          - =blueAssignedSid
        leftClick: sidMenu
        placeholder: "----"
    - name: cfl
      width: 40
      tagItem:
        itemName: clearedFlightLevel
        placeholder: "---"
        padWithZeroLeft: 5
        truncate: [0, 3]
        leftClick: cfl

Usage

  • Start NeoRadar and assign runways.
    At most, vSID will assign SID & CFL every 5 seconds.
  • Informations first appear white when unconfirmed (ie: not printed in the FP/TAG).
  • Right clicking on SID and CFL open their respective menu to confirm them.
    They will turn green when confirmed.
  • If another value is assigned to the SID or CFL, they will turn orange while displaying the new assigned value to indicate deviation from config.

Commands

  • .vsid help : display all available commands.
  • .vsid version : display the current version of the plugin.
  • .vsid reset : reset all plugin configurations.
  • .vsid airports : display all currently active airports
  • .vsid toggle : toggle tag update every 5 seconds.
  • .vsid pilots : display all currently active pilots.
  • .vsid rules : display all currently loaded rules and their active state.
  • .vsid areas : display all currently loaded areas and their active state.
  • .vsid rule <ICAO> <RULENAME> : toggle rule for the given ICAO and rule name.
  • .vsid area <ICAO> <AREANAME> : toggle area for the given ICAO and area name.
  • .vsid update <SECONDS> : change the automatic update interval (default is 5 seconds, minimum is 1 seconds).
  • .vsid distance <NM> : change the maximum distance to airport for a pilot to be considered (default is 4 NM, minimum is 1 NM).
  • .vsid altitude <FEET> : change the maximum altitude to display Alert for a pilot (default is 5000 feet, minimum is 1000 feet).
  • .vsid position <CALLSIGN> <AREANAME> (debug command) : to check pilot position and if in area.
  • .vsid remove <CALLSIGN> (debug command) : remove pilot from the plugin (it will be readded on next plugin update if required criterias are met, used to remove stuck aircraft).

About

vSID adaptation for NeoRadar ATC Client

Resources

Stars

Watchers

Forks

Packages

No packages published