Control: Add PLD function to autospoiler

This commit is contained in:
Joshua Davidson 2018-07-22 10:13:33 -04:00
parent 444001a287
commit 21062e9ba2
2 changed files with 9 additions and 2 deletions

View file

@ -50,7 +50,14 @@
spoilers/throttle[1] ge 0.01
/controls/flight/speedbrake-arm ne 1
</test>
<test logic="AND" value="1"> <!-- Set -->
<test logic="AND" value="1"> <!-- EXT Set -->
spoilers/throttle[0] lt 0.01
spoilers/throttle[1] lt 0.01
/controls/flight/speedbrake-arm eq 1
spoilers/main-gear-and eq 1
/velocities/groundspeed-kt ge 72
</test>
<test logic="AND" value="0.25"> <!-- PLD Set -->
spoilers/throttle[0] lt 0.01
spoilers/throttle[1] lt 0.01
/controls/flight/speedbrake-arm eq 1

View file

@ -1 +1 @@
4603
4604