2017-06-08 00:14:22 +00:00
|
|
|
<!-- Airbus A3XX FCS by Joshua Davidson (it0uchpods) -->
|
|
|
|
|
2017-07-13 17:30:33 +00:00
|
|
|
<!--
|
2017-07-14 15:57:14 +00:00
|
|
|
#######################################
|
|
|
|
# Copyright (c) A3XX Development Team #
|
|
|
|
#######################################
|
2017-07-13 17:30:33 +00:00
|
|
|
-->
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<system name="A3XX: FCS">
|
|
|
|
|
|
|
|
<channel name="Pitch">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
|
|
|
<summer name="Pitch Trim Sum">
|
|
|
|
<input>/controls/flight/elevator-sum</input>
|
|
|
|
<input>/controls/flight/elevator-trim</input>
|
|
|
|
<clipto>
|
|
|
|
<min>-1</min>
|
|
|
|
<max>1</max>
|
|
|
|
</clipto>
|
|
|
|
</summer>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Elevator Control">
|
|
|
|
<input>fcs/pitch-trim-sum</input>
|
|
|
|
<gain>0.02</gain>
|
|
|
|
<range>
|
|
|
|
<min>-20</min>
|
|
|
|
<max>20</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/elevator-pos-rad</output>
|
|
|
|
</aerosurface_scale>
|
|
|
|
|
|
|
|
<aerosurface_scale name="Elevator Position Normalizer">
|
|
|
|
<input>fcs/pitch-trim-sum</input>
|
|
|
|
<range>
|
|
|
|
<min>-1</min>
|
|
|
|
<max>1</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/elevator-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<channel name="Roll">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
|
|
|
<summer name="Roll Trim Sum">
|
|
|
|
<input>/controls/flight/aileron-sum</input>
|
|
|
|
<input>/controls/flight/aileron-trim</input>
|
|
|
|
<clipto>
|
|
|
|
<min>-1</min>
|
|
|
|
<max>1</max>
|
|
|
|
</clipto>
|
|
|
|
</summer>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Left Aileron Control">
|
|
|
|
<input>fcs/roll-trim-sum</input>
|
|
|
|
<gain>0.02</gain>
|
|
|
|
<range>
|
|
|
|
<min>-15</min>
|
|
|
|
<max>15</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/left-aileron-pos-rad</output>
|
|
|
|
</aerosurface_scale>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Right Aileron Control">
|
|
|
|
<input>-fcs/roll-trim-sum</input>
|
|
|
|
<gain>0.02</gain>
|
|
|
|
<range>
|
|
|
|
<min>-15</min>
|
|
|
|
<max>15</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/right-aileron-pos-rad</output>
|
|
|
|
</aerosurface_scale>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Left Aileron position normalized">
|
|
|
|
<input>fcs/left-aileron-pos-deg</input>
|
|
|
|
<domain>
|
|
|
|
<min>-15</min>
|
|
|
|
<max>15</max>
|
|
|
|
</domain>
|
|
|
|
<range>
|
|
|
|
<min>-1</min>
|
|
|
|
<max>1</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/left-aileron-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Right Aileron position normalized">
|
|
|
|
<input>fcs/right-aileron-pos-deg</input>
|
|
|
|
<domain>
|
|
|
|
<min>-15</min>
|
|
|
|
<max>15</max>
|
|
|
|
</domain>
|
|
|
|
<range>
|
|
|
|
<min>-1</min>
|
|
|
|
<max>1</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/right-aileron-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<channel name="Throttle">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
|
|
|
<pure_gain name="fcs/throttle1">
|
|
|
|
<input>/controls/engines/engine[0]/throttle-fdm</input>
|
|
|
|
<gain>1</gain>
|
|
|
|
<output>fcs/throttle-cmd-norm</output>
|
|
|
|
<output>fcs/throttle-pos-norm</output>
|
|
|
|
</pure_gain>
|
|
|
|
|
|
|
|
<pure_gain name="fcs/throttle2">
|
|
|
|
<input>/controls/engines/engine[1]/throttle-fdm</input>
|
|
|
|
<gain>1</gain>
|
|
|
|
<output>fcs/throttle-cmd-norm[1]</output>
|
|
|
|
<output>fcs/throttle-pos-norm[1]</output>
|
|
|
|
</pure_gain>
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Yaw">
|
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<pure_gain name="fcs/rudder-cmd">
|
|
|
|
<input>/controls/flight/rudder-fdm</input>
|
|
|
|
<gain>-1</gain>
|
|
|
|
<output>fcs/rudder-cmd-norm</output>
|
|
|
|
</pure_gain>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<summer name="Rudder Command Sum">
|
|
|
|
<input>fcs/rudder-cmd-norm</input>
|
|
|
|
<input>fcs/yaw-trim-cmd-norm</input>
|
|
|
|
<clipto>
|
|
|
|
<min> -0.35 </min>
|
|
|
|
<max> 0.35 </max>
|
|
|
|
</clipto>
|
|
|
|
</summer>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<scheduled_gain name="Yaw Damper Rate">
|
|
|
|
<input>velocities/r-aero-rad_sec</input>
|
|
|
|
<table>
|
|
|
|
<independentVar lookup="row">velocities/ve-kts</independentVar>
|
|
|
|
<tableData>
|
|
|
|
30 0.00
|
|
|
|
60 2.00
|
|
|
|
</tableData>
|
|
|
|
</table>
|
|
|
|
</scheduled_gain>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<scheduled_gain name="Yaw Damper Beta">
|
|
|
|
<input>aero/beta-rad</input>
|
|
|
|
<table>
|
|
|
|
<independentVar lookup="row">velocities/ve-kts</independentVar>
|
|
|
|
<tableData>
|
|
|
|
30 0.00
|
|
|
|
60 0.00
|
|
|
|
</tableData>
|
|
|
|
</table>
|
|
|
|
</scheduled_gain>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<summer name="Yaw Damper Sum">
|
|
|
|
<input>fcs/yaw-damper-beta</input>
|
|
|
|
<input>fcs/yaw-damper-rate</input>
|
|
|
|
<clipto>
|
|
|
|
<min> -0.1 </min>
|
|
|
|
<max> 0.1 </max>
|
|
|
|
</clipto>
|
|
|
|
</summer>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<scheduled_gain name="Yaw Damper Final">
|
|
|
|
<input>fcs/yaw-damper-sum</input>
|
|
|
|
<table>
|
|
|
|
<independentVar lookup="row">velocities/ve-kts</independentVar>
|
|
|
|
<tableData>
|
|
|
|
30 0.0
|
|
|
|
31 1.0
|
|
|
|
</tableData>
|
|
|
|
</table>
|
|
|
|
</scheduled_gain>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<summer name="Rudder Sum">
|
|
|
|
<input>fcs/rudder-command-sum</input>
|
|
|
|
<input>fcs/yaw-damper-final</input>
|
|
|
|
<clipto>
|
|
|
|
<min> -1 </min>
|
|
|
|
<max> 1 </max>
|
|
|
|
</clipto>
|
|
|
|
</summer>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="Rudder Control">
|
|
|
|
<input>fcs/rudder-sum</input>
|
|
|
|
<range>
|
|
|
|
<min> -0.35 </min>
|
|
|
|
<max> 0.35 </max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/rudder-pos-rad</output>
|
|
|
|
</aerosurface_scale>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<aerosurface_scale name="rudder normalization">
|
|
|
|
<input>fcs/rudder-pos-rad</input>
|
|
|
|
<domain>
|
|
|
|
<min> -0.35 </min>
|
|
|
|
<max> 0.35 </max>
|
|
|
|
</domain>
|
|
|
|
<range>
|
|
|
|
<min> -1 </min>
|
|
|
|
<max> 1 </max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/rudder-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Flaps">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<kinematic name="Flaps Control">
|
|
|
|
<input>/controls/flight/flaps</input>
|
|
|
|
<traverse>
|
2017-07-23 01:34:55 +00:00
|
|
|
<setting>
|
|
|
|
<position>0</position>
|
|
|
|
<time>0</time>
|
|
|
|
</setting>
|
|
|
|
<setting>
|
|
|
|
<position>35</position>
|
|
|
|
<time>40</time>
|
|
|
|
</setting>
|
2017-06-08 00:14:22 +00:00
|
|
|
</traverse>
|
|
|
|
<output>fcs/flap-pos-deg</output>
|
|
|
|
</kinematic>
|
|
|
|
|
|
|
|
<aerosurface_scale name="Flap position normalized">
|
|
|
|
<input>fcs/flap-pos-deg</input>
|
|
|
|
<domain>
|
|
|
|
<min>0</min>
|
|
|
|
<max>35</max>
|
|
|
|
</domain>
|
|
|
|
<range>
|
|
|
|
<min>0</min>
|
|
|
|
<max>1</max>
|
|
|
|
</range>
|
|
|
|
<output>fcs/flap-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Slats">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<kinematic name="Slats Control">
|
|
|
|
<input>/controls/flight/slats</input>
|
|
|
|
<traverse>
|
2017-07-23 01:34:55 +00:00
|
|
|
<setting>
|
|
|
|
<position>0</position>
|
|
|
|
<time>0</time>
|
|
|
|
</setting>
|
|
|
|
<setting>
|
|
|
|
<position>27</position>
|
|
|
|
<time>30</time>
|
|
|
|
</setting>
|
2017-06-08 00:14:22 +00:00
|
|
|
</traverse>
|
|
|
|
<output>fcs/slat-pos-deg</output>
|
|
|
|
</kinematic>
|
|
|
|
|
|
|
|
<aerosurface_scale name="Slat position normalized">
|
|
|
|
<input>fcs/slat-pos-deg</input>
|
|
|
|
<domain>
|
2017-07-23 01:34:55 +00:00
|
|
|
<min>0</min>
|
|
|
|
<max>27</max>
|
2017-06-08 00:14:22 +00:00
|
|
|
</domain>
|
|
|
|
<range>
|
2017-07-23 01:34:55 +00:00
|
|
|
<min>0</min>
|
|
|
|
<max>1</max>
|
2017-06-08 00:14:22 +00:00
|
|
|
</range>
|
|
|
|
<output>fcs/slat-pos-norm</output>
|
|
|
|
</aerosurface_scale>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Landing Gear">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<kinematic name="Gear Control">
|
|
|
|
<input>gear/gear-cmd-norm</input>
|
|
|
|
<traverse>
|
2017-07-23 01:34:55 +00:00
|
|
|
<setting>
|
|
|
|
<position>0</position>
|
|
|
|
<time>0</time>
|
|
|
|
</setting>
|
|
|
|
<setting>
|
|
|
|
<position>1</position>
|
|
|
|
<time>10</time>
|
|
|
|
</setting>
|
2017-06-08 00:14:22 +00:00
|
|
|
</traverse>
|
|
|
|
<output>gear/gear-pos-norm</output>
|
|
|
|
</kinematic>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Speedbrake">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<kinematic name="Speedbrake">
|
2017-06-10 22:42:26 +00:00
|
|
|
<input>/controls/flight/speedbrake-output</input>
|
2017-06-08 00:14:22 +00:00
|
|
|
<traverse>
|
2017-07-23 01:34:55 +00:00
|
|
|
<setting>
|
|
|
|
<position>0</position>
|
|
|
|
<time>0</time>
|
|
|
|
</setting>
|
|
|
|
<setting>
|
|
|
|
<position>1</position>
|
|
|
|
<time>1</time>
|
|
|
|
</setting>
|
2017-06-08 00:14:22 +00:00
|
|
|
</traverse>
|
|
|
|
<output>fcs/speedbrake-pos-norm</output>
|
|
|
|
</kinematic>
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
|
|
|
<channel name="Tiller">
|
2017-07-23 01:34:55 +00:00
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
<switch name="/controls/gear/tiller-disabled">
|
|
|
|
<default value="0"/>
|
|
|
|
<test logic="AND" value="1">
|
2017-07-23 01:34:55 +00:00
|
|
|
/controls/gear/tiller-enabled == 0
|
2017-06-08 00:14:22 +00:00
|
|
|
</test>
|
|
|
|
</switch>
|
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<fcs_function name="Nose Wheel Steering 0">
|
|
|
|
<function name="fcs/steer-nose-deg[0]">
|
|
|
|
<description>Steering command for nose gear</description>
|
|
|
|
<sum>
|
|
|
|
<product>
|
|
|
|
<table>
|
|
|
|
<independentVar lookup="row">/controls/gear/tiller-cmd-norm</independentVar>
|
|
|
|
<independentVar lookup="column">/controls/flight/rudder</independentVar>
|
|
|
|
<tableData>
|
|
|
|
-1 0 1
|
|
|
|
-1 -70 -70 -70
|
|
|
|
0 -7 0 7
|
|
|
|
1 70 70 70
|
|
|
|
</tableData>
|
|
|
|
</table>
|
|
|
|
<property>/controls/gear/tiller-enabled</property>
|
|
|
|
</product>
|
|
|
|
<product>
|
|
|
|
<product>
|
|
|
|
<property>/controls/flight/rudder</property>
|
|
|
|
<value>70</value>
|
|
|
|
</product>
|
|
|
|
<property>/controls/gear/tiller-disabled</property>
|
|
|
|
</product>
|
|
|
|
</sum>
|
|
|
|
</function>
|
|
|
|
</fcs_function>
|
2017-06-08 00:14:22 +00:00
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
<actuator name="Gear Nose Actuator">
|
|
|
|
<input>fcs/steer-nose-deg[0]</input>
|
|
|
|
<rate_limit>70</rate_limit>
|
|
|
|
<output>fcs/steer-pos-deg[0]</output>
|
|
|
|
</actuator>
|
|
|
|
|
2017-06-08 00:14:22 +00:00
|
|
|
</channel>
|
|
|
|
|
2017-07-23 01:34:55 +00:00
|
|
|
</system>
|