From 66e2e411b5ef62bd1deb755f4366ec0077be2f2f Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Wed, 10 Jan 2018 15:19:59 -0500 Subject: [PATCH 1/2] Formatting --- Systems/a320-fcs.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml index 04c5f8e1..c53bf1bc 100644 --- a/Systems/a320-fcs.xml +++ b/Systems/a320-fcs.xml @@ -25,7 +25,7 @@ hydraulics/aileron-droop -1.0 - + - @@ -646,8 +646,8 @@ velocities/ve-kts - 30 0.00 - 60 2.00 + 30 0.00 + 60 2.00
@@ -661,8 +661,8 @@ velocities/ve-kts - 30 0.0 - 31 1.0 + 30 0.0 + 31 1.0
From 9b9f14de77089b5e3b0df5f57db31fbabc5106a7 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Wed, 10 Jan 2018 17:09:33 -0500 Subject: [PATCH 2/2] A3XX: FMGC disconnect AP bugfix --- Nasal/FMGC-b.nas | 2 +- revision.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nasal/FMGC-b.nas b/Nasal/FMGC-b.nas index 4038c1cb..e921a3d5 100644 --- a/Nasal/FMGC-b.nas +++ b/Nasal/FMGC-b.nas @@ -638,7 +638,7 @@ var ap_various = func { } if (getprop("/it-autoflight/output/ap1") == 1 or getprop("/it-autoflight/output/ap2") == 1) { - if (getprop("/controls/flight/aileron") > 0.3 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.3 or getprop("/controls/flight/elevator") < -0.2) { + if (getprop("/controls/flight/aileron") > 0.2 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.2 or getprop("/controls/flight/elevator") < -0.2) { setprop("/it-autoflight/input/ap1", 0); setprop("/it-autoflight/input/ap2", 0); } diff --git a/revision.txt b/revision.txt index ba509063..47d35113 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4221 \ No newline at end of file +4222 \ No newline at end of file