FCS: slats and flaps extend slowly if hydraulic or electrical failures occur
This commit is contained in:
parent
e25c114c62
commit
5e7a5976f4
1 changed files with 149 additions and 97 deletions
|
@ -1738,6 +1738,19 @@
|
||||||
</channel>
|
</channel>
|
||||||
|
|
||||||
<channel name="Flaps">
|
<channel name="Flaps">
|
||||||
|
<switch name="fcs/sfcc/unit1-avail">
|
||||||
|
<default value="0"/>
|
||||||
|
<test logic="OR" value="1">
|
||||||
|
/systems/electrical/bus/dc-ess ge 25
|
||||||
|
</test>
|
||||||
|
</switch>
|
||||||
|
|
||||||
|
<switch name="fcs/sfcc/unit2-avail">
|
||||||
|
<default value="0"/>
|
||||||
|
<test logic="OR" value="1">
|
||||||
|
/systems/electrical/bus/dc2 ge 25
|
||||||
|
</test>
|
||||||
|
</switch>
|
||||||
|
|
||||||
<pure_gain name="fcs/flap-pos-gain">
|
<pure_gain name="fcs/flap-pos-gain">
|
||||||
<input>/controls/flight/flaps</input>
|
<input>/controls/flight/flaps</input>
|
||||||
|
@ -1746,9 +1759,29 @@
|
||||||
|
|
||||||
<switch name="fcs/flap-pos-rate">
|
<switch name="fcs/flap-pos-rate">
|
||||||
<default value="0.0"/>
|
<default value="0.0"/>
|
||||||
<test logic="OR" value="1.16666666">
|
<test logic="AND" value="1.16666666">
|
||||||
/systems/hydraulic/green-psi ge 1500
|
/systems/hydraulic/green-psi ge 1500
|
||||||
/systems/hydraulic/yellow-psi ge 1500
|
/systems/hydraulic/yellow-psi ge 1500
|
||||||
|
fcs/sfcc/unit1-avail eq 1
|
||||||
|
fcs/sfcc/unit2-avail eq 1
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.58333333">
|
||||||
|
/systems/hydraulic/green-psi ge 1500
|
||||||
|
fcs/sfcc/unit1-avail eq 1
|
||||||
|
fcs/sfcc/unit2-avail eq 0
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.58333333">
|
||||||
|
/systems/hydraulic/yellow-psi ge 1500
|
||||||
|
fcs/sfcc/unit1-avail eq 0
|
||||||
|
fcs/sfcc/unit2-avail eq 1
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.58333333">
|
||||||
|
/systems/hydraulic/green-psi ge 1500
|
||||||
|
/systems/hydraulic/yellow-psi lt 1500
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.58333333">
|
||||||
|
/systems/hydraulic/green-psi lt 1500
|
||||||
|
/systems/hydraulic/yellow-psi ge 1500
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
@ -1782,10 +1815,29 @@
|
||||||
|
|
||||||
<switch name="fcs/slat-pos-rate">
|
<switch name="fcs/slat-pos-rate">
|
||||||
<default value="0.0"/>
|
<default value="0.0"/>
|
||||||
<test logic="OR" value="1.35">
|
<test logic="AND" value="1.35">
|
||||||
/systems/hydraulic/blue-psi ge 1500
|
/systems/hydraulic/blue-psi ge 1500
|
||||||
/systems/hydraulic/green-psi ge 1500
|
/systems/hydraulic/green-psi ge 1500
|
||||||
/systems/hydraulic/yellow-psi ge 1500
|
fcs/sfcc/unit1-avail eq 1
|
||||||
|
fcs/sfcc/unit2-avail eq 1
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.675">
|
||||||
|
/systems/hydraulic/blue-psi ge 1500
|
||||||
|
fcs/sfcc/unit1-avail eq 1
|
||||||
|
fcs/sfcc/unit2-avail eq 0
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.675">
|
||||||
|
/systems/hydraulic/green-psi ge 1500
|
||||||
|
fcs/sfcc/unit1-avail eq 0
|
||||||
|
fcs/sfcc/unit2-avail eq 1
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.675">
|
||||||
|
/systems/hydraulic/blue-psi ge 1500
|
||||||
|
/systems/hydraulic/green-psi lt 1500
|
||||||
|
</test>
|
||||||
|
<test logic="AND" value="0.675">
|
||||||
|
/systems/hydraulic/blue-psi lt 1500
|
||||||
|
/systems/hydraulic/green-psi ge 1500
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
|
Reference in a new issue