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>
|
||||
</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">
|
||||
<function>
|
||||
<max>
|
||||
|
@ -1518,15 +1513,6 @@
|
|||
0.000000 0.0
|
||||
</tableData>
|
||||
</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>
|
||||
</function>
|
||||
</fcs_function>
|
||||
|
|
|
@ -620,7 +620,7 @@
|
|||
</switch>
|
||||
|
||||
<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 -->
|
||||
/FMGC/internal/takeoff-latch eq 1
|
||||
</test>
|
||||
|
|
Loading…
Reference in a new issue