87 lines
2.3 KiB
XML
87 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<filter>
|
|
<name>FMGC MNG SPD</name>
|
|
<type>gain</type>
|
|
<gain>1</gain>
|
|
<update-interval-secs type="double">0.05</update-interval-secs>
|
|
<input>
|
|
<expression>
|
|
<product>
|
|
<table>
|
|
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
|
|
<entry><ind>10000</ind><dep>286</dep></entry>
|
|
<entry><ind>42000</ind><dep>249</dep></entry>
|
|
</table>
|
|
<table>
|
|
<property>/FMGC/internal/cost-index</property>
|
|
<entry><ind> 0</ind><dep>1.0</dep></entry>
|
|
<entry><ind>120</ind><dep>1.1</dep></entry>
|
|
</table>
|
|
</product>
|
|
</expression>
|
|
</input>
|
|
<output>/FMGC/internal/mng-alt-spd</output>
|
|
</filter>
|
|
|
|
<filter>
|
|
<name>FMGC MNG MACH</name>
|
|
<type>gain</type>
|
|
<gain>1</gain>
|
|
<update-interval-secs type="double">0.05</update-interval-secs>
|
|
<input>
|
|
<expression>
|
|
<product>
|
|
<table>
|
|
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
|
|
<entry><ind>26000</ind><dep>0.705</dep></entry>
|
|
<entry><ind>42000</ind><dep>0.815</dep></entry>
|
|
</table>
|
|
<table>
|
|
<property>/FMGC/internal/cost-index</property>
|
|
<entry><ind> 0</ind><dep>0.97</dep></entry>
|
|
<entry><ind>120</ind><dep>1.03</dep></entry>
|
|
</table>
|
|
</product>
|
|
</expression>
|
|
</input>
|
|
<output>/FMGC/internal/mng-alt-mach</output>
|
|
</filter>
|
|
|
|
<filter>
|
|
<name>FMGC Target IAS PFD</name>
|
|
<type>gain</type>
|
|
<gain>1</gain>
|
|
<update-interval-secs type="double">0.1</update-interval-secs>
|
|
<input>
|
|
<condition>
|
|
<equals>
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
<value>0</value>
|
|
</equals>
|
|
</condition>
|
|
<property>/it-autoflight/input/spd-kts</property>
|
|
</input>
|
|
<input>
|
|
<condition>
|
|
<equals>
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
<value>1</value>
|
|
</equals>
|
|
</condition>
|
|
<expression>
|
|
<product>
|
|
<div>
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
<property>/instrumentation/airspeed-indicator/indicated-mach</property>
|
|
</div>
|
|
<property>/it-autoflight/input/spd-mach</property>
|
|
</product>
|
|
</expression>
|
|
</input>
|
|
<output>/FMGC/internal/target-ias-pfd</output>
|
|
</filter>
|
|
|
|
</PropertyList>
|