1
0
Fork 0
A320-family/Systems/a320-fbw-rules.xml
2022-12-31 12:56:08 -05:00

77 lines
1.8 KiB
XML

<?xml version="1.0"?>
<!-- Copyright (c) 2023 Josh Davidson (Octal450) -->
<!-- Airbus A320 FBW System -->
<!-- I didn't see an easy way to do this controller in JSBsim, so I keep it here -->
<PropertyList>
<pi-simple-controller>
<name>System Command: Load Factor</name>
<debug>false</debug>
<input>/fdm/jsbsim/fbw/pitch/load-factor-error</input>
<reference>0</reference>
<output>/fdm/jsbsim/fbw/pitch/load-factor-pi</output>
<config>
<Kp>
<expression>
<table>
<property>/fdm/jsbsim/velocities/vc-kts</property>
<entry><ind>140</ind><dep>-1.0</dep></entry>
<entry><ind>350</ind><dep>-0.5</dep></entry>
</table>
</expression>
</Kp>
<Ki>
<condition>
<and>
<equals>
<property>/fdm/jsbsim/position/wow</property>
<value>0</value>
</equals>
<or>
<equals>
<property>/it-fbw/law</property>
<value>0</value>
</equals>
<equals>
<property>/it-fbw/law</property>
<value>1</value>
</equals>
</or>
</and>
</condition>
<expression>
<table>
<property>/fdm/jsbsim/velocities/vc-kts</property>
<entry><ind>140</ind><dep>-1.2</dep></entry>
<entry><ind>350</ind><dep>-0.7</dep></entry>
</table>
</expression>
</Ki>
<Ki>0.0</Ki>
<min>
<condition>
<less-than>
<property>/fdm/jsbsim/fbw/pitch/e-i-sum</property>
<value>0</value>
</less-than>
</condition>
<property>/fdm/jsbsim/fbw/pitch/e-i-sum</property>
</min>
<min>0.0</min>
<max>
<condition>
<greater-than>
<property>/fdm/jsbsim/fbw/pitch/e-i-sum</property>
<value>0</value>
</greater-than>
</condition>
<property>/fdm/jsbsim/fbw/pitch/e-i-sum</property>
</max>
<max>0.0</max>
</config>
</pi-simple-controller>
</PropertyList>