Control: Fix Spoiler deflection not working on ground
This commit is contained in:
parent
6585938dc5
commit
217f7759c5
2 changed files with 9 additions and 10 deletions
|
@ -207,9 +207,8 @@
|
||||||
|
|
||||||
<switch name="fbw/roll/a-i-f">
|
<switch name="fbw/roll/a-i-f">
|
||||||
<default value="/controls/flight/aileron"/>
|
<default value="/controls/flight/aileron"/>
|
||||||
<test logic="OR" value="0">
|
<test value="0">
|
||||||
/it-autoflight/output/ap1 eq 1
|
fbw/fmgc/enabled eq 1
|
||||||
/it-autoflight/output/ap2 eq 1
|
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
@ -245,7 +244,6 @@
|
||||||
<switch name="fbw/roll/a-i-s">
|
<switch name="fbw/roll/a-i-s">
|
||||||
<default value="0"/>
|
<default value="0"/>
|
||||||
<test logic="AND" value="fbw/roll/aileron-nul">
|
<test logic="AND" value="fbw/roll/aileron-nul">
|
||||||
position/wow eq 0
|
|
||||||
fbw/fmgc/enabled eq 0
|
fbw/fmgc/enabled eq 0
|
||||||
</test>
|
</test>
|
||||||
<test logic="AND" value="fbw/fmgc/roll-cmd">
|
<test logic="AND" value="fbw/fmgc/roll-cmd">
|
||||||
|
@ -508,9 +506,11 @@
|
||||||
</table>
|
</table>
|
||||||
<table>
|
<table>
|
||||||
<independentVar lookup="row">velocities/mach</independentVar>
|
<independentVar lookup="row">velocities/mach</independentVar>
|
||||||
|
<independentVar lookup="column">position/wow</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
0.2 0.5
|
0 1
|
||||||
0.9 0.1
|
0.2 0.5 1.0
|
||||||
|
0.9 0.1 1.0
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
</product>
|
</product>
|
||||||
|
@ -556,9 +556,8 @@
|
||||||
|
|
||||||
<switch name="fbw/pitch/e-i-f">
|
<switch name="fbw/pitch/e-i-f">
|
||||||
<default value="/controls/flight/elevator"/>
|
<default value="/controls/flight/elevator"/>
|
||||||
<test logic="OR" value="0">
|
<test value="0">
|
||||||
/it-autoflight/output/ap1 eq 1
|
fbw/fmgc/enabled eq 1
|
||||||
/it-autoflight/output/ap2 eq 1
|
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4405
|
4406
|
Reference in a new issue