Global speed protection - change treshold to vary with speedbrake correctly
This commit is contained in:
parent
9287a62733
commit
e6591aa8d8
1 changed files with 11 additions and 6 deletions
|
@ -742,12 +742,17 @@
|
|||
</function>
|
||||
</fcs_function>
|
||||
|
||||
<switch name="/systems/navigation/adr/computation/underspeed-difference">
|
||||
<default value="2"/>
|
||||
<test logic="OR" value="19">
|
||||
/controls/flight/speedbrake eq 1.0
|
||||
</test>
|
||||
</switch>
|
||||
<fcs_function name="/systems/navigation/adr/computation/underspeed-difference">
|
||||
<function>
|
||||
<sum>
|
||||
<value>2</value>
|
||||
<product>
|
||||
<property>/controls/flight/speedbrake</property>
|
||||
<value>17</value>
|
||||
</product>
|
||||
</sum>
|
||||
</function>
|
||||
</fcs_function>
|
||||
|
||||
<fcs_function name="/systems/navigation/adr/computation/underspeed">
|
||||
<function>
|
||||
|
|
Loading…
Add table
Reference in a new issue