2,220
edits
No edit summary |
|||
| Line 208: | Line 208: | ||
* '''hdg''': Adjusts the Target Heading in Degrees (1 - 360, or 0 - 359). DOUBLE | * '''hdg''': Adjusts the Target Heading in Degrees (1 - 360, or 0 - 359). DOUBLE | ||
* '''alt''': Adjusts the Target Altitude in Feet (0 - 60000). DOUBLE (Note: IT-AUTOFLIGHT can fly higher than 60,000 feet, but it is not recommended.) | * '''alt''': Adjusts the Target Altitude in Feet (0 - 60000). DOUBLE (Note: IT-AUTOFLIGHT can fly higher than 60,000 feet, but it is not recommended.) | ||
* '''vs''': Adjusts the Target Vertical Speed in Feet Per Minute (-6000 - | * '''vs''': Adjusts the Target Vertical Speed in Feet Per Minute (-6000 - 8000). DOUBLE (Note: IT-AUTOFLIGHT can use higher/lower FPM, but it is not recommended.) | ||
* '''fpa''': Adjusts the Target Flight Path Angle in Degrees (-20.9 - 20.9). FLOAT (Note: IT-AUTOFLIGHT can use higher/lower FPA, but it is not recommended.) | * '''fpa''': Adjusts the Target Flight Path Angle in Degrees (-20.9 - 20.9). FLOAT (Note: IT-AUTOFLIGHT can use higher/lower FPA, but it is not recommended.) | ||
* '''lat''': Changes the roll mode to HDG SEL (0), LNAV (1), VOR/LOC (2), or HDG HLD (3). INT (Note: Mode 4 and Mode 5 exist, but you should not set this value to 4, or 5. Doing so may cause unexpected functionality.) | * '''lat''': Changes the roll mode to HDG SEL (0), LNAV (1), VOR/LOC (2), or HDG HLD (3). INT (Note: Mode 4 and Mode 5 exist, but you should not set this value to 4, or 5. Doing so may cause unexpected functionality.) | ||
| Line 225: | Line 225: | ||
</syntaxhighlight> | </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. | ||
==== Outputs: /it-autoflight/output ==== | ==== Outputs: /it-autoflight/output ==== | ||
edits