From 2d51cdf7fb9fcdd23297a847b129b429c5ba8894 Mon Sep 17 00:00:00 2001 From: Michael Corcoran Date: Tue, 3 Jan 2023 02:45:23 +1300 Subject: [PATCH] doc: simvars --- docs/a320-simvars.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/a320-simvars.md b/docs/a320-simvars.md index 0f577bfdd88..82bb81b609d 100644 --- a/docs/a320-simvars.md +++ b/docs/a320-simvars.md @@ -1431,7 +1431,7 @@ In the variables below, {number} should be replaced with one item in the set: { - 0 is CAPT, 1 is NORM, 2 is F/O - A32NX_ADIRS_ADIRU_{number}_STATE - - TODO delete + - Deprecated: use A32NX_ADIRS_IR_{number}_MAINT_WORD instead. - Enum - The Inertial Reference alignment state. Description | Value @@ -1441,7 +1441,7 @@ In the variables below, {number} should be replaced with one item in the set: { Aligned | 2 - A32NX_ADIRS_REMAINING_IR_ALIGNMENT_TIME - - TODO delete + - Deprecated: use A32NX_ADIRS_IR_{number}_MAINT_WORD instead. - Seconds - The remaining alignment duration. Zero seconds when the system is aligned or the system is not aligning. @@ -1591,10 +1591,35 @@ In the variables below, {number} should be replaced with one item in the set: { - A32NX_ADIRS_IR_{number}_MAINT_WORD - Arinc429Word - - TODO flag table + - Indicates state of the IR + Bit | Meaning + --- | --- + 0 | ALIGNMENT_NOT_READY + 1 | REV_ATT_MODE + 2 | NAV_MODE + 3 | VALID_SET_HEADING + 4 | ATTITUDE_INVALID + 5 | DC_FAIL + 6 | ON_DC + 7 | ADR_FAULT + 8 | IR_FAULT + 9 | DC_FAIL_ON_DC + 10 | ALIGN_FAULT + 11 | NO_IRS_INITIAL + 12 | EXCESS_MOTION_ERROR + 13 | ADR_IR_FAULT + 14 | EXTREME_LATITUDE + 15,16,17 | ALIGN_7_10_MINUTES + 16,17 | ALIGN_6_MINUTES + 15,17 | ALIGN_5_MINUTES + 16 | ALIGN_4_MINUTES + 15,16 | ALIGN_3_MINUTES + 16 | ALIGN_2_MINUTES + 15 | ALIGN_1_MINUTES + 18 | COMPUTED_LATITUDE_MISCOMPARE - A32NX_ADIRS_USES_GPS_AS_PRIMARY - - TODO delete (this is an FM function, not ADIRU) + - Deprecated, this is an FM function, not ADIRU - Bool - Whether or not the GPS is used as the primary means of navigation/position determination.