diff --git a/Nasal/fadec-common.nas b/Nasal/fadec-common.nas index 1663ea78..9cb08221 100644 --- a/Nasal/fadec-common.nas +++ b/Nasal/fadec-common.nas @@ -281,10 +281,14 @@ var thrust_loop = maketimer(0.04, func { setprop("/systems/thrust/alpha-floor", 1); setprop("/systems/thrust/toga-lk", 0); setprop("/it-autoflight/input/athr", 1); + setprop("/controls/engines/engine[0]/throttle-fdm", 0.99); + setprop("/controls/engines/engine[1]/throttle-fdm", 0.99); } else if (getprop("/systems/thrust/alpha-floor") == 1 and alpha < togaLock) { setprop("/systems/thrust/alpha-floor", 0); setprop("/it-autoflight/input/athr", 1); setprop("/systems/thrust/toga-lk", 1); + setprop("/controls/engines/engine[0]/throttle-fdm", 0.99); + setprop("/controls/engines/engine[1]/throttle-fdm", 0.99); } } else { setprop("/systems/thrust/alpha-floor", 0); diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml index c1cafd02..12187f69 100644 --- a/Systems/a320-fcs.xml +++ b/Systems/a320-fcs.xml @@ -464,11 +464,6 @@ fbw/roll/pid - - fbw/fmgc/yaw-cmd - -0.5 - - @@ -478,6 +473,24 @@ + + + + + /orientation/roll-deg + + -30 -30 + -1 0 + 0 0 + 1 0 + 30 30 + +
+ -0.1 +
+
+
+ @@ -488,7 +501,7 @@ fbw/fmgc/enabled eq 0 fbw/roll/gear-law-switch eq 1 - + fbw/fmgc/enabled eq 1 position/wow eq 1 /it-fbw/law eq 0 @@ -946,6 +959,11 @@ fbw/fmgc/enabled eq 1 position/wow eq 1 + gear/unit[0]/WOW eq 0 + + + fbw/fmgc/enabled eq 1 + position/wow eq 1 /it-fbw/law eq 3 diff --git a/revision.txt b/revision.txt index a7df46a4..2b763631 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4743 \ No newline at end of file +4744 \ No newline at end of file