diff --git a/Models/FlightDeck/res/thr_lt.png b/Models/FlightDeck/res/thr_lt.png index e1bba45d..f711bbcd 100644 Binary files a/Models/FlightDeck/res/thr_lt.png and b/Models/FlightDeck/res/thr_lt.png differ diff --git a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas index 6d6e641c..1ca65962 100644 --- a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas +++ b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas @@ -297,12 +297,10 @@ var canvas_lowerECAM_fctl = { # Pitch Trim me["PT"].setText(sprintf("%2.1f", getprop("/ECAM/Lower/elevator-trim-deg"))); - if (getprop("/controls/flight/elevator-trim") < 0) { + if (getprop("/controls/flight/elevator-trim") <= 0) { me["PTupdn"].setText(sprintf("UP")); } else if (getprop("/controls/flight/elevator-trim") > 0) { me["PTupdn"].setText(sprintf("DN")); - } else { - me["PTupdn"].setText(sprintf("")); } if (green_psi < 1500 and yellow_psi < 1500) { diff --git a/Systems/lower-ecam.xml b/Systems/lower-ecam.xml index 7c2df95c..b0bc834e 100644 --- a/Systems/lower-ecam.xml +++ b/Systems/lower-ecam.xml @@ -247,12 +247,13 @@ <expression> <table> <property>/controls/flight/elevator-trim</property> - <entry><ind> 0.4283</ind><dep>-4.0</dep></entry> - <entry><ind> 0.1161</ind><dep>-1.0</dep></entry> + <entry><ind> 0.4200</ind><dep>-4.0</dep></entry> + <entry><ind> 0.2150</ind><dep>-2.0</dep></entry> + <entry><ind> 0.1100</ind><dep>-1.0</dep></entry> <entry><ind> 0.0000</ind><dep> 0.0</dep></entry> - <entry><ind>-0.0883</ind><dep> 1.0</dep></entry> - <entry><ind>-0.1900</ind><dep> 2.0</dep></entry> - <entry><ind>-0.5035</ind><dep> 5.0</dep></entry> + <entry><ind>-0.1000</ind><dep> 1.0</dep></entry> + <entry><ind>-0.2000</ind><dep> 2.0</dep></entry> + <entry><ind>-0.5000</ind><dep> 5.0</dep></entry> </table> </expression> </input>