Skip to content

Commit

Permalink
fix(a380x): invert THS animation direction (flybywiresim#8939)
Browse files Browse the repository at this point in the history
Co-authored-by: Croc <38904654+crocket63@users.noreply.github.com>
  • Loading branch information
lukecologne and crocket63 authored Oct 1, 2024
1 parent db9a415 commit fe604df
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,14 @@
<ANIM_NAME_LEFT>l_slat_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_slat_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<TRIM_ONLY>True</TRIM_ONLY>
<ANIM_NAME_TRIM>trimtab_elevator_key</ANIM_NAME_TRIM>
</UseTemplate>

<!-- THS -->
<Component ID="THS">
<UseTemplate Name="FBW_Control_Surface_Template">
<ANIM_NAME>trimtab_elevator_key</ANIM_NAME>
<DEFLECTION_CODE>(A:ELEVATOR TRIM PCT, percent over 100) -1 *</DEFLECTION_CODE>
</UseTemplate>
</Component>

<!-- Ailerons left -->
<Component ID="AILERONS_LEFT">
Expand Down

0 comments on commit fe604df

Please sign in to comment.