A32X: Fix some FDE and FCS bugs
This commit is contained in:
parent
e3f7be1b96
commit
44f16f2369
6 changed files with 74 additions and 80 deletions
|
@ -33,59 +33,59 @@
|
|||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Welcome to the IDG A32X Series!</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>This is a complex simulation of these amazing Airbus Aircraft.</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>They are currently still under development, and therefore are not complete yet.</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Use the Aircraft Config to select livery, manage panel states, and more!</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Please report bugs on the FlightGear forums! Enjoy!</label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<hrule/>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Welcome to the IDG A32X Series!</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>This is a complex simulation of these amazing Airbus Aircraft.</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>They are currently still under development, and therefore are not complete yet.</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Use the Aircraft Config to select livery, manage panel states, and more!</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label>Please report bugs on the FlightGear forums! Enjoy!</label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<button>
|
||||
<halign>center</halign>
|
||||
<legend>Open A/C Config</legend>
|
||||
<pref-width>210</pref-width>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
acconfig.main_dlg.open();
|
||||
</script>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
<button>
|
||||
<halign>center</halign>
|
||||
<legend>Go Away</legend>
|
||||
<pref-width>210</pref-width>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<button>
|
||||
<halign>center</halign>
|
||||
<legend>Open A/C Config</legend>
|
||||
<pref-width>210</pref-width>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
acconfig.main_dlg.open();
|
||||
</script>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
<button>
|
||||
<halign>center</halign>
|
||||
<legend>Go Away</legend>
|
||||
<pref-width>210</pref-width>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<property>fcs/roll-pos-rad</property>
|
||||
<value>0.084</value>
|
||||
<value>0.110</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
@ -346,7 +346,7 @@
|
|||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/cbarw-ft</property>
|
||||
<property>fcs/pitch-trim-pos-geared</property>
|
||||
<value>-2.745</value>
|
||||
<value>-3.045</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
|
|
@ -61,13 +61,10 @@
|
|||
<product>
|
||||
<sum>
|
||||
<property>/controls/flight/speedbrake-norm</property>
|
||||
<max>
|
||||
<product>
|
||||
<property>hydraulics/roll-fbw-summer</property>
|
||||
<value>-1</value>
|
||||
</product>
|
||||
<value>0</value>
|
||||
</max>
|
||||
<product>
|
||||
<property>hydraulics/roll-fbw-summer</property>
|
||||
<value>-1</value>
|
||||
</product>
|
||||
</sum>
|
||||
<value>-0.5</value>
|
||||
</product>
|
||||
|
@ -143,10 +140,7 @@
|
|||
<product>
|
||||
<sum>
|
||||
<property>/controls/flight/speedbrake-norm</property>
|
||||
<max>
|
||||
<property>hydraulics/roll-fbw-summer</property>
|
||||
<value>0</value>
|
||||
</max>
|
||||
<property>hydraulics/roll-fbw-summer</property>
|
||||
</sum>
|
||||
<value>0.5</value>
|
||||
</product>
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
<sum>
|
||||
<table>
|
||||
<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> 1</ind><dep> 12.0</dep></entry>
|
||||
<entry><ind> 1</ind><dep> 15.0</dep></entry>
|
||||
</table>
|
||||
<product>
|
||||
<table>
|
||||
|
@ -52,7 +52,7 @@
|
|||
</table>
|
||||
<table>
|
||||
<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>
|
||||
</table>
|
||||
</product>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<table>
|
||||
<property>/controls/flight/aileron-input</property>
|
||||
<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>
|
||||
</product>
|
||||
</sum>
|
||||
|
@ -88,9 +88,9 @@
|
|||
<sum>
|
||||
<table>
|
||||
<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> 1</ind><dep> 12.0</dep></entry>
|
||||
<entry><ind> 1</ind><dep> 15.0</dep></entry>
|
||||
</table>
|
||||
<product>
|
||||
<table>
|
||||
|
@ -100,7 +100,7 @@
|
|||
</table>
|
||||
<table>
|
||||
<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>
|
||||
</table>
|
||||
</product>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<table>
|
||||
<property>/controls/flight/aileron-input</property>
|
||||
<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>
|
||||
</product>
|
||||
</sum>
|
||||
|
@ -161,9 +161,9 @@
|
|||
<sum>
|
||||
<table>
|
||||
<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> 1</ind><dep> 12.0</dep></entry>
|
||||
<entry><ind> 1</ind><dep> 15.0</dep></entry>
|
||||
</table>
|
||||
<product>
|
||||
<table>
|
||||
|
@ -173,7 +173,7 @@
|
|||
</table>
|
||||
<table>
|
||||
<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>
|
||||
</table>
|
||||
</product>
|
||||
|
@ -186,7 +186,7 @@
|
|||
<table>
|
||||
<property>/controls/flight/aileron-input</property>
|
||||
<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>
|
||||
</product>
|
||||
</sum>
|
||||
|
|
|
@ -247,8 +247,8 @@
|
|||
<output>
|
||||
<property>/it-autoflight/internal/aileron-cmd</property> <!-- Inputs to the FBW Roll Rate -->
|
||||
</output>
|
||||
<min>-0.4</min>
|
||||
<max>0.4</max>
|
||||
<min>-0.32</min>
|
||||
<max>0.32</max>
|
||||
</filter>
|
||||
|
||||
<!-- =============================================================== -->
|
||||
|
|
|
@ -1 +1 @@
|
|||
4102
|
||||
4103
|
Reference in a new issue