Skip to content

Commit

Permalink
fix(A380X): Behavior for LS buttons, chrono button, fcu alt+speed but…
Browse files Browse the repository at this point in the history
…ton (flybywiresim#8436)

fix behavior for LS buttons, chrono button, some fcu buttons

Co-authored-by: Benjamin Dupont <4503241+Benjozork@users.noreply.github.com>
  • Loading branch information
flogross89 and Benjozork authored Jan 25, 2024
1 parent a68b989 commit cf1e4f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
(L:A32NX_EFIS_L_ND_MODE) (&gt;L:A380X_EFIS_L_ND_MODE)
(L:A32NX_EFIS_R_ND_MODE) (&gt;L:A380X_EFIS_R_ND_MODE)

(L:A380X_EFIS_L_LS_BUTTON_IS_ON) (&gt;L:BTN_LS_1_FILTER_ACTIVE)
(L:A380X_EFIS_R_LS_BUTTON_IS_ON) (&gt;L:BTN_LS_2_FILTER_ACTIVE)

(L:A380X_EFIS_L_ACTIVE_FILTER) (&gt;L:A32NX_EFIS_L_OPTION)
(L:A380X_EFIS_R_ACTIVE_FILTER) (&gt;L:A32NX_EFIS_R_OPTION)

(O:PrevPot7Value) s0
(A:LIGHT POTENTIOMETER:7, Percent over 100) s1

Expand Down Expand Up @@ -6247,13 +6253,13 @@

<Component ID="Chronometer">
<UseTemplate Name="FBW_AIRBUS_Chronometer_Button">
<NODE_ID>PUSH_AUTOPILOT_CHRONO_L</NODE_ID>
<ANIM_NAME>PUSH_AUTOPILOT_CHRONO_L</ANIM_NAME>
<NODE_ID>PUSH_GLARESHIELD_CS_CHRONO</NODE_ID>
<ANIM_NAME>PUSH_GLARESHIELD_CS_CHRONO</ANIM_NAME>
<SIDE>L</SIDE>
</UseTemplate>
<UseTemplate Name="FBW_AIRBUS_Chronometer_Button">
<NODE_ID>PUSH_AUTOPILOT_CHRONO_R</NODE_ID>
<ANIM_NAME>PUSH_AUTOPILOT_CHRONO_R</ANIM_NAME>
<NODE_ID>PUSH_GLARESHIELD_FO_CHRONO</NODE_ID>
<ANIM_NAME>PUSH_GLARESHIELD_FO_CHRONO</ANIM_NAME>
<SIDE>R</SIDE>
</UseTemplate>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
<!-- Baro Unit -->
<UseTemplate Name="FBW_Airbus_FCU_Baro_Knob">
<NODE_ID>KNOB_EFIS_#SIDE_NODE_GROUP#_BARO1</NODE_ID>
<ANIM_NAME_KNOB>KNOB_EFIS_#SIDE_NODE_GROUP#_BARO1_KNOB</ANIM_NAME_KNOB>
<ANIM_NAME_PUSHPULL>KNOB_EFIS_#SIDE_NODE_GROUP#_BARO1_PUSHPULL</ANIM_NAME_PUSHPULL>
<ANIM_NAME_KNOB>KNOB_EFIS_#SIDE_NODE_GROUP#_BARO1</ANIM_NAME_KNOB>
<ANIM_NAME_PUSHPULL>PUSH_KNOB_EFIS_#SIDE_NODE_GROUP#_BARO1</ANIM_NAME_PUSHPULL>
</UseTemplate>

<!-- Baro Value -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<UseTemplate Name="FBW_AUTOPILOT_Knob_SpeedMach_Template">
<NODE_ID>KNOB_FCU_SPEED</NODE_ID>
<ANIM_NAME>KNOB_FCU_SPEED</ANIM_NAME>
<ANIM_NAME_PUSHPULL>KNOB_FCU_SPEED_PUSHPULL</ANIM_NAME_PUSHPULL>
<ANIM_NAME_PUSHPULL>PUSH_KNOB_FCU_SPEED</ANIM_NAME_PUSHPULL>
<TYPE>AIRBUS</TYPE>
</UseTemplate>

Expand Down Expand Up @@ -125,7 +125,7 @@
<NODE_ID>KNOB_FCU_ALT</NODE_ID>
<PART_ID>KNOB_FCU_ALT</PART_ID>
<ANIM_NAME_KNOB>KNOB_FCU_ALT</ANIM_NAME_KNOB>
<ANIM_NAME_PUSHPULL>KNOB_FCU_ALT</ANIM_NAME_PUSHPULL>
<ANIM_NAME_PUSHPULL>PUSH_KNOB_FCU_ALT</ANIM_NAME_PUSHPULL>
<ANIMREF_ID>-1</ANIMREF_ID>
<ANIMTIP_0>TT:COCKPIT.TOOLTIPS.AUTOPILOT_PANEL_ALT_DECREASE</ANIMTIP_0>
<ANIMTIP_0_ON_CURSOR>TurnLeft</ANIMTIP_0_ON_CURSOR>
Expand Down

0 comments on commit cf1e4f4

Please sign in to comment.