2019-10-14 16:48:35 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- IT-AUTOFLIGHT -->
|
2020-07-08 20:14:55 +00:00
|
|
|
<!-- Copyright (c) 2020 Joshua Davidson (Octal450) -->
|
2019-10-14 16:48:35 +00:00
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
2022-03-12 18:30:41 +00:00
|
|
|
<!-- Logic -->
|
|
|
|
<logic>
|
|
|
|
<input>
|
|
|
|
<or>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/ap1</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/ap2</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/fd1</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/fd2</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</or>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/output/apfd-on</output>
|
|
|
|
</logic>
|
|
|
|
|
|
|
|
<logic>
|
|
|
|
<input>
|
|
|
|
<or>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/ap1</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/ap2</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</or>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/output/ap-on</output>
|
|
|
|
</logic>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<!-- Predictors -->
|
|
|
|
<predict-simple>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>IAS 5 Second Predictor</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>/instrumentation/airspeed-indicator/indicated-speed-kt</input>
|
2020-07-08 20:14:55 +00:00
|
|
|
<output>/it-autoflight/internal/kts-predicted-5</output>
|
|
|
|
<seconds>5</seconds>
|
|
|
|
<filter-gain>0</filter-gain>
|
2019-10-14 16:48:35 +00:00
|
|
|
</predict-simple>
|
|
|
|
|
|
|
|
<predict-simple>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>MACH 5 Second Predictor</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>/instrumentation/airspeed-indicator/indicated-mach</input>
|
2020-07-08 20:14:55 +00:00
|
|
|
<output>/it-autoflight/internal/mach-predicted-5</output>
|
|
|
|
<seconds>5</seconds>
|
|
|
|
<filter-gain>0</filter-gain>
|
2019-10-14 16:48:35 +00:00
|
|
|
</predict-simple>
|
|
|
|
|
|
|
|
<predict-simple>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>IAS 15 Second Predictor</name>
|
|
|
|
<input>/instrumentation/airspeed-indicator/indicated-speed-kt</input>
|
|
|
|
<output>/it-autoflight/internal/kts-predicted-15</output>
|
|
|
|
<seconds>15</seconds>
|
|
|
|
<filter-gain>0</filter-gain>
|
2019-10-14 16:48:35 +00:00
|
|
|
</predict-simple>
|
|
|
|
|
|
|
|
<predict-simple>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>MACH 15 Second Predictor</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>/instrumentation/airspeed-indicator/indicated-mach</input>
|
2020-07-08 20:14:55 +00:00
|
|
|
<output>/it-autoflight/internal/mach-predicted-15</output>
|
|
|
|
<seconds>15</seconds>
|
|
|
|
<filter-gain>0</filter-gain>
|
2019-10-14 16:48:35 +00:00
|
|
|
</predict-simple>
|
|
|
|
|
|
|
|
<!-- Autopilot Helpers/Calculators -->
|
2022-03-27 17:23:39 +00:00
|
|
|
<filter>
|
|
|
|
<name>Auto Bank Limit</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<table>
|
|
|
|
<property>/velocities/mach</property>
|
|
|
|
<entry><ind>0.55</ind><dep>25</dep></entry>
|
|
|
|
<entry><ind>0.80</ind><dep>20</dep></entry>
|
|
|
|
<entry><ind>0.90</ind><dep>10</dep></entry>
|
|
|
|
</table>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/bank-limit</output>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>FMGC Managed Knots</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<value>266</value>
|
|
|
|
<table>
|
|
|
|
<property>/FMGC/internal/cost-index</property>
|
|
|
|
<entry><ind> 0</ind><dep>1.00</dep></entry>
|
|
|
|
<entry><ind>120</ind><dep>1.19</dep></entry>
|
|
|
|
</table>
|
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/FMGC/internal/mng-alt-spd</output>
|
|
|
|
<min>250</min>
|
|
|
|
<max>345</max>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>FMGC Managed Mach</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<table>
|
|
|
|
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
|
|
|
|
<entry><ind>20000</ind><dep>0.625</dep></entry>
|
|
|
|
<entry><ind>42000</ind><dep>0.805</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.05</dep></entry>
|
|
|
|
</table>
|
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/FMGC/internal/mng-alt-mach</output>
|
|
|
|
<min>0.500</min>
|
|
|
|
<max>0.815</max>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>FMGC Target Knots PFD</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2020-07-09 01:12:02 +00:00
|
|
|
<property>/it-autoflight/input/kts</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
</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>
|
2020-07-09 01:12:02 +00:00
|
|
|
<property>/it-autoflight/input/mach</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/FMGC/internal/target-ias-pfd</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Knots Sync</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
2020-05-13 09:58:59 +00:00
|
|
|
<input>
|
2019-10-14 16:48:35 +00:00
|
|
|
<expression>
|
|
|
|
<floor>
|
|
|
|
<sum>
|
|
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
|
|
<value>0.5</value>
|
|
|
|
</sum>
|
|
|
|
</floor>
|
|
|
|
</expression>
|
|
|
|
</input>
|
2020-07-09 01:12:02 +00:00
|
|
|
<output>/it-autoflight/input/kts</output>
|
2019-10-14 16:48:35 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Mach Sync</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
2020-05-13 09:58:59 +00:00
|
|
|
<input>
|
2019-10-14 16:48:35 +00:00
|
|
|
<expression>
|
|
|
|
<div>
|
|
|
|
<floor>
|
|
|
|
<sum>
|
|
|
|
<product>
|
|
|
|
<property>/instrumentation/airspeed-indicator/indicated-mach</property>
|
|
|
|
<value>1000</value>
|
|
|
|
</product>
|
|
|
|
<value>0.5</value>
|
|
|
|
</sum>
|
|
|
|
</floor>
|
|
|
|
<value>1000</value>
|
|
|
|
</div>
|
|
|
|
</expression>
|
|
|
|
</input>
|
2020-07-09 01:12:02 +00:00
|
|
|
<output>/it-autoflight/input/mach</output>
|
2019-10-14 16:48:35 +00:00
|
|
|
</filter>
|
|
|
|
|
2022-08-12 16:45:39 +00:00
|
|
|
<filter>
|
|
|
|
<name>Knots Lag</name>
|
|
|
|
<type>exponential</type>
|
|
|
|
<input>/velocities/airspeed-kt</input>
|
|
|
|
<output>/it-autoflight/internal/kts-input-lag</output>
|
2022-08-28 17:32:51 +00:00
|
|
|
<filter-time>0.04</filter-time>
|
2022-08-12 16:45:39 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Knots Average</name>
|
|
|
|
<type>moving-average</type>
|
|
|
|
<input>/it-autoflight/internal/kts-input-lag</input>
|
|
|
|
<output>/it-autoflight/internal/kts-input-avg</output>
|
|
|
|
<samples>60</samples>
|
|
|
|
</filter>
|
|
|
|
|
2021-04-23 20:30:35 +00:00
|
|
|
<filter>
|
|
|
|
<name>Knots Rate</name>
|
|
|
|
<type>derivative</type>
|
2022-08-12 16:45:39 +00:00
|
|
|
<input>/it-autoflight/internal/kts-input-avg</input>
|
2021-04-23 20:30:35 +00:00
|
|
|
<output>/it-autoflight/internal/kts-rate-raw</output>
|
|
|
|
<filter-time>1.0</filter-time>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Knots Rate Lag</name>
|
|
|
|
<type>exponential</type>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>/velocities/airspeed-kt</property>
|
2021-04-23 20:33:44 +00:00
|
|
|
<value>1</value>
|
2021-04-23 20:30:35 +00:00
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
<value>0</value>
|
|
|
|
</input>
|
|
|
|
<input>/it-autoflight/internal/kts-rate-raw</input>
|
|
|
|
<output>/it-autoflight/internal/kts-rate</output>
|
2022-08-28 17:32:51 +00:00
|
|
|
<filter-time>0.04</filter-time>
|
2022-08-09 19:32:05 +00:00
|
|
|
</filter>
|
|
|
|
|
2022-08-12 16:45:39 +00:00
|
|
|
<filter>
|
|
|
|
<name>Mach Lag</name>
|
|
|
|
<type>exponential</type>
|
|
|
|
<input>/velocities/mach</input>
|
|
|
|
<output>/it-autoflight/internal/mach-input-lag</output>
|
2022-08-28 17:32:51 +00:00
|
|
|
<filter-time>0.04</filter-time>
|
2022-08-12 16:45:39 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Mach Average</name>
|
|
|
|
<type>moving-average</type>
|
|
|
|
<input>/it-autoflight/internal/mach-input-lag</input>
|
|
|
|
<output>/it-autoflight/internal/mach-input-avg</output>
|
|
|
|
<samples>60</samples>
|
|
|
|
</filter>
|
|
|
|
|
2022-08-09 19:32:05 +00:00
|
|
|
<filter>
|
|
|
|
<name>Mach Rate</name>
|
|
|
|
<type>derivative</type>
|
2022-08-12 16:45:39 +00:00
|
|
|
<input>/it-autoflight/internal/mach-input-avg</input>
|
2022-08-09 19:32:05 +00:00
|
|
|
<output>/it-autoflight/internal/mach-rate-raw</output>
|
|
|
|
<filter-time>1.0</filter-time>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Mach Rate Gain</name>
|
|
|
|
<type>gain</type>
|
2022-08-12 16:45:39 +00:00
|
|
|
<gain>650</gain>
|
2022-08-09 19:32:05 +00:00
|
|
|
<input>/it-autoflight/internal/mach-rate-raw</input>
|
|
|
|
<output>/it-autoflight/internal/mach-rate-gain</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Mach Rate Lag</name>
|
|
|
|
<type>exponential</type>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>/velocities/airspeed-kt</property>
|
|
|
|
<value>1</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
<value>0</value>
|
|
|
|
</input>
|
|
|
|
<input>/it-autoflight/internal/mach-rate-gain</input>
|
|
|
|
<output>/it-autoflight/internal/mach-rate</output>
|
2022-08-28 17:32:51 +00:00
|
|
|
<filter-time>0.04</filter-time>
|
2021-04-23 20:30:35 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Flch Knots Rate Command</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/mode/vert</property>
|
|
|
|
<value>T/O CLB</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<difference>
|
|
|
|
<sum>
|
|
|
|
<property>/it-autoflight/settings/togaspd</property>
|
|
|
|
<value>10</value>
|
|
|
|
</sum>
|
|
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
|
|
</difference>
|
2022-08-09 19:32:05 +00:00
|
|
|
<value>0.1</value>
|
2021-04-23 20:30:35 +00:00
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/kts-mach</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<difference>
|
2022-01-10 01:22:57 +00:00
|
|
|
<max>
|
|
|
|
<min>
|
|
|
|
<property>/it-autoflight/input/mach</property>
|
|
|
|
<property>/FMGC/internal/vmax-mach</property>
|
|
|
|
</min>
|
|
|
|
<property>/FMGC/internal/vls-mach</property>
|
|
|
|
</max>
|
2021-04-23 20:30:35 +00:00
|
|
|
<property>/instrumentation/airspeed-indicator/indicated-mach</property>
|
|
|
|
</difference>
|
2022-08-09 19:32:05 +00:00
|
|
|
<value>100</value>
|
2021-04-23 20:30:35 +00:00
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<difference>
|
2022-01-10 01:22:57 +00:00
|
|
|
<max>
|
|
|
|
<min>
|
|
|
|
<property>/it-autoflight/input/kts</property>
|
|
|
|
<property>/FMGC/internal/vmax</property>
|
|
|
|
</min>
|
|
|
|
<property>/FMGC/internal/vls</property>
|
|
|
|
</max>
|
2021-04-23 20:30:35 +00:00
|
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
|
|
</difference>
|
2022-08-09 19:32:05 +00:00
|
|
|
<value>0.1</value>
|
2021-04-23 20:30:35 +00:00
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/flch-kts-error-cmd</output>
|
2022-06-29 15:58:54 +00:00
|
|
|
<min>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>7</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<value>-0.8</value>
|
|
|
|
</min>
|
2022-06-28 21:26:41 +00:00
|
|
|
<min>-1.2</min>
|
|
|
|
<max>1.2</max>
|
2021-04-23 20:30:35 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Flch Knots Rate Filter</name>
|
|
|
|
<type>noise-spike</type>
|
|
|
|
<feedback-if-disabled>true</feedback-if-disabled>
|
|
|
|
<initialize-to>output</initialize-to>
|
|
|
|
<input>/it-autoflight/internal/flch-kts-error-cmd</input>
|
|
|
|
<output>/it-autoflight/internal/flch-kts-error</output>
|
|
|
|
<max-rate-of-change>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<or>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>4</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>7</value>
|
|
|
|
</equals>
|
|
|
|
</or>
|
2022-03-12 18:30:41 +00:00
|
|
|
<property>/it-autoflight/output/apfd-on</property>
|
2021-04-23 20:30:35 +00:00
|
|
|
<equals>
|
|
|
|
<property>/gear/gear[1]/wow</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/gear/gear[2]/wow</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
|
|
|
</and>
|
|
|
|
</condition>
|
2022-08-09 19:32:05 +00:00
|
|
|
<value>1.5</value>
|
2021-04-23 20:30:35 +00:00
|
|
|
</max-rate-of-change>
|
|
|
|
<max-rate-of-change>100</max-rate-of-change>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Heading Deg</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<property>/instrumentation/efis/mfd/true-north</property>
|
|
|
|
</condition>
|
|
|
|
<property>/orientation/heading-deg</property>
|
|
|
|
</input>
|
|
|
|
<input>/orientation/heading-magnetic-deg</input>
|
|
|
|
<reference>0</reference>
|
|
|
|
<output>/it-autoflight/internal/heading-deg</output>
|
|
|
|
<output>/instrumentation/pfd/heading-deg</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Track Deg</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<property>/instrumentation/efis/mfd/true-north</property>
|
2021-07-16 17:20:26 +00:00
|
|
|
<greater-than-equals>
|
2019-10-14 16:48:35 +00:00
|
|
|
<property>/velocities/groundspeed-kt</property>
|
|
|
|
<value>1</value>
|
2021-07-16 17:20:26 +00:00
|
|
|
</greater-than-equals>
|
2019-10-14 16:48:35 +00:00
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<property>/orientation/track-deg</property>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<not><property>/instrumentation/efis/mfd/true-north</property></not>
|
2021-07-16 17:20:26 +00:00
|
|
|
<greater-than-equals>
|
2019-10-14 16:48:35 +00:00
|
|
|
<property>/velocities/groundspeed-kt</property>
|
|
|
|
<value>1</value>
|
2021-07-16 17:20:26 +00:00
|
|
|
</greater-than-equals>
|
2019-10-14 16:48:35 +00:00
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<property>/orientation/track-magnetic-deg</property>
|
|
|
|
</input>
|
|
|
|
<input>/it-autoflight/internal/heading-deg</input>
|
|
|
|
<reference>0</reference>
|
|
|
|
<output>/it-autoflight/internal/track-deg</output>
|
|
|
|
<output>/instrumentation/pfd/track-deg</output>
|
|
|
|
</filter>
|
|
|
|
|
2022-09-28 23:32:59 +00:00
|
|
|
<filter>
|
|
|
|
<name>Heading/Track Deg</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/trk</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<property>/it-autoflight/internal/track-deg</property>
|
|
|
|
</input>
|
|
|
|
<input>/it-autoflight/internal/heading-deg</input>
|
|
|
|
<output>/it-autoflight/internal/heading</output>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Drift Angle</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
2020-04-18 19:48:47 +00:00
|
|
|
<input>
|
|
|
|
<condition>
|
2021-07-16 17:21:33 +00:00
|
|
|
<less-than>
|
2020-04-18 19:48:47 +00:00
|
|
|
<property>/velocities/groundspeed-kt</property>
|
|
|
|
<value>1</value>
|
2021-07-16 17:21:33 +00:00
|
|
|
</less-than>
|
2020-04-18 19:48:47 +00:00
|
|
|
</condition>
|
2022-09-28 23:32:59 +00:00
|
|
|
<property>/orientation/heading-deg</property>
|
2020-04-18 19:48:47 +00:00
|
|
|
</input>
|
2022-09-28 23:32:59 +00:00
|
|
|
<input>/orientation/track-deg</input>
|
|
|
|
<reference>/orientation/heading-deg</reference>
|
2019-10-14 16:48:35 +00:00
|
|
|
<output>/it-autoflight/internal/drift-angle-deg</output>
|
|
|
|
<period>
|
|
|
|
<min>-180</min>
|
|
|
|
<max>180</max>
|
|
|
|
</period>
|
|
|
|
</filter>
|
|
|
|
|
2022-01-17 11:43:31 +00:00
|
|
|
<filter>
|
2022-08-09 19:32:05 +00:00
|
|
|
<name>LNAV Course Correction</name>
|
2022-01-17 11:43:31 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>
|
|
|
|
<expression>
|
|
|
|
<table>
|
|
|
|
<property>/fdm/jsbsim/velocities/vc-kts</property>
|
2022-09-28 23:32:59 +00:00
|
|
|
<entry><ind>140</ind><dep>40</dep></entry>
|
2022-01-17 11:43:31 +00:00
|
|
|
<entry><ind>360</ind><dep>20</dep></entry>
|
|
|
|
</table>
|
|
|
|
</expression>
|
|
|
|
</gain>
|
|
|
|
<input>/instrumentation/gps/wp/wp[1]/course-error-nm</input>
|
|
|
|
<output>/it-autoflight/internal/course-error-deg</output>
|
|
|
|
<min>-45</min>
|
|
|
|
<max>45</max>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Heading Error Deg</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
2022-09-28 23:32:59 +00:00
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/lat</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
2019-10-14 16:48:35 +00:00
|
|
|
</condition>
|
|
|
|
<property>/it-autoflight/input/hdg</property>
|
|
|
|
<offset>
|
2022-09-28 23:32:59 +00:00
|
|
|
<property>/it-autoflight/internal/heading</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<scale>-1.0</scale>
|
|
|
|
</offset>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/lat</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
2022-01-17 11:43:31 +00:00
|
|
|
<property>/instrumentation/gps/wp/leg-true-course-deg</property>
|
|
|
|
<property>/it-autoflight/internal/course-error-deg</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<product>
|
|
|
|
<property>/it-autoflight/internal/drift-angle-deg</property>
|
|
|
|
<value>-1.0</value>
|
|
|
|
</product>
|
|
|
|
<product>
|
|
|
|
<property>/orientation/heading-deg</property>
|
|
|
|
<value>-1.0</value>
|
|
|
|
</product>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>0</input>
|
|
|
|
<output>/it-autoflight/internal/heading-error-deg</output>
|
|
|
|
<period>
|
|
|
|
<min>-180</min>
|
|
|
|
<max>180</max>
|
|
|
|
</period>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Vertical Speed Sync</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<enable>
|
|
|
|
<condition>
|
|
|
|
<not-equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>1</value>
|
|
|
|
</not-equals>
|
|
|
|
</condition>
|
|
|
|
</enable>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<floor>
|
|
|
|
<sum>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
<value>0.5</value>
|
|
|
|
</sum>
|
|
|
|
</floor>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/input/vs</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>VS Abs</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
2021-04-23 20:30:35 +00:00
|
|
|
<update-interval-secs>0.02</update-interval-secs>
|
2020-07-08 20:14:55 +00:00
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<abs>
|
|
|
|
<property>/it-autoflight/input/vs</property>
|
|
|
|
</abs>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/input/vs-abs</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>FPA Abs</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
2021-04-23 20:30:35 +00:00
|
|
|
<update-interval-secs>0.02</update-interval-secs>
|
2020-07-08 20:14:55 +00:00
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<abs>
|
|
|
|
<property>/it-autoflight/input/fpa</property>
|
|
|
|
</abs>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/input/fpa-abs</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Nav Error Deg</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<property>/instrumentation/nav[0]/radials/target-auto-hdg-deg</property>
|
|
|
|
<offset>
|
|
|
|
<property>/orientation/heading-deg</property>
|
|
|
|
<scale>-1.0</scale>
|
|
|
|
</offset>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/nav-heading-error-deg</output>
|
|
|
|
<period>
|
|
|
|
<min>-180</min>
|
2021-07-27 16:01:59 +00:00
|
|
|
<max>180</max>
|
|
|
|
</period>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>Nav Course Error Deg</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<property>/instrumentation/nav[0]/radials/selected-deg</property>
|
|
|
|
<offset>
|
|
|
|
<property>/orientation/track-magnetic-deg</property>
|
|
|
|
<scale>-1.0</scale>
|
|
|
|
</offset>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/nav-course-track-error-deg</output>
|
|
|
|
<period>
|
|
|
|
<min>-180</min>
|
2019-10-14 16:48:35 +00:00
|
|
|
<max>180</max>
|
|
|
|
</period>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Internal Vertical Speed</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>/instrumentation/gps/indicated-vertical-speed</input>
|
|
|
|
<output>/it-autoflight/internal/vert-speed-fpm</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Nav G/S FPM Calc</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
2021-07-26 00:12:22 +00:00
|
|
|
<input> <!-- Under 110ft glideslope data starts to become unusable -->
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<or>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>2</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>6</value>
|
|
|
|
</equals>
|
|
|
|
</or>
|
|
|
|
<less-than-equals>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>110</value>
|
|
|
|
</less-than-equals>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<min>
|
|
|
|
<property>/it-autoflight/internal/nav-rate-of-climb-fpm</property>
|
|
|
|
<value>-500</value>
|
|
|
|
</min>
|
|
|
|
</expression>
|
|
|
|
</input>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>/instrumentation/nav[0]/gs-rate-of-climb-fpm</input>
|
2020-07-08 20:14:55 +00:00
|
|
|
<output>/it-autoflight/internal/nav-rate-of-climb-fpm</output>
|
2019-10-14 16:48:35 +00:00
|
|
|
<min>
|
|
|
|
<condition>
|
|
|
|
<not-equals>
|
|
|
|
<property>/options/steep-ils</property>
|
|
|
|
<value>1</value>
|
|
|
|
</not-equals>
|
|
|
|
</condition>
|
2022-09-27 12:50:10 +00:00
|
|
|
<value>-1500</value>
|
2019-10-14 16:48:35 +00:00
|
|
|
</min>
|
|
|
|
<min>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/options/steep-ils</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<value>-2200</value>
|
|
|
|
</min>
|
|
|
|
<max>0</max>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Heading Predictor Stage 1</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/trk</property>
|
|
|
|
<value>0</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
|
|
|
<div>
|
|
|
|
<property>/orientation/roll-deg</property>
|
|
|
|
<table>
|
2021-04-23 20:30:35 +00:00
|
|
|
<property>/velocities/airspeed-kt</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<entry><ind>140</ind><dep>1.8</dep></entry>
|
|
|
|
<entry><ind>360</ind><dep>2.8</dep></entry>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<property>/it-autoflight/internal/heading-deg</property>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/input/trk</property>
|
|
|
|
<value>1</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
|
|
|
<div>
|
|
|
|
<property>/orientation/roll-deg</property>
|
|
|
|
<table>
|
2021-04-23 20:30:35 +00:00
|
|
|
<property>/velocities/airspeed-kt</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<entry><ind>140</ind><dep>1.8</dep></entry>
|
|
|
|
<entry><ind>360</ind><dep>2.8</dep></entry>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<property>/it-autoflight/internal/track-deg</property>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/heading-predicted-cmd</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Heading Predictor Stage 2</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<greater-than-equals>
|
|
|
|
<property>/it-autoflight/internal/heading-predicted-cmd</property>
|
|
|
|
<value>360.5</value>
|
|
|
|
</greater-than-equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<dif>
|
|
|
|
<property>/it-autoflight/internal/heading-predicted-cmd</property>
|
|
|
|
<value>360</value>
|
|
|
|
</dif>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>/it-autoflight/internal/heading-predicted-cmd</property>
|
|
|
|
<value>0.5</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
|
|
|
<property>/it-autoflight/internal/heading-predicted-cmd</property>
|
|
|
|
<value>360</value>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>/it-autoflight/internal/heading-predicted-cmd</input>
|
|
|
|
<output>/it-autoflight/internal/heading-predicted</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Altitude Predictor</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
|
|
|
<div>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
<value>5</value>
|
|
|
|
</div>
|
|
|
|
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/altitude-predicted</output>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>Internal FPA Computer</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<dif>
|
|
|
|
<property>/orientation/pitch-deg</property>
|
|
|
|
<property>/orientation/alpha-deg</property>
|
|
|
|
</dif>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/internal/fpa</output>
|
|
|
|
</filter>
|
|
|
|
|
2022-08-28 17:32:51 +00:00
|
|
|
<filter>
|
|
|
|
<name>Accel Altitude</name>
|
|
|
|
<type>gain</type>
|
|
|
|
<gain>1.0</gain>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<or>
|
|
|
|
<and>
|
|
|
|
<equals>
|
|
|
|
<property>/engines/engine[0]/state</property>
|
|
|
|
<value>3</value>
|
|
|
|
</equals>
|
|
|
|
<not>
|
|
|
|
<equals>
|
|
|
|
<property>/engines/engine[1]/state</property>
|
|
|
|
<value>3</value>
|
|
|
|
</equals>
|
|
|
|
</not>
|
|
|
|
</and>
|
|
|
|
<and>
|
|
|
|
<not>
|
|
|
|
<equals>
|
|
|
|
<property>/engines/engine[0]/state</property>
|
|
|
|
<value>3</value>
|
|
|
|
</equals>
|
|
|
|
</not>
|
|
|
|
<equals>
|
|
|
|
<property>/engines/engine[1]/state</property>
|
|
|
|
<value>3</value>
|
|
|
|
</equals>
|
|
|
|
</and>
|
|
|
|
</or>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<property>/FMGC/internal/eng-out-reduc</property>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<property>/FMGC/internal/accel-agl-ft</property>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/settings/accel-ft</output>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
<!-- Flight Director -->
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>FD Target Roll Filter</name>
|
2019-10-14 16:48:35 +00:00
|
|
|
<type>noise-spike</type>
|
|
|
|
<input>/it-autoflight/internal/target-roll-deg</input>
|
|
|
|
<output>/it-autoflight/internal/target-roll-fd</output>
|
|
|
|
<max-rate-of-change>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<not-equals>
|
|
|
|
<property>/it-autoflight/output/fd1</property>
|
|
|
|
<value>1</value>
|
|
|
|
</not-equals>
|
|
|
|
<not-equals>
|
|
|
|
<property>/it-autoflight/output/fd1</property>
|
|
|
|
<value>1</value>
|
|
|
|
</not-equals>
|
|
|
|
</and>
|
|
|
|
</condition>
|
2021-10-12 20:06:16 +00:00
|
|
|
<value>1000</value>
|
2019-10-14 16:48:35 +00:00
|
|
|
</max-rate-of-change>
|
|
|
|
<max-rate-of-change>15</max-rate-of-change>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2020-07-08 20:14:55 +00:00
|
|
|
<name>FD Roll</name>
|
2022-06-28 22:04:12 +00:00
|
|
|
<type>noise-spike</type>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>
|
|
|
|
<expression>
|
2020-07-08 20:14:55 +00:00
|
|
|
<difference>
|
2019-10-14 16:48:35 +00:00
|
|
|
<property>/it-autoflight/internal/target-roll-fd</property>
|
|
|
|
<property>/orientation/roll-deg</property>
|
2020-07-08 20:14:55 +00:00
|
|
|
</difference>
|
2019-10-14 16:48:35 +00:00
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/fd/roll-bar</output>
|
|
|
|
<min>-30</min>
|
|
|
|
<max>30</max>
|
2022-06-28 22:04:12 +00:00
|
|
|
<max-rate-of-change>20</max-rate-of-change>
|
2019-10-14 16:48:35 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
2021-09-25 15:59:06 +00:00
|
|
|
<name>FD Pitch Takeoff</name>
|
2022-08-28 17:32:51 +00:00
|
|
|
<type>noise-spike</type>
|
2019-10-14 16:48:35 +00:00
|
|
|
<input>
|
2021-09-25 15:59:06 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/mode/vert</property>
|
|
|
|
<value>T/O CLB</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2019-10-14 16:48:35 +00:00
|
|
|
<expression>
|
|
|
|
<product>
|
|
|
|
<table>
|
2021-09-25 15:59:06 +00:00
|
|
|
<property>/orientation/pitch-deg</property>
|
2022-08-15 20:08:55 +00:00
|
|
|
<entry><ind> 1</ind><dep>1</dep></entry>
|
|
|
|
<entry><ind>10</ind><dep>0</dep></entry>
|
2021-09-25 15:59:06 +00:00
|
|
|
</table>
|
|
|
|
<table>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<entry><ind> 5</ind><dep>1</dep></entry>
|
|
|
|
<entry><ind>30</ind><dep>0</dep></entry>
|
2019-10-14 16:48:35 +00:00
|
|
|
</table>
|
|
|
|
</product>
|
|
|
|
</expression>
|
|
|
|
</input>
|
2021-09-25 15:59:06 +00:00
|
|
|
<input>0</input>
|
|
|
|
<output>/it-autoflight/fd/pitch-bar-takeoff</output>
|
2022-08-28 17:32:51 +00:00
|
|
|
<max-rate-of-change>7.5</max-rate-of-change>
|
2021-09-25 15:59:06 +00:00
|
|
|
</filter>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>FD Pitch</name>
|
|
|
|
<type>noise-spike</type>
|
|
|
|
<input>
|
|
|
|
<expression>
|
|
|
|
<sum>
|
2022-06-28 22:04:12 +00:00
|
|
|
<rad2deg>
|
|
|
|
<asin>
|
|
|
|
<div>
|
|
|
|
<difference>
|
|
|
|
<property>/it-autoflight/internal/target-common-fpm</property>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
</difference>
|
|
|
|
<product>
|
|
|
|
<max>
|
|
|
|
<property>/instrumentation/airspeed-indicator[0]/true-speed-kt</property>
|
2022-06-29 15:58:54 +00:00
|
|
|
<value>100</value>
|
2022-06-28 22:04:12 +00:00
|
|
|
</max>
|
|
|
|
<value>151.90288713910761</value> <!-- FPM to Knot * 1.5 -->
|
|
|
|
</product>
|
|
|
|
</div>
|
|
|
|
</asin>
|
|
|
|
</rad2deg>
|
2021-09-25 15:59:06 +00:00
|
|
|
<property>/it-autoflight/fd/pitch-bar-takeoff</property>
|
|
|
|
</sum>
|
|
|
|
</expression>
|
|
|
|
</input>
|
2019-10-14 16:48:35 +00:00
|
|
|
<output>/it-autoflight/fd/pitch-bar</output>
|
|
|
|
<min>-15</min>
|
2020-07-08 20:14:55 +00:00
|
|
|
<max>15</max>
|
2019-10-14 16:48:35 +00:00
|
|
|
<max-rate-of-change>10</max-rate-of-change>
|
|
|
|
</filter>
|
2022-11-16 05:29:28 +00:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<name>FPD Pitch</name>
|
|
|
|
<type>noise-spike</type>
|
|
|
|
<input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/it-autoflight/output/vert</property>
|
|
|
|
<value>5</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<expression>
|
|
|
|
<difference>
|
|
|
|
<property>/orientation/pitch-deg</property>
|
|
|
|
<property>/it-autoflight/input/fpa</property>
|
|
|
|
</difference>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<input> <!-- Slews the FPV to the FPA target -->
|
|
|
|
<expression>
|
|
|
|
<difference>
|
|
|
|
<property>/orientation/pitch-deg</property>
|
|
|
|
<rad2deg>
|
|
|
|
<asin>
|
|
|
|
<div>
|
|
|
|
<property>/it-autoflight/internal/target-common-fpm</property>
|
|
|
|
<product>
|
|
|
|
<max>
|
|
|
|
<property>/instrumentation/airspeed-indicator[0]/true-speed-kt</property>
|
|
|
|
<value>100</value>
|
|
|
|
</max>
|
|
|
|
<value>101.26859142607174</value> <!-- FPM to Knot -->
|
|
|
|
</product>
|
|
|
|
</div>
|
|
|
|
</asin>
|
|
|
|
</rad2deg>
|
|
|
|
</difference>
|
|
|
|
</expression>
|
|
|
|
</input>
|
|
|
|
<output>/it-autoflight/fd/fpd-pitch</output>
|
|
|
|
<min>-15</min>
|
|
|
|
<max>15</max>
|
|
|
|
<max-rate-of-change>10</max-rate-of-change>
|
|
|
|
</filter>
|
|
|
|
|
2019-10-14 16:48:35 +00:00
|
|
|
</PropertyList>
|