Runway Awareness and Advisory System: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
== TODO ==
== TODO ==


* Use *.groundnet.xml to detect when the aircraft is near a holding point to more accurately emit "approaching-runway" signal {{Not done}}
{| class="wikitable"
 
|-
* Give an advisory of which runway the aircraft is lined up with when the aircraft is airborne and approaching a runway {{Not done}}
| Use *.groundnet.xml to detect when the aircraft is near a holding point to more accurately emit "approaching-runway" signal || {{Not done}}
 
|-
* Give "Approaching short runway <runway>" advisory and/or caution when approaching short runway in air {{Not done}}
| Give an advisory of which runway the aircraft is lined up with when the aircraft is airborne and approaching a runway || {{Not done}}
 
|-
* Give caution of distance remaining during rejected takeoff {{Not done}}
| Give "Approaching short runway <runway>" advisory and/or caution when approaching short runway in air || {{Not done}}
 
|-
* Give "Long landing" caution when aircraft has less than a specified distance/percentage remaining {{Not done}}
| Give caution of distance remaining during rejected takeoff || {{Not done}}
 
|-
* Allow aircraft developers to program whether between feet/meter should be used for distance remaining advisory {{Progressbar|100}}
| Give "Long landing" caution when aircraft has less than a specified distance/percentage remaining || {{Not done}}
 
|-
* Allow distance from center to nose to be specified for a more accurate remaining distance {{Not done}}
| Allow aircraft developers to program whether between feet/meter should be used for distance remaining advisory || {{Progressbar|100}}
|-
| Allow distance from center to nose to be specified for a more accurate remaining distance || {{Progressbar|100}}
|}


== Signals ==
== Signals ==
Line 160: Line 163:


var landing_config = { parents: [runway.LandingRunwayAnnounceConfig] };
var landing_config = { parents: [runway.LandingRunwayAnnounceConfig] };
landing_config.distance_center_nose_m = 30;


# You can modify this setting from a GUI during runtime
# You can modify this setting from a GUI during runtime
Line 278: Line 282:
distances_unit: "meter",
distances_unit: "meter",
# The unit to use for the remaining distance. Can be "meter" or "feet"
# The unit to use for the remaining distance. Can be "meter" or "feet"
distance_center_nose_m: 0,
# Distance from the center to the nose in meters


diff_runway_heading_deg: 15,
diff_runway_heading_deg: 15,
72

edits