Code Monkey home page Code Monkey logo

es-departure-list-sequencing-plugin-for-euroscope's Introduction

Departure-List-Sequencing-PlugIn-for-EuroScope

Help arranging sequences of DEL, GND and TWR in EuroScope.

Features

This plugin can manage sequences during 3 phases of ground activities: delivery, push & taxi, take-off. In order to help identify the status of a flight and sort with the departure list, respectively they are named CLRN, PUSH, TKOF. Each status includes 2 sub-status, which is clrd for cleared and stby for stand-by. These two status can be distinguished not only by the number of the sequence at the rear of the string but also the color of the text itself (needs customization, by default the color are the same with other items in the list). For clrd it shows ___ (e.g. TKOF___), while for stby it shows the number of its sequences (e.g. CLRN_08). The plugin accepts a maximum of 99 flights for each phases which I believe is enough for most circumstances. To prevent possible confusion when a flight reconnects to VATSIM, this plugin will automatically remember the sequence at the moment they disconnect and insert them to where they shoud be after reconnecting. Various configurations including color modifications can be made manually and be saved into ES config files through the command line methods below, providing flexiblity for users with different demands.

How to use it

  1. Download the .dll file in Release folder and load the plugin into Euroscope.
  2. Modify departure list. Add the tag type called Ground Sequence and add GND SEQ Popup List to the mouse button function.
  3. To start sequecing a flight, just open the popup list and click. On each state the plugin will give respective actions to choose. Notice:
    • If a flight is not yet in the sequence, nothing will show up in its tag.
    • Sequence number may be inconsistent due to disconnections or aircrafts getting airbourne. It will correct itself within seconds (this refresh interval is customizable, 5 by default).
    • If the ground speed of a flight is higher than 80 knots, the flight will be deleted from sequences. This GS limit is also customizable.
  4. Use command lines illustrated below to modify the plugin. When exiting ES, it will prompt you to save these settings or not.

Auto-Synchronization Functionality

  1. This function is based on the controller assigned data. The plugin writes and reads assigned data to synchronize. This also means it may make the tag somehow abnormal. So the data to assign can be selected with 3 methods. Besides, due to the format the plugin uses to store sequences, it's only possible to synchronize flight plan status instead of the sequence given by a controller.
  2. Use the command lines below to configure an automatic synchronization. SPEED, MACH, RATE refers to assign speed, assignd mach, assign vertical speed. It's suggested to fully configure this plugin before connecting, because there may be a bug where not all sequences are syncrhonized among controllers.
  3. If one controller is getting the status from another the tag item will show:
    • CLRN_??, PUSH_??, TKOF_??, when it's on a stby status.
    • CLRN__x, PUSH__x, TKOF__x, when it's on a clrd status.
  4. There are other features and bugs I don't have time to thoroughly explain here :)

Command lines

All command lines should begin with .dls (followed by a space). Options and parameters as follows.

Command Function
remove all Removes all sequences, including both online and offline flights.
If you start a new session else where without exitting ES, this command is recommended to clean up all records.
remove offline Removes all offline flights.
color standby rrr,ggg,bbb Sets standby tag color. r,g,b are integers between 0 and 255. If the format doesn't match, it deletes the color.
color cleared rrr,ggg,bbb Sets cleared tag color. r,g,b are integers between 0 and 255. If the format doesn't match, it deletes the color.
color reset Deletes all color customizations.
interval x Sets refresh interval to x seconds.
interval reset Resets refresh interval to default (5 seconds).
speed x Sets maximum speed to x(x>30) knots.
If an aircraft's ground speed is high than x, it will be removed automatically from the sequence.
speed reset Reset maximum speed to default (80 knots).
sync speed/mach/rate/off Sets the corresponding method of synchronization.

es-departure-list-sequencing-plugin-for-euroscope's People

Contributors

kingfuchan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.