Autopush now moves the nose wheel at 75 deg/s; nose wheel remains at 12 deg/s per manual
This commit is contained in:
parent
cf09ea912d
commit
d8ea37cc9a
1 changed files with 8 additions and 11 deletions
|
@ -748,16 +748,11 @@
|
||||||
/systems/hydraulic/yellow-psi ge 1500
|
/systems/hydraulic/yellow-psi ge 1500
|
||||||
/sim/model/autopush/connected eq 0
|
/sim/model/autopush/connected eq 0
|
||||||
/controls/gear/nws-switch eq 1
|
/controls/gear/nws-switch eq 1
|
||||||
|
<test logic="OR">
|
||||||
/engines/engine[0]/state eq 3
|
/engines/engine[0]/state eq 3
|
||||||
</test>
|
|
||||||
<test logic="AND" value="1">
|
|
||||||
position/wow eq 1
|
|
||||||
hydraulics/tiller/elec-pwr eq 1
|
|
||||||
/systems/hydraulic/yellow-psi ge 1500
|
|
||||||
/sim/model/autopush/connected eq 0
|
|
||||||
/controls/gear/nws-switch eq 1
|
|
||||||
/engines/engine[1]/state eq 3
|
/engines/engine[1]/state eq 3
|
||||||
</test>
|
</test>
|
||||||
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
<fcs_function name="hydraulics/tiller/function">
|
<fcs_function name="hydraulics/tiller/function">
|
||||||
|
@ -789,11 +784,13 @@
|
||||||
|
|
||||||
<switch name="fcs/steer-rate">
|
<switch name="fcs/steer-rate">
|
||||||
<default value="0"/>
|
<default value="0"/>
|
||||||
<test logic="OR" value="12">
|
<test logic="OR" value="75">
|
||||||
hydraulics/tiller/hyd-pwr eq 1
|
|
||||||
/sim/model/autopush/connected eq 1
|
/sim/model/autopush/connected eq 1
|
||||||
/systems/acconfig/autoconfig-running eq 1
|
/systems/acconfig/autoconfig-running eq 1
|
||||||
</test>
|
</test>
|
||||||
|
<test logic="OR" value="12">
|
||||||
|
hydraulics/tiller/hyd-pwr eq 1
|
||||||
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
<actuator name="fcs/steer-deg">
|
<actuator name="fcs/steer-deg">
|
||||||
|
|
Loading…
Reference in a new issue