Control: Remove alpha limiter for now
This commit is contained in:
parent
d3a7e4604d
commit
b8211df142
2 changed files with 1 additions and 15 deletions
|
@ -1502,11 +1502,6 @@
|
||||||
</function>
|
</function>
|
||||||
</fcs_function>
|
</fcs_function>
|
||||||
|
|
||||||
<summer name="fbw/pitch/stall-alpha-error">
|
|
||||||
<input>aero/alpha-deg-fixed</input>
|
|
||||||
<input>-fbw/alpha-stall-deg</input>
|
|
||||||
</summer>
|
|
||||||
|
|
||||||
<fcs_function name="fbw/pitch/e-i-min">
|
<fcs_function name="fbw/pitch/e-i-min">
|
||||||
<function>
|
<function>
|
||||||
<max>
|
<max>
|
||||||
|
@ -1518,15 +1513,6 @@
|
||||||
0.000000 0.0
|
0.000000 0.0
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
<table>
|
|
||||||
<independentVar lookup="row">fbw/pitch/stall-alpha-error</independentVar>
|
|
||||||
<independentVar lookup="column">/it-fbw/law</independentVar>
|
|
||||||
<tableData>
|
|
||||||
0 1
|
|
||||||
-2.5 -1 -1
|
|
||||||
0.0 0 -1
|
|
||||||
</tableData>
|
|
||||||
</table>
|
|
||||||
</max>
|
</max>
|
||||||
</function>
|
</function>
|
||||||
</fcs_function>
|
</fcs_function>
|
||||||
|
|
|
@ -620,7 +620,7 @@
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
<switch name="/FMGC/internal/vls-factor-cmd">
|
<switch name="/FMGC/internal/vls-factor-cmd">
|
||||||
<default value="1.23"/>
|
<default value="1.23"/> <!-- 1.23 VS1g -->
|
||||||
<test value="1.13"> <!-- 1.13 VS1g -->
|
<test value="1.13"> <!-- 1.13 VS1g -->
|
||||||
/FMGC/internal/takeoff-latch eq 1
|
/FMGC/internal/takeoff-latch eq 1
|
||||||
</test>
|
</test>
|
||||||
|
|
Loading…
Reference in a new issue