From dd1f562695fac9b400cec164f2bd425d74b5c318 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Thu, 16 Sep 2021 12:34:22 +0100 Subject: [PATCH] Implement GS / LOC dots --- Systems/a320-fwc.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Systems/a320-fwc.xml b/Systems/a320-fwc.xml index 3629040f..bf1b4e55 100644 --- a/Systems/a320-fwc.xml +++ b/Systems/a320-fwc.xml @@ -2325,7 +2325,6 @@ /instrumentation/pfd/logic/autoland/autoland-armed eq 1 - /instrumentation/pfd/logic/autoland/pitch-land eq 1 @@ -2333,8 +2332,21 @@ /it-autoflight/output/ap2 eq 0 /instrumentation/radar-altimeter-difference-ft gt 15 + + + /instrumentation/nav[0]/gs-needle-deflection-norm gt 0.5 + /instrumentation/nav[0]/gs-needle-deflection-norm lt -0.5 + + /position/gear-agl-ft ge 100 + + + + /instrumentation/nav[0]/heading-needle-deflection-norm gt 0.125 + /instrumentation/nav[0]/heading-needle-deflection-norm lt -0.125 + + /position/gear-agl-ft ge 15 +