MD-11: Update and fix A/THR

This commit is contained in:
Joshua Davidson 2017-09-03 23:42:22 -04:00
parent b1db493845
commit e20092af17
2 changed files with 5 additions and 5 deletions

View file

@ -179,7 +179,7 @@
</condition>
</enable>
<input>
<property>/velocities/airspeed-kt</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</input>
<reference>
<property>/it-autoflight/internal/kts</property>
@ -241,7 +241,7 @@
</condition>
</enable>
<input>
<property>/velocities/mach</property>
<property>/instrumentation/airspeed-indicator/indicated-mach</property>
<scale>500.0</scale>
</input>
<reference>
@ -298,7 +298,7 @@
</condition>
</enable>
<input>
<property>/velocities/airspeed-kt</property>
<value>900</value>
</input>
<reference>
<value>0</value>
@ -353,7 +353,7 @@
</condition>
</enable>
<input>
<property>/velocities/airspeed-kt</property>
<value>0</value>
</input>
<reference>
<value>900</value>

View file

@ -1 +1 @@
1464
1465