IT Autoflight: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 148: Line 148:


==== settings ====
==== settings ====
* '''default-bank-limit''': Adjust the default bank limit. (15 - 30)
* '''auto-bank-max-deg''': Adjust the maximum bank limit for the auto bank limit system. (15 - 30)
* '''land-enable''': Disable (0) or Enable (1) the Autoland System.
* '''land-enable''': Disable (0) or Enable (1) the Autoland System.
* '''land-flap''': This defines the landing flap for the aircraft. If the flaps are set to less than this, Autoland will not work. (0 - 1)
* '''land-flap''': This defines the landing flap for the aircraft. If the flaps are set to less than this, Autoland will not work. (0 - 1)
Line 200: Line 200:
* '''lat-arm''': Set by IT-AUTOFLIGHT Logic. Do not adjust this property. Use the property "lat" instead, and this property will only be set if the roll mode needs to be armed, and not set active.  
* '''lat-arm''': Set by IT-AUTOFLIGHT Logic. Do not adjust this property. Use the property "lat" instead, and this property will only be set if the roll mode needs to be armed, and not set active.  
* '''vert''': Changes the pitch mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5), or VNAV (8). INT (Note: Mode 3, Mode 6, and Mode 7 exist, but you should not set this value to 3, 6, or 7. Doing so may cause unexpected functionality.)
* '''vert''': Changes the pitch mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5), or VNAV (8). INT (Note: Mode 3, Mode 6, and Mode 7 exist, but you should not set this value to 3, 6, or 7. Doing so may cause unexpected functionality.)
* '''bank-limit''': Adjusts the Target Bank Limit for HDG mode only. (5 - 30) (Note: LNAV and VOR/LOC use automatic bank limits.) When implemented, the auto button will enable automatic bank limit. For now, use this binding/command:
* '''bank-limit-sw''': Adjust the bank limit mode to AUTO (0), 5 Degrees (1), 10 Degrees (2), 15 Degrees (3), 20 Degrees (4), 25 Degrees (5), 30 Degrees (6). INT
<syntaxhighlight lang="xml">
<binding>
    <command>nasal</command>
    <script>
    var dbl = getprop("/it-autoflight/settings/default-bank-limit");
    setprop("/it-autoflight/input/bank-limit", dbl);
    </script>
</binding>
</syntaxhighlight>
* '''trk''': Switches between Magentic Heading (0) and True Heading (1). BOOL
* '''trk''': Switches between Magentic Heading (0) and True Heading (1). BOOL
* '''toga''': Engage Takeoff or Go Around Mode (1). BOOL (Note: Do not change this value back to (0). The IT-AUTOFLIGHT Logic will do this automatically when necessary.
* '''toga''': Engage Takeoff or Go Around Mode (1). BOOL (Note: Do not change this value back to (0). The IT-AUTOFLIGHT Logic will do this automatically when necessary.
2,205

edits

Navigation menu