From ecc454c0abf533548d2e0432ca906c5825ce9027 Mon Sep 17 00:00:00 2001 From: flogross89 <63071941+flogross89@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:38:41 +0100 Subject: [PATCH] add T.O ECAM sensed --- .../AbnormalSensed/ata21-22-23.tsx | 21 ++++++++++++++++++ .../FlightWarningSystem/FwsAbnormalSensed.ts | 22 ++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/EcamMessages/AbnormalSensed/ata21-22-23.tsx b/fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/EcamMessages/AbnormalSensed/ata21-22-23.tsx index 0f869ac671f..d7ca1ef2db4 100644 --- a/fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/EcamMessages/AbnormalSensed/ata21-22-23.tsx +++ b/fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/EcamMessages/AbnormalSensed/ata21-22-23.tsx @@ -1850,6 +1850,27 @@ export const EcamAbnormalSensedAta212223: { [n: number]: AbnormalProcedure } = { sensed: true, items: [], }, + 221800008: { + title: '\x1b<4m\x1b4mT.O\x1bm SPEEDS TOO LOW', + sensed: true, + items: [ + { + name: 'TOW & T.O DATA', + sensed: false, + labelNotCompleted: 'CHECK', + }, + ], + }, + 221800009: { + title: '\x1b<4m\x1b4mT.O\x1bm V1/VR/V2 DISAGREE', + sensed: true, + items: [], + }, + 221800010: { + title: '\x1b<2m\x1b4mT.O\x1bm ACCELERATION DEGRADED', + sensed: true, + items: [], + }, 230800001: { title: '\x1b<4m\x1b4mCAB COM\x1bm CIDS 1+2+3 FAULT', sensed: true, diff --git a/fbw-a380x/src/systems/systems-host/systems/FlightWarningSystem/FwsAbnormalSensed.ts b/fbw-a380x/src/systems/systems-host/systems/FlightWarningSystem/FwsAbnormalSensed.ts index 7fcb4377886..373202be8a1 100644 --- a/fbw-a380x/src/systems/systems-host/systems/FlightWarningSystem/FwsAbnormalSensed.ts +++ b/fbw-a380x/src/systems/systems-host/systems/FlightWarningSystem/FwsAbnormalSensed.ts @@ -1550,7 +1550,7 @@ export class FwsAbnormalSensed { }, 221800007: { // TO SPEEDS NOT INSERTED - flightPhaseInhib: [1, 4, 5, 6, 7, 8, 9, 10], + flightPhaseInhib: [1, 4, 5, 6, 7, 8, 9, 10, 12], simVarIsActive: this.fws.toSpeedsNotInsertedWarning, notActiveWhenFaults: [], whichItemsToShow: () => [], @@ -1558,6 +1558,26 @@ export class FwsAbnormalSensed { failure: 2, sysPage: -1, }, + 221800008: { + // TO SPEEDS TOO LOW + flightPhaseInhib: [1, 4, 5, 6, 7, 8, 9, 10, 12], + simVarIsActive: this.fws.toSpeedsTooLowWarning, + notActiveWhenFaults: [], + whichItemsToShow: () => [], + whichItemsChecked: () => [], + failure: 2, + sysPage: -1, + }, + 221800009: { + // TO V1/VR/V2 DISAGREE + flightPhaseInhib: [1, 4, 5, 6, 7, 8, 9, 10, 12], + simVarIsActive: this.fws.toV2VRV2DisagreeWarning, + notActiveWhenFaults: [], + whichItemsToShow: () => [], + whichItemsChecked: () => [], + failure: 2, + sysPage: -1, + }, // 23 - COMMUNICATION 230800012: { // RMP 1 FAULT