From 644ec49c61eb857c20ed6386fff9da9a7fd926d8 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Sat, 2 Dec 2017 20:40:00 -0500 Subject: [PATCH] A3XX: A/THR issues fixed --- Systems/fmgc-thrust.xml | 168 +++++++++++++++++++++++++++++++++++++--- revision.txt | 2 +- 2 files changed, 157 insertions(+), 13 deletions(-) diff --git a/Systems/fmgc-thrust.xml b/Systems/fmgc-thrust.xml index 62b06f75..d0e68f94 100644 --- a/Systems/fmgc-thrust.xml +++ b/Systems/fmgc-thrust.xml @@ -152,14 +152,17 @@ /controls/engines/throttle-pid-max - - + - IAS THR + IT-CONTROLLER: IAS THRUST false + + /it-autoflight/output/athr + 1 + /it-autoflight/input/kts-mach 0 @@ -188,6 +191,24 @@ 0 + + + /systems/thrust/state1 + MAN + + + /systems/thrust/state1 + CL + + + /systems/thrust/state2 + MAN + + + /systems/thrust/state2 + CL + + @@ -215,14 +236,17 @@ - - + - MACH THR + IT-CONTROLLER: MACH THRUST false + + /it-autoflight/output/athr + 1 + /it-autoflight/input/kts-mach 1 @@ -251,6 +275,24 @@ 0 + + + /systems/thrust/state1 + MAN + + + /systems/thrust/state1 + CL + + + /systems/thrust/state2 + MAN + + + /systems/thrust/state2 + CL + + @@ -280,16 +322,19 @@ - - + - IDLE + IT-CONTROLLER: IDLE THRUST false gain 1.0 + + /it-autoflight/output/athr + 1 + /it-autoflight/output/fd1 @@ -312,6 +357,24 @@ /it-autoflight/output/thr-mode 1 + + + /systems/thrust/state1 + MAN + + + /systems/thrust/state1 + CL + + + /systems/thrust/state2 + MAN + + + /systems/thrust/state2 + CL + + @@ -331,16 +394,19 @@ /controls/engines/throttle-cmd-pid - - + - CLB + IT-CONTROLLER: LIMIT THRUST false gain 1.0 + + /it-autoflight/output/athr + 1 + /it-autoflight/output/fd1 @@ -363,6 +429,24 @@ /it-autoflight/output/thr-mode 2 + + + /systems/thrust/state1 + MAN + + + /systems/thrust/state1 + CL + + + /systems/thrust/state2 + MAN + + + /systems/thrust/state2 + CL + + @@ -374,6 +458,66 @@ + + IT-CONTROLLER: FEEDBACK IF DISABLED + false + gain + 1.0 + + + + + /it-autoflight/output/athr + 0 + + + + /systems/thrust/state1 + MAN + + + /systems/thrust/state1 + CL + + + /systems/thrust/state2 + MAN + + + /systems/thrust/state2 + CL + + + + + + + + + + /systems/thrust/state1 + IDLE + + + /systems/thrust/state2 + IDLE + + + + 1 + + 0 + + /controls/engines/throttle-cmd-pid + + + /controls/engines/idle-limit + + + /controls/engines/throttle-pid-max + + + Thrust Filter 1 diff --git a/revision.txt b/revision.txt index 3a995431..980bf523 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4053 \ No newline at end of file +4057 \ No newline at end of file