diff --git a/Models/Instruments/PFD/PFD1.xml b/Models/Instruments/PFD/PFD1.xml index f37732bd..4274cd85 100644 --- a/Models/Instruments/PFD/PFD1.xml +++ b/Models/Instruments/PFD/PFD1.xml @@ -1855,7 +1855,7 @@ <condition> <greater-than-equals> <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> - <value>100</value> + <value>200</value> </greater-than-equals> </condition> </animation> @@ -1866,7 +1866,7 @@ <condition> <less-than-equals> <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> - <value>-100</value> + <value>-200</value> </less-than-equals> </condition> </animation> diff --git a/Models/Instruments/PFD/PFD2.xml b/Models/Instruments/PFD/PFD2.xml index e3697b7c..56cd8f58 100644 --- a/Models/Instruments/PFD/PFD2.xml +++ b/Models/Instruments/PFD/PFD2.xml @@ -1855,7 +1855,7 @@ <condition> <greater-than-equals> <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> - <value>100</value> + <value>200</value> </greater-than-equals> </condition> </animation> @@ -1866,7 +1866,7 @@ <condition> <less-than-equals> <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> - <value>-100</value> + <value>-200</value> </less-than-equals> </condition> </animation> diff --git a/Models/Instruments/PFD/res/spd-tape.png b/Models/Instruments/PFD/res/spd-tape.png index d53be643..920d9b52 100644 Binary files a/Models/Instruments/PFD/res/spd-tape.png and b/Models/Instruments/PFD/res/spd-tape.png differ diff --git a/Nasal/fctl.nas b/Nasal/fctl.nas index f6900280..f72dbf6f 100644 --- a/Nasal/fctl.nas +++ b/Nasal/fctl.nas @@ -100,7 +100,7 @@ controls.flapsDown = func(step) { } var flap_autoretract = func { - if (getprop("/controls/flight/flap-pos") == 2 and getprop("/velocities/airspeed-kt") >= 210) { + if (getprop("/controls/flight/flap-pos") == 2 and getprop("/velocities/airspeed-kt") >= 208) { setprop("/controls/flight/flaps", 0.000); setprop("/controls/flight/slats", 0.666); setprop("/controls/flight/flap-lever", 1);