1
0
Fork 0
fgdata/Aircraft/A320-jsbsim-set.xml

118 lines
3 KiB
XML
Raw Normal View History

2003-06-22 08:22:17 +00:00
<?xml version="1.0"?>
<PropertyList>
<sim>
<description>Airbus A320-200</description>
<flight-model>jsb</flight-model>
<aero>A320</aero>
<fuel-fraction>0.5</fuel-fraction>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/747/747-sound.xml</path>
2003-06-22 08:22:17 +00:00
</sound>
<!--
<panel>
<path>Aircraft/737/Panels/737-trans-mini-panel.xml</path>
<visibility>true</visibility>
</panel>
-->
<hud>
<path>Huds/Custom/default.xml</path>
2003-07-23 16:50:10 +00:00
<visibility>false</visibility>
2003-06-22 08:22:17 +00:00
</hud>
<model>
<path>Aircraft/A320/Models/a320-fb.xml</path>
</model>
<view>
<internal archive="y">true</internal>
<config>
<!-- x/y/z == right/up/back -->
<x-offset-m archive="y">-0.525</x-offset-m>
2003-07-24 15:22:30 +00:00
<y-offset-m archive="y">3.44</y-offset-m>
<z-offset-m archive="y">-16.28</z-offset-m>
2003-06-22 08:22:17 +00:00
<pitch-offset-deg archive="y">-11.0</pitch-offset-deg>
</config>
</view>
<chase-distance-m type="double" archive="y">-45.0</chase-distance-m>
2003-06-22 08:22:17 +00:00
<!--
<current-view>
<pitch-offset-deg archive="y">-11.0</pitch-offset-deg>
</current-view>
-->
</sim>
<consumables>
<fuel>
<tank n="0">
<level-gal_us archive="y">1500</level-gal_us>
</tank>
<tank n="1">
<level-gal_us archive="y">1500</level-gal_us>
</tank>
</fuel>
</consumables>
<autopilot>
<config>
<min-climb-speed-kt type="float">150.0</min-climb-speed-kt>
<best-climb-speed-kt type="float">300.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">2000.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1500.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">3500.0</elevator-adj-factor>
<integral-contribution type="float">0.005</integral-contribution>
2003-06-22 08:22:17 +00:00
<zero-pitch-throttle type="float">0.0001</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.0001</zero-pitch-trim-full-throttle>
<max-roll-deg type="float">30</max-roll-deg>
<max-aileron type="float">1.0</max-aileron>
</config>
</autopilot>
2003-07-24 15:22:30 +00:00
<input> <!-- set 25% flap adjustment with each detent -->
<keyboard>
<key n="91">
<name>[</name>
<desc>Decrease flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">-0.25</step>
</binding>
</key>
<key n="93">
<name>]</name>
<desc>Increase flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">0.25</step>
</binding>
</key>
</keyboard>
<joysticks>
<js-named n="1003">
<button n="1">
<binding>
<step>-0.25</step>
</binding>
</button>
<button n="2">
<binding>
<step>0.25</step>
</binding>
</button>
</js-named>
</joysticks>
</input>
2003-06-22 08:22:17 +00:00
</PropertyList>