75 lines
1.8 KiB
XML
75 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Airbus A320 Cockpit -->
|
|
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
|
|
|
|
<system name="A320: Cockpit"> <!-- Everything here is after all systems -->
|
|
|
|
<channel name="Animations">
|
|
|
|
<lag_filter name="fbw/aileron-sidestick">
|
|
<input>fbw/sidestick/roll-input-cmd</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="fbw/elevator-sidestick">
|
|
<input>fbw/sidestick/pitch-input-cmd</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="fbw/rudder-pedal">
|
|
<input>fbw/sidestick/yaw-input-cmd</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="spoilers/main-lever">
|
|
<input>spoilers/lever-cmd</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="spoilers/lever-arm">
|
|
<input>/controls/flight/speedbrake-arm</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<fcs_function name="fadec/throttle-lever[0]">
|
|
<function>
|
|
<quotient>
|
|
<property>fadec/control-1/lever/angle</property>
|
|
<value>45</value>
|
|
</quotient>
|
|
</function>
|
|
</fcs_function>
|
|
|
|
<fcs_function name="fadec/throttle-lever[1]">
|
|
<function>
|
|
<quotient>
|
|
<property>fadec/control-2/lever/angle</property>
|
|
<value>45</value>
|
|
</quotient>
|
|
</function>
|
|
</fcs_function>
|
|
|
|
<lag_filter name="fadec/reverse-lever[0]">
|
|
<input>/controls/engines/engine[0]/reverse-lever</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="fadec/reverse-lever[1]">
|
|
<input>/controls/engines/engine[1]/reverse-lever</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="fcs/engine-cutoff[0]">
|
|
<input>/controls/engines/engine[0]/cutoff-switch</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
<lag_filter name="fcs/engine-cutoff[1]">
|
|
<input>/controls/engines/engine[1]/cutoff-switch</input>
|
|
<c1>20</c1>
|
|
</lag_filter>
|
|
|
|
</channel>
|
|
|
|
</system>
|