72
edits
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
== TODO == | == TODO == | ||
{| class="wikitable" | |||
|- | |||
| Use *.groundnet.xml to detect when the aircraft is near a holding point to more accurately emit "approaching-runway" signal || {{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 "Approaching short runway <runway>" advisory and/or caution when approaching short runway in air || {{Not done}} | |||
|- | |||
| Give caution of distance remaining during rejected takeoff || {{Not done}} | |||
|- | |||
| Give "Long landing" caution when aircraft has less than a specified distance/percentage remaining || {{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, |
edits