2001-10-24 02:14:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
2001-12-07 01:13:07 +00:00
|
|
|
Cessna 310R simulation config. This files ties together all the components
|
|
|
|
used by FGFS to represent the C310R. Components include the flight data
|
2001-10-24 02:14:20 +00:00
|
|
|
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>c310</aero>
|
2002-02-27 14:22:05 +00:00
|
|
|
|
|
|
|
<sound>
|
|
|
|
<audible>true</audible>
|
|
|
|
<path>Aircraft/c310/c310-sound.xml</path>
|
|
|
|
</sound>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<panel>
|
2001-12-10 15:31:15 +00:00
|
|
|
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
|
|
|
<visibility>true</visibility>
|
2001-12-11 03:37:30 +00:00
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<model>
|
2002-03-01 23:04:02 +00:00
|
|
|
<path>Aircraft/c310/Models/c310-dpm.xml</path>
|
2001-12-11 03:37:30 +00:00
|
|
|
</model>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-12 14:42:55 +00:00
|
|
|
<instrument-options>
|
|
|
|
<dg>
|
|
|
|
<style>1</style>
|
|
|
|
</dg>
|
|
|
|
</instrument-options>
|
|
|
|
|
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">81.0</min-climb-speed-kt>
|
|
|
|
<best-climb-speed-kt type="float">107.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">1000.0</target-climb-rate-fpm>
|
|
|
|
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
|
2002-02-06 15:29:11 +00:00
|
|
|
<elevator-adj-factor type="float">12000.0</elevator-adj-factor>
|
|
|
|
<integral-contribution type="float">0.004</integral-contribution>
|
2002-01-30 23:04:45 +00:00
|
|
|
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
|
|
|
|
<zero-pitch-trim-full-throttle type="float">0.11</zero-pitch-trim-full-throttle>
|
2002-01-24 00:49:16 +00:00
|
|
|
</config>
|
|
|
|
</autopilot>
|
|
|
|
|
2001-12-17 14:25:57 +00:00
|
|
|
<input>
|
|
|
|
|
|
|
|
<keyboard>
|
|
|
|
<key n="60">
|
|
|
|
<name><</name>
|
|
|
|
<desc>Rudder Trim Left</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/rudder-trim</property>
|
|
|
|
<min type="double">-1.0</min>
|
|
|
|
<step type="double">-0.001</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
<key n="62">
|
|
|
|
<name>></name>
|
|
|
|
<desc>Rudder Trim Right</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/rudder-trim</property>
|
|
|
|
<max type="double">1.0</max>
|
|
|
|
<step type="double">0.001</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
</keyboard>
|
|
|
|
</input>
|
|
|
|
|
2002-02-13 20:03:24 +00:00
|
|
|
<controls>
|
|
|
|
<magnetos n="0">3</magnetos>
|
|
|
|
<magnetos n="1">3</magnetos>
|
|
|
|
</controls>
|
|
|
|
|
|
|
|
<engines>
|
|
|
|
<engine n="0">
|
|
|
|
<rpm>1000</rpm>
|
|
|
|
</engine>
|
|
|
|
<engine n="1">
|
|
|
|
<rpm>1000</rpm>
|
|
|
|
</engine>
|
|
|
|
</engines>
|
|
|
|
|
2001-10-24 02:14:20 +00:00
|
|
|
</PropertyList>
|