From 21062e9ba25e09e2ec66a84f1507aa46de548f66 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Sun, 22 Jul 2018 10:13:33 -0400 Subject: [PATCH] Control: Add PLD function to autospoiler --- Systems/a320-spoiler.xml | 9 ++++++++- revision.txt | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Systems/a320-spoiler.xml b/Systems/a320-spoiler.xml index fb075409..15a9f285 100644 --- a/Systems/a320-spoiler.xml +++ b/Systems/a320-spoiler.xml @@ -50,7 +50,14 @@ spoilers/throttle[1] ge 0.01 /controls/flight/speedbrake-arm ne 1 - + + 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 + + spoilers/throttle[0] lt 0.01 spoilers/throttle[1] lt 0.01 /controls/flight/speedbrake-arm eq 1 diff --git a/revision.txt b/revision.txt index e1f7107c..d314d87a 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4603 \ No newline at end of file +4604 \ No newline at end of file