From 2e9525dcedaff242530a19fdd935cf7c76cb62ec Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 2 Nov 2017 12:51:10 -0400 Subject: [PATCH] A32X: Fix Yaw Damper/Turn Coordinator behavior in FBW --- Systems/it-fbw.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++ revision.txt | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/Systems/it-fbw.xml b/Systems/it-fbw.xml index 8572a9c4..be0c902f 100644 --- a/Systems/it-fbw.xml +++ b/Systems/it-fbw.xml @@ -1330,6 +1330,50 @@ + + + LSAS: FEEDBACK IF DISABLED + + + + + /gear/gear[1]/wow + 1 + + + /gear/gear[2]/wow + 1 + + + /it-fbw/law + 0 + + + /controls/flight/rudder + 0.1 + + + /controls/flight/rudder + -0.1 + + + /position/gear-agl-ft + 50 + + + /it-autoflight/output/lat + 4 + + + + + gain + 1 + /controls/flight/rudder-fbw + /controls/flight/rudder-fbw-cmd + -0.2 + 0.2 + IT-FBW: YAW DAMPER/TURN COORDINATOR @@ -1357,6 +1401,14 @@ /it-autoflight/output/lat 4 + + /controls/flight/rudder + 0.1 + + + /controls/flight/rudder + -0.1 + diff --git a/revision.txt b/revision.txt index af63525c..b520423b 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -3042 \ No newline at end of file +3043 \ No newline at end of file