From d028d44604e978a5bce4a877df64446f0d9df938 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 8 Nov 2018 15:08:30 -0500 Subject: [PATCH] Control: Refactor FBW Gains --- Systems/a320-fcs.xml | 86 +++++++++++++++++++------------------------- revision.txt | 2 +- 2 files changed, 37 insertions(+), 51 deletions(-) diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml index 2d628ccf..c8bb06f2 100644 --- a/Systems/a320-fcs.xml +++ b/Systems/a320-fcs.xml @@ -24,7 +24,7 @@ fbw/pitch/d-gain fbw/yaw/yd-p-gain fbw/yaw/tc-p-gain - fbw/yaw/tc-i-gain + fbw/yaw/tc-d-gain fbw/fmgc/roll-cmd @@ -79,12 +79,12 @@ - velocities/mach + velocities/vc-ktsfbw/roll/gain-switch 0 1 - 0.2 -26.2 0.0 - 0.9 -15.5 0.0 + 140 -26.2 0.0 + 350 -9.5 0.0
@@ -93,12 +93,12 @@ - velocities/mach + velocities/vc-ktsfbw/roll/gain-switch 0 1 - 0.2 -45.5 0.0 - 0.9 -36.0 0.0 + 140 -45.5 0.0 + 350 -29.0 0.0
@@ -107,12 +107,12 @@ - velocities/mach + velocities/vc-ktsfbw/roll/gain-switch 0 1 - 0.2 -2.1 0.0 - 0.9 -1.1 0.0 + 140 -2.1 0.0 + 350 -0.8 0.0
@@ -121,12 +121,12 @@ - velocities/mach + velocities/vc-ktsfbw/pitch/gain-switch 0 1 - 0.2 28 0 - 0.9 23 0 + 140 28 0 + 350 23 0
@@ -135,12 +135,12 @@ - velocities/mach + velocities/vc-ktsfbw/pitch/gain-switch 0 1 - 0.2 61 0 - 0.9 45 0 + 140 61 0 + 350 45 0
@@ -149,12 +149,12 @@ - velocities/mach + velocities/vc-ktsfbw/pitch/gain-switch 0 1 - 0.2 2.9 0.0 - 0.9 1.3 0.0 + 140 2.4 0.0 + 350 0.6 0.0
@@ -163,12 +163,12 @@ - velocities/mach + velocities/vc-ktsfbw/yaw/gain-switch 0 1 - 0.2 -7.5 0.0 - 0.9 -1.5 0.0 + 140 -7.0 0.0 + 350 -1.2 0.0
@@ -177,26 +177,26 @@ - velocities/mach + velocities/vc-ktsfbw/yaw/gain-switch - 0 1 - 0.2 5.01 0.00 - 0.9 1.05 0.00 + 0 1 + 140 13 0 + 350 5 0
- + - velocities/mach + velocities/vc-ktsfbw/yaw/gain-switch - 0 1 - 0.2 1.03 0.00 - 0.9 0.79 0.00 + 0 1 + 140 16 0 + 350 9 0
@@ -520,12 +520,12 @@ - velocities/mach + velocities/vc-ktsposition/wow 0 1 - 0.2 0.5 1.0 - 0.9 0.1 1.0 + 140 0.5 1.0 + 350 0.1 1.0
@@ -1113,25 +1113,11 @@ - - - - fbw/yaw/gain-switch gt 0 - /position/gear-agl-ft lt 50 - fbw/yaw/autoland-switch eq 1 - - - fbw/yaw/tc-pid le -0.199 - fbw/yaw/tc-pid ge 0.199 - - - fbw/yaw/slip-skid fbw/yaw/tc-p-gain - fbw/yaw/tc-i-gain - 0.0 - fbw/yaw/trigger + 0.0 + fbw/yaw/tc-d-gain -0.2 0.2 diff --git a/revision.txt b/revision.txt index 03525b00..704c4158 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4695 \ No newline at end of file +4696 \ No newline at end of file