Skip to content

Commit

Permalink
fix(a380x): Fix RCDR GND CTL push button (flybywiresim#9382)
Browse files Browse the repository at this point in the history
* fix GND CTL

(cherry picked from commit 625e455)

* use engine oil pressure again

* changelog fix
  • Loading branch information
flogross89 authored Nov 4, 2024
1 parent 2e51bd3 commit 658a8a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
1. [A380X/FMS] Fixed layouting issue on FMS/ACTIVE/PERF/T.O page for some users - @flogross89 (floridude)
1. [A380X/TELEX] Added popup for telex consent - @saschl (saschl) @Maximilian-Reuter (\_chaoz)
1. [ND] Fix memory leak when using TERR ON ND - @Nufflee (nufflee)
1. [A380X/OVHD] Fix RCDR GND CTL button/logic - @flogross89 (floridude)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4477,7 +4477,7 @@
<UseTemplate Name="FBW_CVR_Ground_Control_Pushbutton">
<NODE_ID>PUSH_OVHD_RCDR_GNDCTL</NODE_ID>
<PART_ID>PUSH_OVHD_RCDR_GNDCTL</PART_ID>
<SEQ_POWERED>(L:A32NX_ELEC_AC_1_BUS_IS_POWERED, Bool)</SEQ_POWERED>
<SEQ_POWERED>(L:A32NX_ELEC_DC_ESS_BUS_IS_POWERED, Bool)</SEQ_POWERED>
<SEQ2_CODE>(L:A32NX_RCDR_GROUND_CONTROL_ON, Bool)</SEQ2_CODE>
<SEQ1_EMISSIVE_DRIVES_VISIBILITY>False</SEQ1_EMISSIVE_DRIVES_VISIBILITY>
<SEQ2_EMISSIVE_DRIVES_VISIBILITY>False</SEQ2_EMISSIVE_DRIVES_VISIBILITY>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,9 @@
18 sp0
(A:GENERAL ENG OIL PRESSURE:1, psi) l0 &lt; sp1
(A:GENERAL ENG OIL PRESSURE:2, psi) l0 &lt; sp2
(L:A32NX_ELEC_DC_ESS_SHED_BUS_IS_POWERED, bool) l1 and l2 and
(A:GENERAL ENG OIL PRESSURE:3, psi) l0 &lt; sp3
(A:GENERAL ENG OIL PRESSURE:4, psi) l0 &lt; sp4
(L:A32NX_ELEC_DC_ESS_BUS_IS_POWERED, bool) l1 and l2 and l3 and l4 and
</GNDCTL_PERMISSIVES>
</DefaultTemplateParameters>
<UseTemplate Name="FBW_Push_Held">
Expand Down

0 comments on commit 658a8a9

Please sign in to comment.