A32X: Fix some FDE and FCS bugs

This commit is contained in:
Joshua Davidson 2017-12-20 19:18:06 -05:00
parent e3f7be1b96
commit 44f16f2369
6 changed files with 74 additions and 80 deletions

View file

@ -33,59 +33,59 @@
<hrule/> <hrule/>
<group> <group>
<layout>vbox</layout> <layout>vbox</layout>
<text> <text>
<halign>center</halign> <halign>center</halign>
<label>Welcome to the IDG A32X Series!</label> <label>Welcome to the IDG A32X Series!</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>center</halign>
<label>This is a complex simulation of these amazing Airbus Aircraft.</label> <label>This is a complex simulation of these amazing Airbus Aircraft.</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>center</halign>
<label>They are currently still under development, and therefore are not complete yet.</label> <label>They are currently still under development, and therefore are not complete yet.</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>center</halign>
<label>Use the Aircraft Config to select livery, manage panel states, and more!</label> <label>Use the Aircraft Config to select livery, manage panel states, and more!</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>center</halign>
<label>Please report bugs on the FlightGear forums! Enjoy!</label> <label>Please report bugs on the FlightGear forums! Enjoy!</label>
</text> </text>
</group> </group>
<hrule/> <hrule/>
<group> <group>
<layout>hbox</layout> <layout>hbox</layout>
<button> <button>
<halign>center</halign> <halign>center</halign>
<legend>Open A/C Config</legend> <legend>Open A/C Config</legend>
<pref-width>210</pref-width> <pref-width>210</pref-width>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
acconfig.main_dlg.open(); acconfig.main_dlg.open();
</script> </script>
</binding> </binding>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
</button> </button>
<button> <button>
<halign>center</halign> <halign>center</halign>
<legend>Go Away</legend> <legend>Go Away</legend>
<pref-width>210</pref-width> <pref-width>210</pref-width>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
</button> </button>
</group> </group>
</PropertyList> </PropertyList>

View file

@ -298,7 +298,7 @@
<property>metrics/Sw-sqft</property> <property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property> <property>metrics/bw-ft</property>
<property>fcs/roll-pos-rad</property> <property>fcs/roll-pos-rad</property>
<value>0.084</value> <value>0.110</value>
</product> </product>
</function> </function>
@ -346,7 +346,7 @@
<property>metrics/Sw-sqft</property> <property>metrics/Sw-sqft</property>
<property>metrics/cbarw-ft</property> <property>metrics/cbarw-ft</property>
<property>fcs/pitch-trim-pos-geared</property> <property>fcs/pitch-trim-pos-geared</property>
<value>-2.745</value> <value>-3.045</value>
</product> </product>
</function> </function>

View file

@ -61,13 +61,10 @@
<product> <product>
<sum> <sum>
<property>/controls/flight/speedbrake-norm</property> <property>/controls/flight/speedbrake-norm</property>
<max> <product>
<product> <property>hydraulics/roll-fbw-summer</property>
<property>hydraulics/roll-fbw-summer</property> <value>-1</value>
<value>-1</value> </product>
</product>
<value>0</value>
</max>
</sum> </sum>
<value>-0.5</value> <value>-0.5</value>
</product> </product>
@ -143,10 +140,7 @@
<product> <product>
<sum> <sum>
<property>/controls/flight/speedbrake-norm</property> <property>/controls/flight/speedbrake-norm</property>
<max> <property>hydraulics/roll-fbw-summer</property>
<property>hydraulics/roll-fbw-summer</property>
<value>0</value>
</max>
</sum> </sum>
<value>0.5</value> <value>0.5</value>
</product> </product>

View file

@ -40,9 +40,9 @@
<sum> <sum>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>-12.0</dep></entry> <entry><ind>-1</ind><dep>-15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
<entry><ind> 1</ind><dep> 12.0</dep></entry> <entry><ind> 1</ind><dep> 15.0</dep></entry>
</table> </table>
<product> <product>
<table> <table>
@ -52,7 +52,7 @@
</table> </table>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>12.0</dep></entry> <entry><ind>-1</ind><dep>15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
</table> </table>
</product> </product>
@ -65,7 +65,7 @@
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>0</ind><dep> 0.0</dep></entry> <entry><ind>0</ind><dep> 0.0</dep></entry>
<entry><ind>1</ind><dep>-12.0</dep></entry> <entry><ind>1</ind><dep>-15.0</dep></entry>
</table> </table>
</product> </product>
</sum> </sum>
@ -88,9 +88,9 @@
<sum> <sum>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>-12.0</dep></entry> <entry><ind>-1</ind><dep>-15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
<entry><ind> 1</ind><dep> 12.0</dep></entry> <entry><ind> 1</ind><dep> 15.0</dep></entry>
</table> </table>
<product> <product>
<table> <table>
@ -100,7 +100,7 @@
</table> </table>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>12.0</dep></entry> <entry><ind>-1</ind><dep>15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
</table> </table>
</product> </product>
@ -113,7 +113,7 @@
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>0</ind><dep> 0.0</dep></entry> <entry><ind>0</ind><dep> 0.0</dep></entry>
<entry><ind>1</ind><dep>-12.0</dep></entry> <entry><ind>1</ind><dep>-15.0</dep></entry>
</table> </table>
</product> </product>
</sum> </sum>
@ -161,9 +161,9 @@
<sum> <sum>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>-12.0</dep></entry> <entry><ind>-1</ind><dep>-15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
<entry><ind> 1</ind><dep> 12.0</dep></entry> <entry><ind> 1</ind><dep> 15.0</dep></entry>
</table> </table>
<product> <product>
<table> <table>
@ -173,7 +173,7 @@
</table> </table>
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>-1</ind><dep>12.0</dep></entry> <entry><ind>-1</ind><dep>15.0</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry> <entry><ind> 0</ind><dep> 0.0</dep></entry>
</table> </table>
</product> </product>
@ -186,7 +186,7 @@
<table> <table>
<property>/controls/flight/aileron-input</property> <property>/controls/flight/aileron-input</property>
<entry><ind>0</ind><dep> 0.0</dep></entry> <entry><ind>0</ind><dep> 0.0</dep></entry>
<entry><ind>1</ind><dep>-12.0</dep></entry> <entry><ind>1</ind><dep>-15.0</dep></entry>
</table> </table>
</product> </product>
</sum> </sum>

View file

@ -247,8 +247,8 @@
<output> <output>
<property>/it-autoflight/internal/aileron-cmd</property> <!-- Inputs to the FBW Roll Rate --> <property>/it-autoflight/internal/aileron-cmd</property> <!-- Inputs to the FBW Roll Rate -->
</output> </output>
<min>-0.4</min> <min>-0.32</min>
<max>0.4</max> <max>0.32</max>
</filter> </filter>
<!-- =============================================================== --> <!-- =============================================================== -->

View file

@ -1 +1 @@
4102 4103