2,205
edits
| Line 198: | Line 198: | ||
* '''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 | ||
* '''spd-kts''': Adjusts the Target Airspeed in Knots (100 - 400). | * '''spd-kts''': Adjusts the Target Airspeed in Knots (100 - 400). INT (Note: IT-AUTOFLIGHT can use higher/lower Airspeed, but it is not recommended.) | ||
* '''spd-mach''': Adjusts the Target Mach (0.4 - 0.99). DOUBLE (Note: IT-AUTOFLIGHT can use higher/lower Mach, but it is not recommended.) | * '''spd-mach''': Adjusts the Target Mach (0.4 - 0.99). DOUBLE (Note: IT-AUTOFLIGHT can use higher/lower Mach, but it is not recommended.) | ||
* '''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). | * '''alt''': Adjusts the Target Altitude in Feet (0 - 60000). INT (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 - 8000). | * '''vs''': Adjusts the Target Vertical Speed in Feet Per Minute (-6000 - 8000). INT(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). | * '''fpa''': Adjusts the Target Flight Path Angle in Degrees (-20.9 - 20.9). DOUBLE (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.) | ||
* '''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. | ||
edits