2001-12-08 23:42:39 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
Cessna 172 simulation config. This files ties together all the components
|
|
|
|
used by FGFS to represent the C172. Components include the flight data
|
|
|
|
model, instrument panel, and external 3D model.
|
|
|
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
|
|
|
|
|
|
|
October 23 2001 John Check, fgpanels@rockfish.net
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
2001-12-11 18:32:36 +00:00
|
|
|
|
|
|
|
<sim>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
|
|
|
<flight-model>jsb</flight-model>
|
|
|
|
<aero>c172</aero>
|
|
|
|
<sound>true</sound>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
2001-12-10 15:31:15 +00:00
|
|
|
<visibility>true</visibility>
|
2001-12-11 03:37:30 +00:00
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
2001-12-10 15:31:15 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<model>
|
2001-12-11 11:51:10 +00:00
|
|
|
<path>Aircraft/c172/Models/N757/n757.ac</path>
|
2001-12-11 03:37:30 +00:00
|
|
|
</model>
|
2001-12-11 18:32:36 +00:00
|
|
|
|
|
|
|
</sim>
|
2002-01-24 00:49:16 +00:00
|
|
|
|
|
|
|
<autopilot>
|
|
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
|
|
|
|
<best-climb-speed-kt type="float">75.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">500.0</target-climb-rate-fpm>
|
|
|
|
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
|
2002-01-25 16:01:47 +00:00
|
|
|
<elevator-adj-factor type="float">4000.0</elevator-adj-factor>
|
2002-01-24 00:49:16 +00:00
|
|
|
<integral-contribution type="float">0.001</integral-contribution>
|
|
|
|
</config>
|
|
|
|
</autopilot>
|
2002-01-19 03:10:07 +00:00
|
|
|
|
|
|
|
<consumables>
|
|
|
|
<fuel>
|
2002-01-19 17:18:19 +00:00
|
|
|
<tank n="0">
|
|
|
|
<level-gal_us>20</level-gal_us>
|
|
|
|
</tank>
|
|
|
|
<tank n="1">
|
|
|
|
<level-gal_us>20</level-gal_us>
|
|
|
|
</tank>
|
2002-01-19 03:10:07 +00:00
|
|
|
</fuel>
|
|
|
|
</consumables>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
2001-12-08 23:42:39 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|