406
edits
 (first stage of a complete revision)  | 
				 (added autopilot features and more screenshots)  | 
				||
| Line 10: | Line 10: | ||
[[File:HUD_default_overview.png|thumb|  | [[File:HUD_default_overview.png|thumb|420px|Huds/default.xml]]  | ||
[[File:HUD_minimal_overview.png|thumb|420px|Huds/minimal.xml]]  | |||
[[File:HUD_NTPS_overview.png|thumb|420px|Huds/NPTS.xml]]  | |||
== Features ==  | == Features ==  | ||
=== Control inputs ===  | === Control inputs ===  | ||
| Line 63: | Line 65: | ||
: [[Avionics and Instruments#Turn Coordinator|Turn Coordinator]]  | : [[Avionics and Instruments#Turn Coordinator|Turn Coordinator]]  | ||
: Properties: <code>/orientation/roll-deg</code> and <code>/orientation/side-slip-deg</code>  | : Properties: <code>/orientation/roll-deg</code> and <code>/orientation/side-slip-deg</code>  | ||
[[File:HUD_default_autopilot.jpg|thumb|420px|HUD autopilot]]  | |||
=== Autopilot ===  | |||
If the autopilot is active the HUD displays its settings. For each active function (heading, altitude and speed) a box will appear below the gyrocompass containing information on its mode and, if existent, the associated value.  | |||
; Heading control  | |||
: Whether it is active or not and on which mode it operates is determined by the content of the  <code>/autopilot/locks/heading</code> property.  | |||
: The values are taken from <code>/autopilot/settings/heading-bug-deg</code> and <code>/autopilot/settings/true-heading-deg</code>.  | |||
; Altitude control  | |||
: Active mode:	<code>/autopilot/locks/altitude</code>  | |||
: Their values: <code>/autopilot/settings/target-altitude-ft</code>, <code>/autopilot/settings/vertical-speed-fpm</code> and <code>/autopilot/settings/target-agl-ft</code>.  | |||
; Speed control  | |||
: Active mode: <code>/autopilot/locks/speed</code>  | |||
: Their values: <code>/autopilot/settings/target-speed-kt</code> and <code>/autopilot/settings/target-speed-mach</code>  | |||
edits