Skip to content

Commit

Permalink
add T.O ECAM sensed
Browse files Browse the repository at this point in the history
  • Loading branch information
flogross89 committed Dec 3, 2024
1 parent fb68e96 commit ecc454c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1550,14 +1550,34 @@ 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: () => [],
whichItemsChecked: () => [],
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
Expand Down

0 comments on commit ecc454c

Please sign in to comment.