Skip to content

Commit

Permalink
Fixed rudder trim checklist autocheck for A32NX and removed it for A3…
Browse files Browse the repository at this point in the history
…80X as not yet working
  • Loading branch information
frankkopp committed Apr 4, 2024
1 parent 5fda291 commit 1d3010a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@
"result": "NEUTRAL",
"condition": [
{
varName: "RUDDER TRIM PCT",
varName: "L:A32NX_RUDDER_TRIM_1_COMMANDED_POSITION",
result: 0
},
{
varName: "L:A32NX_RUDDER_TRIM_2_COMMANDED_POSITION",
result: 0
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,17 @@
{
"item": "RUDDER TRIM",
"result": "NEUTRAL",
"condition": [
{
varName: "RUDDER TRIM PCT",
result: 0
}
]
// TODO: not working on A380X yet
// "condition": [
// {
// varName: "L:A32NX_RUDDER_TRIM_1_COMMANDED_POSITION",
// result: 0
// },
// {
// varName: "L:A32NX_RUDDER_TRIM_2_COMMANDED_POSITION",
// result: 0
// }
// ]
},
{
"item": "PITCH TRIM",
Expand Down

0 comments on commit 1d3010a

Please sign in to comment.