2001-12-07 20:54:25 +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>yasim</flight-model>
|
|
|
|
<aero>747</aero>
|
|
|
|
<fuel-fraction>1.0</fuel-fraction>
|
2002-03-02 23:50:07 +00:00
|
|
|
|
2002-02-27 14:37:24 +00:00
|
|
|
<sound>
|
|
|
|
<audible>true</audible>
|
2002-03-02 23:50:07 +00:00
|
|
|
<path>Aircraft/747/747-sound.xml</path>
|
2002-02-27 14:37:24 +00:00
|
|
|
</sound>
|
2001-12-10 15:31:15 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<panel>
|
2001-12-28 03:32:47 +00:00
|
|
|
<path>Aircraft/747/747-panel.xml</path>
|
2002-01-28 13:26:08 +00:00
|
|
|
<visibility>false</visibility>
|
2001-12-11 03:37:30 +00:00
|
|
|
</panel>
|
2002-01-28 13:26:08 +00:00
|
|
|
<!--panel_2>
|
2001-12-28 03:32:47 +00:00
|
|
|
<path>Aircraft/747/747-mini-panel.xml</path>
|
2002-01-28 13:26:08 +00:00
|
|
|
</panel_2-->
|
|
|
|
<hud>
|
|
|
|
<visibility>true</visibility>
|
|
|
|
</hud>
|
2001-12-07 20:54:25 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<model>
|
2002-05-25 01:41:21 +00:00
|
|
|
<path>Aircraft/747/Models/boeing747-400-jw.ac</path>
|
2001-12-11 03:37:30 +00:00
|
|
|
</model>
|
2001-12-11 18:32:36 +00:00
|
|
|
</sim>
|
2002-02-09 03:25:11 +00:00
|
|
|
|
|
|
|
<autopilot>
|
|
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">200.0</min-climb-speed-kt>
|
|
|
|
<best-climb-speed-kt type="float">240.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">2000.0</target-climb-rate-fpm>
|
|
|
|
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
|
|
|
|
<elevator-adj-factor type="float">12000.0</elevator-adj-factor>
|
|
|
|
<integral-contribution type="float">0.005</integral-contribution>
|
|
|
|
<zero-pitch-throttle type="float">0.65</zero-pitch-throttle>
|
|
|
|
<zero-pitch-trim-full-throttle type="float">0.025</zero-pitch-trim-full-throttle>
|
|
|
|
</config>
|
|
|
|
</autopilot>
|
|
|
|
|
2001-12-07 20:54:25 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|
2002-05-25 01:41:21 +00:00
|
|
|
|