2,205
edits
| Line 247: | Line 247: | ||
==== Input: /it-autoflight/input ==== | ==== Input: /it-autoflight/input ==== | ||
* '''alt''': Adjusts the Target Altitude in feet (0 - 50000). INT (Note: IT Autoflight can fly higher than 50,000 feet) | * '''alt''': Adjusts the Target Altitude in feet (0 - 50000). INT. (Note: IT Autoflight can fly higher than 50,000 feet.) | ||
* '''ap1''': Switches the Autopilot 1 Off (0) and On (1). BOOL | * '''ap1''': Switches the Autopilot 1 Off (0) and On (1). BOOL. | ||
* '''ap1-avail''': Sets whether the Autopilot 1 is Unavailable (0) or Available (1). BOOL | * '''ap1-avail''': Sets whether the Autopilot 1 is Unavailable (0) or Available (1). BOOL. | ||
* '''ap2''': Switches the Autopilot 2 Off (0) and On (1). BOOL | * '''ap2''': Switches the Autopilot 2 Off (0) and On (1). BOOL. | ||
* '''ap2-avail''': Sets whether the Autopilot 2 is Unavailable (0) or Available (1). BOOL | * '''ap2-avail''': Sets whether the Autopilot 2 is Unavailable (0) or Available (1). BOOL. | ||
* '''ap3''': Switches the Autopilot 3 Off (0) and On (1). BOOL | * '''ap3''': Switches the Autopilot 3 Off (0) and On (1). BOOL. | ||
* '''ap3-avail''': Sets whether the Autopilot 3 is Unavailable (0) or Available (1). BOOL | * '''ap3-avail''': Sets whether the Autopilot 3 is Unavailable (0) or Available (1). BOOL. | ||
* '''athr''': Switches the Autothrottle Off (0) and On (1). BOOL | * '''athr''': Switches the Autothrottle Off (0) and On (1). BOOL. | ||
* '''athr-avail''': Sets whether the Autothrottle is Unavailable (0) or Available (1). BOOL | * '''athr-avail''': Sets whether the Autothrottle is Unavailable (0) or Available (1). BOOL. | ||
* '''athr-servo-clamp''': Clamps (1) or Unclamps (0) the Autothrottle servos, also known as THR HOLD. BOOL | * '''athr-servo-clamp''': Clamps (1) or Unclamps (0) the Autothrottle servos, also known as THR HOLD. BOOL. | ||
* '''bank-limit-sw''': Adjust the bank limit mode: AUTO (0), 5 degrees (1), 10 degrees (2), 15 degrees (3), 20 degrees (4), 25 degrees (5), 30 degrees (6), 35 degrees (7). INT | * '''bank-limit-sw''': Adjust the bank limit mode: AUTO (0), 5 degrees (1), 10 degrees (2), 15 degrees (3), 20 degrees (4), 25 degrees (5), 30 degrees (6), 35 degrees (7). INT. | ||
* '''fd1''': Switches the Flight Director 1 Off (0) and On (1). BOOL | * '''fd1''': Switches the Flight Director 1 Off (0) and On (1). BOOL. | ||
* '''fd2''': Switches the Flight Director 2 Off (0) and On (1). BOOL | * '''fd2''': Switches the Flight Director 2 Off (0) and On (1). BOOL. | ||
* '''fpa''': Adjusts the Target Flight Path Angle in degrees (-9.9 - 9.9). DOUBLE (Note: IT Autoflight can use higher/lower FPA) | * '''fpa''': Adjusts the Target Flight Path Angle in degrees (-9.9 - 9.9). DOUBLE. (Note: IT Autoflight can use higher/lower FPA.) | ||
* '''fpa-abs''': Automatically set by IT Autoflight. Absolute value of the '''fpa''' input, used for fixing problems when animating cockpit controls. DOUBLE | * '''fpa-abs''': Automatically set by IT Autoflight. Absolute value of the '''fpa''' input, used for fixing problems when animating cockpit controls. DOUBLE. | ||
* '''hdg''': Adjusts the Target Heading in degrees (1 - 360, or 0 - 359). INT | * '''hdg''': Adjusts the Target Heading in degrees (1 - 360, or 0 - 359). INT. | ||
* '''inhibit-alt-cap''': Allow (0) or disallow (1) altitude capture when in V/S or FPA | * '''inhibit-alt-cap''': Allow (0) or disallow (1) altitude capture when in V/S or FPA modes. BOOL, V4.1.0 only. | ||
* '''kts''': Adjusts the Target Airspeed in Knots (100 - 350 by default). INT (Note: IT Autoflight can use higher/lower airspeed) | * '''kts''': Adjusts the Target Airspeed in Knots (100 - 350 by default). INT. (Note: IT Autoflight can use higher/lower airspeed.) | ||
* '''kts-mach''': Switches between Speed (0) and Mach mode (1). BOOL | * '''kts-mach''': Switches between Speed (0) and Mach mode (1). BOOL. | ||
* '''lat''': Changes the lateral mode to HDG SEL (0), LNAV (1), VOR/LOC (2), HDG HLD (3), ROLL (6), Blank (9). INT (Note: Mode 4 and 5 exist, but only engaged by the controller automatically, do not set to these values) | * '''lat''': Changes the lateral mode to HDG SEL (0), LNAV (1), VOR/LOC (2), HDG HLD (3), ROLL (6), Blank (9). INT. (Note: Mode 4 and 5 exist, but only engaged by the controller automatically, do not set to these values.) | ||
* '''mach''': Adjusts the Target Mach (0.5 - 0.9 by default). DOUBLE (Note: IT Autoflight can use higher/lower mach) | * '''mach''': Adjusts the Target Mach (0.5 - 0.9 by default). DOUBLE. (Note: IT Autoflight can use higher/lower mach.) | ||
* '''mach-x1000''': Automatically set by IT Autoflight. Value of '''mach''' input converted to an integer, used for fixing problems when animating cockpit controls. INT | * '''mach-x1000''': Automatically set by IT Autoflight. Value of '''mach''' input converted to an integer, used for fixing problems when animating cockpit controls. INT. | ||
* '''pitch''': Adjusts the Target Pitch Angle in degrees. INT | * '''pitch''': Adjusts the Target Pitch Angle in degrees. INT. | ||
* '''pitch-abs''': Automatically set by IT Autoflight. Absolute value of the '''pitch''' input, used for fixing problems when animating cockpit controls. INT | * '''pitch-abs''': Automatically set by IT Autoflight. Absolute value of the '''pitch''' input, used for fixing problems when animating cockpit controls. INT. | ||
* '''radio-sel''': Switches VOR/LOC and ILS functions between NAV1 (0), NAV2 (1), and NAV3 (2). INT | * '''radio-sel''': Switches VOR/LOC and ILS functions between NAV1 (0), NAV2 (1), and NAV3 (2). INT. | ||
* '''roll''': Adjusts the Target Roll Angle in degrees. INT | * '''roll''': Adjusts the Target Roll Angle in degrees. INT. | ||
* '''roll-abs''': Automatically set by IT Autoflight. Absolute value of the '''roll''' input, used for fixing problems when animating cockpit controls. INT | * '''roll-abs''': Automatically set by IT Autoflight. Absolute value of the '''roll''' input, used for fixing problems when animating cockpit controls. INT. | ||
* '''toga''': Engage Takeoff or Go Around Mode (1). BOOL (Note: Do not change this value back to (0), IT Autoflight will do this automatically once the modes engage correctly) | * '''toga''': Engage Takeoff or Go Around Mode (1). BOOL. (Note: Do not change this value back to (0), IT Autoflight will do this automatically once the modes engage correctly.) | ||
* '''trk''': Switches between Heading (0) and Track (1). BOOL | * '''trk''': Switches between Heading (0) and Track (1). BOOL. | ||
* '''true-course''': Switches between Magentic Heading (0) and True Heading (1). BOOL | * '''true-course''': Switches between Magentic Heading (0) and True Heading (1). BOOL. | ||
* '''vert''': Changes the vertical mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5), Blank (9), PITCH (10). INT (Note: Mode 3, 6, 7, and 8 exist, but only engaged by the controller automatically, do not set to these values) | * '''vert''': Changes the vertical mode to ALT HLD (0), V/S (1), ILS (2), FLCH (4), FPA (5), Blank (9), PITCH (10). INT. (Note: Mode 3, 6, 7, and 8 exist, but only engaged by the controller automatically, do not set to these values.) | ||
* '''vs''': Adjusts the Target Vertical Speed in feet per minute (-6000 -6000). INT (Note: IT Autoflight can use higher/lower FPM) | * '''vs''': Adjusts the Target Vertical Speed in feet per minute (-6000 -6000). INT (Note: IT Autoflight can use higher/lower FPM). | ||
* '''vs-abs''': Automatically set by IT Autoflight. Absolute value of the '''vs''' input, used for fixing problems when animating cockpit controls. INT | * '''vs-abs''': Automatically set by IT Autoflight. Absolute value of the '''vs''' input, used for fixing problems when animating cockpit controls. INT. | ||
==== Internal: /it-autoflight/internal ==== | ==== Internal: /it-autoflight/internal ==== | ||
edits