1
0
Fork 0
A320-family/Systems/fmgc-pitch.xml

692 lines
16 KiB
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0"?>
<!-- IT-AUTOFLIGHT -->
2022-01-11 02:17:41 +00:00
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<!-- Pitch Axis -->
<filter>
2020-07-08 20:14:55 +00:00
<name>IT-CONTROLLER: Altitude Capture/Hold</name>
2019-10-14 16:48:35 +00:00
<type>gain</type>
<gain>-5</gain>
<input>
<expression>
<sum>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<value>-2</value>
</sum>
</expression>
</input>
<reference>/it-autoflight/internal/alt</reference>
2020-07-08 20:14:55 +00:00
<output>/it-autoflight/internal/target-fpm-alt</output>
2019-10-14 16:48:35 +00:00
<min>/it-autoflight/internal/min-vs</min>
<max>/it-autoflight/internal/max-vs</max>
</filter>
2020-07-08 20:14:55 +00:00
<logic>
<input>
<and>
<or>
2019-10-14 16:48:35 +00:00
<equals>
<property>/it-autoflight/output/vert</property>
2020-07-08 20:14:55 +00:00
<value>4</value>
2019-10-14 16:48:35 +00:00
</equals>
2020-07-08 20:14:55 +00:00
<equals>
<property>/it-autoflight/output/vert</property>
<value>7</value>
</equals>
</or>
<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>
</and>
</input>
<output>/it-autoflight/internal/flch-active</output>
</logic>
2019-10-14 16:48:35 +00:00
<pid-controller>
2020-07-08 20:14:55 +00:00
<name>IT-CONTROLLER: Speed By Pitch</name>
2019-10-14 16:48:35 +00:00
<enable>
<condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/flch-active</property>
2019-10-14 16:48:35 +00:00
</condition>
</enable>
<input>/it-autoflight/internal/kts-rate</input>
<reference>/it-autoflight/internal/flch-kts-error</reference>
2020-07-08 20:14:55 +00:00
<output>/it-autoflight/internal/target-fpm-flch</output>
2019-10-14 16:48:35 +00:00
<config>
<Kp>
<expression>
<table>
<property>/velocities/airspeed-kt</property>
<entry><ind>140</ind><dep>-390</dep></entry>
<entry><ind>360</ind><dep>-430</dep></entry>
</table>
</expression>
</Kp>
<Ti>1.3</Ti>
<Td>0.0</Td>
<u_min>
<condition>
<or>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
</or>
</condition>
<value>0</value>
</u_min>
2019-10-14 16:48:35 +00:00
<u_min>
<condition>
<equals>
<property>/it-autoflight/output/thr-mode</property>
<value>2</value>
</equals>
</condition>
<expression>
<max>
<value>120</value>
<difference>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2000</value>
</difference>
</max>
</expression>
2019-10-14 16:48:35 +00:00
</u_min>
<u_min>
<expression>
2020-07-08 20:14:55 +00:00
<difference>
2019-10-14 16:48:35 +00:00
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2000</value>
2020-07-08 20:14:55 +00:00
</difference>
2019-10-14 16:48:35 +00:00
</expression>
</u_min>
<u_max>
<condition>
<or>
2019-10-14 16:48:35 +00:00
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
2019-10-14 16:48:35 +00:00
</equals>
</or>
2019-10-14 16:48:35 +00:00
</condition>
<value>1000</value>
</u_max>
<u_max>
<condition>
<equals>
<property>/it-autoflight/output/thr-mode</property>
<value>1</value>
</equals>
</condition>
<expression>
<min>
<value>-120</value>
<sum>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2000</value>
</sum>
</min>
</expression>
2019-10-14 16:48:35 +00:00
</u_max>
<u_max>
<expression>
<sum>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2000</value>
2019-10-14 16:48:35 +00:00
</sum>
</expression>
</u_max>
</config>
</pid-controller>
2020-07-08 20:14:55 +00:00
<filter>
<name>Speed By Pitch Inactive Sync</name>
<type>gain</type>
<gain>1.0</gain>
<enable>
<condition>
<not><property>/it-autoflight/internal/flch-active</property></not>
</condition>
</enable>
<input>/it-autoflight/internal/vert-speed-fpm</input>
<output>/it-autoflight/internal/target-fpm-flch</output>
</filter>
<logic>
<input>
<and>
<equals>
<property>/it-autoflight/output/vert</property>
<value>5</value>
</equals>
<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>
</and>
</input>
<output>/it-autoflight/internal/fpa-active</output>
</logic>
<filter>
<name>IT-CONTROLLER: FPA</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<not><property>/it-autoflight/internal/fpa-active</property></not>
</condition>
<property>/it-autoflight/internal/vert-speed-fpm</property>
</input>
<input>
<expression>
<sum>
<difference> <!-- Fix an issue with the calculation -->
<property>/it-autoflight/internal/vert-speed-fpm</property>
<product>
<property>/velocities/vertical-speed-fps</property>
<value>60</value>
</product>
</difference>
<product>
<sin>
<deg2rad>
<property>/it-autoflight/input/fpa</property>
</deg2rad>
</sin>
<property>/instrumentation/airspeed-indicator/true-speed-kt</property>
<value>101.26859142607174</value> <!-- FPM to Knot -->
</product>
</sum>
</expression>
</input>
<output>/it-autoflight/internal/target-fpm-fpa-raw</output>
<min>
<expression>
<difference>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2500</value>
</difference>
</expression>
</min>
<max>
<expression>
<sum>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>2500</value>
</sum>
</expression>
</max>
</filter>
<filter>
<name>FPA FPM Filter</name>
<type>noise-spike</type>
<input>
<condition>
<property>/it-autoflight/internal/overspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/overspeed-vs</property>
</input>
<input>
<condition>
<property>/it-autoflight/internal/underspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/underspeed-vs</property>
</input>
2020-07-08 20:14:55 +00:00
<input>/it-autoflight/internal/target-fpm-fpa-raw</input>
<output>/it-autoflight/internal/target-fpm-fpa</output>
<max-rate-of-change>
<condition>
<or>
<not><property>/it-autoflight/internal/fpa-active</property></not>
<property>/it-autoflight/internal/overspeed-vs-prot</property>
<property>/it-autoflight/internal/underspeed-vs-prot</property>
</or>
2020-07-08 20:14:55 +00:00
</condition>
<value>10000</value>
</max-rate-of-change>
<max-rate-of-change>300</max-rate-of-change>
</filter>
<filter>
<name>IT-CONTROLLER: Flare FD</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
2021-07-26 00:12:22 +00:00
<max>
<property>/it-autoflight/internal/nav-rate-of-climb-fpm</property>
<sum>
<difference> <!-- Fix an issue with the calculation -->
<property>/it-autoflight/internal/vert-speed-fpm</property>
<product>
<property>/velocities/vertical-speed-fps</property>
<value>60</value>
</product>
</difference>
2020-07-08 20:14:55 +00:00
<product>
2021-07-26 00:12:22 +00:00
<sin>
<deg2rad>
<table>
<property>/position/gear-agl-ft</property>
<entry><ind>50</ind><dep>-3.0</dep></entry>
<entry><ind>45</ind><dep>-0.7</dep></entry>
</table>
</deg2rad>
</sin>
<property>/instrumentation/airspeed-indicator/true-speed-kt</property>
<value>101.26859142607174</value> <!-- FPM to Knot -->
2020-07-08 20:14:55 +00:00
</product>
2021-07-26 00:12:22 +00:00
</sum>
</max>
2020-07-08 20:14:55 +00:00
</expression>
</input>
<output>/it-autoflight/internal/target-fpm-land-fd</output>
<min>-1200</min>
<max>0</max>
</filter>
<filter>
<name>IT-CONTROLLER: Flare</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
2021-07-26 00:12:22 +00:00
<max>
<property>/it-autoflight/internal/nav-rate-of-climb-fpm</property>
<sum>
<difference> <!-- Fix an issue with the calculation -->
<property>/it-autoflight/internal/vert-speed-fpm</property>
<product>
<property>/velocities/vertical-speed-fps</property>
<value>60</value>
</product>
</difference>
2020-07-08 20:14:55 +00:00
<product>
2021-07-26 00:12:22 +00:00
<sin>
<deg2rad>
<table>
<property>/position/gear-agl-ft</property>
<entry><ind>50</ind><dep>-3.0</dep></entry>
<entry><ind>40</ind><dep>-1.8</dep></entry>
<entry><ind>30</ind><dep>-1.5</dep></entry>
<entry><ind>20</ind><dep>-1.2</dep></entry>
<entry><ind> 5</ind><dep>-0.7</dep></entry>
</table>
</deg2rad>
</sin>
<property>/instrumentation/airspeed-indicator/true-speed-kt</property>
<value>101.26859142607174</value> <!-- FPM to Knot -->
2020-07-08 20:14:55 +00:00
</product>
2021-07-26 00:12:22 +00:00
</sum>
</max>
2020-07-08 20:14:55 +00:00
</expression>
</input>
<output>/it-autoflight/internal/target-fpm-land</output>
<min>-1200</min>
<max>0</max>
</filter>
<filter>
<name>Vertical Speed FD Input</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<property>/it-autoflight/internal/overspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/overspeed-vs</property>
</input>
<input>
<condition>
<property>/it-autoflight/internal/underspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/underspeed-vs</property>
</input>
<input>/it-autoflight/input/vs</input>
<output>/it-autoflight/internal/vs-fd</output>
</filter>
<filter>
<name>FPA FD Input</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<property>/it-autoflight/internal/overspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/overspeed-vs</property>
</input>
<input>
<condition>
<property>/it-autoflight/internal/underspeed-vs-prot</property>
</condition>
<property>/it-autoflight/internal/underspeed-vs</property>
</input>
<input>/it-autoflight/internal/target-fpm-fpa-raw</input>
<output>/it-autoflight/internal/fpa-fd</output>
</filter>
2019-10-14 16:48:35 +00:00
<filter>
<name>Target FPM</name>
2019-10-14 16:48:35 +00:00
<type>gain</type>
<gain>1.0</gain>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>0</value>
</equals>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/target-fpm-alt</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>1</value>
</equals>
</condition>
<property>/it-autoflight/internal/vs-fd</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<or>
<equals>
<property>/it-autoflight/output/vert</property>
<value>4</value>
</equals>
<equals>
<property>/it-autoflight/output/vert</property>
<value>7</value>
</equals>
</or>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/target-fpm-flch</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>6</value>
</equals>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/target-fpm-land-fd</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>5</value>
</equals>
</condition>
<property>/it-autoflight/internal/fpa-fd</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>2</value>
</equals>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/nav-rate-of-climb-fpm</property>
2019-10-14 16:48:35 +00:00
</input>
<input>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>9</value>
</equals>
</condition>
<property>/it-autoflight/internal/vert-speed-fpm</property>
</input>
2019-10-14 16:48:35 +00:00
<output>/it-autoflight/internal/target-common-fpm</output>
</filter>
<pid-controller>
2020-07-08 20:14:55 +00:00
<name>IT-CONTROLLER: FPM Hold</name>
2019-10-14 16:48:35 +00:00
<enable>
<condition>
<and>
2020-07-08 20:14:55 +00:00
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
2019-10-14 16:48:35 +00:00
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
<not-equals>
<property>/it-autoflight/output/vert</property>
<value>9</value>
</not-equals>
2019-10-14 16:48:35 +00:00
</and>
</condition>
</enable>
<input>/it-autoflight/internal/vert-speed-fpm</input>
<reference>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>1</value>
</equals>
</condition>
<property>/it-autoflight/internal/vs</property>
</reference>
<reference>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>5</value>
</equals>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/target-fpm-fpa</property>
2019-10-14 16:48:35 +00:00
</reference>
<reference>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
2020-07-08 20:14:55 +00:00
<value>6</value>
2019-10-14 16:48:35 +00:00
</equals>
</condition>
2020-07-08 20:14:55 +00:00
<property>/it-autoflight/internal/target-fpm-land</property>
2019-10-14 16:48:35 +00:00
</reference>
2020-07-08 20:14:55 +00:00
<reference>/it-autoflight/internal/target-common-fpm</reference>
2019-10-14 16:48:35 +00:00
<output>/it-autoflight/internal/target-pitch-deg</output>
<config>
<Kp>
<condition>
<not-equals>
<property>/it-autoflight/output/vert</property>
<value>6</value>
</not-equals>
</condition>
<expression>
<table>
<property>/velocities/airspeed-kt</property>
2019-10-14 16:48:35 +00:00
<entry><ind>140</ind><dep>0.0029</dep></entry>
<entry><ind>360</ind><dep>0.0009</dep></entry>
</table>
</expression>
</Kp>
<Kp>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>6</value>
</equals>
</condition>
<value>0.0055</value>
</Kp>
<Ti>2.5</Ti>
<Td>0.0001</Td>
<u_min>
<condition>
<equals>
2019-10-14 16:48:35 +00:00
<property>/it-autoflight/output/vert</property>
<value>6</value>
</equals>
2019-10-14 16:48:35 +00:00
</condition>
<value>0</value>
</u_min>
<u_min>
2019-10-14 16:48:35 +00:00
<expression>
<max>
<dif>
<property>/orientation/pitch-deg</property>
<value>5</value>
</dif>
2020-07-08 20:14:55 +00:00
<value>-15</value>
2019-10-14 16:48:35 +00:00
</max>
</expression>
</u_min>
<u_max>
<condition>
<or>
2019-10-14 16:48:35 +00:00
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
2019-10-14 16:48:35 +00:00
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
2019-10-14 16:48:35 +00:00
</equals>
</or>
</condition>
<value>10</value>
</u_max>
<u_max>
<condition>
<equals>
<property>/it-autoflight/output/vert</property>
<value>7</value>
</equals>
2019-10-14 16:48:35 +00:00
</condition>
<expression>
<min>
<sum>
<property>/orientation/pitch-deg</property>
<value>5</value>
</sum>
<value>18</value>
2019-10-14 16:48:35 +00:00
</min>
</expression>
</u_max>
<u_max>
<expression>
<min>
<sum>
<property>/orientation/pitch-deg</property>
<value>5</value>
</sum>
<value>30</value>
</min>
</expression>
2019-10-14 16:48:35 +00:00
</u_max>
</config>
</pid-controller>
<filter>
2020-07-08 20:14:55 +00:00
<name>System Command: Pitch Target Inactive Sync</name>
2019-10-14 16:48:35 +00:00
<type>gain</type>
<gain>1.0</gain>
<enable>
<condition>
2020-07-08 20:14:55 +00:00
<not>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
<not-equals>
<property>/it-autoflight/output/vert</property>
<value>9</value>
</not-equals>
2020-07-08 20:14:55 +00:00
</and>
</not>
2019-10-14 16:48:35 +00:00
</condition>
</enable>
<input>/orientation/pitch-deg</input>
<output>/it-autoflight/internal/target-pitch-deg</output>
<min>-15</min>
<max>30</max>
</filter>
<filter>
2020-07-08 20:14:55 +00:00
<name>System Command: Pitch Rate Target</name>
2019-10-14 16:48:35 +00:00
<type>gain</type>
2022-01-19 19:52:44 +00:00
<gain>0.12</gain>
2019-10-14 16:48:35 +00:00
<input>/orientation/pitch-deg</input>
<reference>/it-autoflight/internal/target-pitch-deg</reference>
<output>/fdm/jsbsim/fbw/fmgc/pitch-cmd</output> <!-- Inputs to the FBW Pitch -->
<min>-0.3</min>
<max>0.3</max>
</filter>
</PropertyList>