Skip to content

rpuig2001/InitialCimbPlugin

Repository files navigation

Initial Climb plugin

InitialClimbPlugin is an Euroscope plugin that allows us to see the initial climb depending on the airport, runway and departure.

How to use:

  • Load up the plugin.
  • Add Tag Item type & function to Departure List.
  • Edit 'initialClimb.xml' config file located in the InitialClimbPlugin folder. image

Define configurations

  • Add icao (ex. apt icao="LEAL").
  • Runway for defined airport (ex. runway name="10").
  • Complete SID name (ex. sid name="BAVER3A") or first fix (ex. sid name="BAVER").
  • Define altitude for specified sid or fix (ex. alt>040</alt).

Examples can be found in the given initialClimb.xml file.

Functions:

  • If you click the initial Climb, it will automatically set the Cleared Flight Level (CFL) to the Initial Climb Altitude.
  • #f03c15 RED Altitude: Cleared Flight Level (CFL) is NOT the same as the Initial Climb.
  • #78f518 GREEN Altitude: Cleared Flight Level (CFL) is the same as the Initial Climb.
  • #5b6157 GREY DASH (-): No data from the xml config file.