You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.9 KiB
108 lines
2.9 KiB
<?xml version="1.0"?> |
|
<!-- |
|
************************************************************************ |
|
Rascal 110 R/C airplane config. This files ties together all the components |
|
used by FGFS to represent the Rascal 110 (by Sig Mfg) including the flight |
|
dynamics model, and external 3D model. |
|
************************************************************************ |
|
--> |
|
|
|
<PropertyList> |
|
<sim> |
|
|
|
<description>Rascal 110 (R/C)</description> |
|
<author>Lee Elliot (3D) Dave Culp (JSBsim dynamics) and Curt Olson</author> |
|
<aircraft-version>0.1</aircraft-version> |
|
|
|
<startup> |
|
<splash-texture>Aircraft/Rascal/Rascal110-splash.rgb</splash-texture> |
|
</startup> |
|
|
|
<flight-model>yasim</flight-model> |
|
<aero>Rascal110-YASim</aero> |
|
<fuel-fraction>0.8</fuel-fraction> |
|
|
|
<systems> |
|
<autopilot> |
|
<path>Aircraft/Rascal/Systems/110-autopilot.xml</path> |
|
</autopilot> |
|
<electrical> |
|
<path>Aircraft/Rascal/Systems/electrical.xml</path> |
|
</electrical> |
|
</systems> |
|
|
|
<sound> |
|
<path>Aircraft/Generic/generic-sound.xml</path> |
|
</sound> |
|
|
|
<panel> |
|
<visibility archive="n">false</visibility> |
|
</panel> |
|
|
|
<model> |
|
<path archive="y">Aircraft/Rascal/Models/Rascal110.xml</path> |
|
</model> |
|
|
|
<view> |
|
<internal archive="y">true</internal> |
|
<config> |
|
<x-offset-m archive="y">0.0</x-offset-m> |
|
<y-offset-m archive="y">-0.3</y-offset-m> |
|
<z-offset-m archive="y">0.9</z-offset-m> |
|
<pitch-offset-deg>-8</pitch-offset-deg> |
|
</config> |
|
</view> |
|
|
|
<help> |
|
<title>Rascal 110 (Sig Mfg)</title> |
|
<line>Cruise speed: 60 mph</line> |
|
<line>Never-exceed (Vne): 85 mph</line> |
|
<line>Best Glide (Vglide): 20 mph</line> |
|
<line>Maneuvering (Va): 50 mph</line> |
|
<line>Approach speed: 15-25 mph</line> |
|
<line>Stall speed (Vs): 10 mph</line> |
|
</help> |
|
|
|
</sim> |
|
|
|
<yasim> |
|
<Rascal110> |
|
<pilot-lb>2</pilot-lb> |
|
</Rascal110> |
|
</yasim> |
|
|
|
<controls> |
|
<flight> |
|
<aileron-trim>-0.01</aileron-trim> <!-- fixed --> |
|
<elevator-trim>0.00</elevator-trim> <!-- controllable --> |
|
<rudder-trim>0.00</rudder-trim> <!-- fixed --> |
|
</flight> |
|
<engines> |
|
<engine n="0"> |
|
<magnetos>3</magnetos> |
|
</engine> |
|
</engines> |
|
<door>1.0</door> |
|
</controls> |
|
|
|
<engines> |
|
<engine> |
|
<rpm type="double">700</rpm> |
|
</engine> |
|
</engines> |
|
|
|
<!-- An autopilot on a Cub??? --> |
|
<autopilot> |
|
<config> |
|
<min-climb-speed-kt type="float">48.0</min-climb-speed-kt> |
|
<best-climb-speed-kt type="float">56.0</best-climb-speed-kt> |
|
<target-climb-rate-fpm type="float">400.0</target-climb-rate-fpm> |
|
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm> |
|
<elevator-adj-factor type="float">6000.0</elevator-adj-factor> |
|
<integral-contribution type="float">0.008</integral-contribution> |
|
<zero-pitch-throttle type="float">0.35</zero-pitch-throttle> |
|
<zero-pitch-trim-full-throttle type="float">0.001</zero-pitch-trim-full-throttle> |
|
</config> |
|
</autopilot> |
|
|
|
</PropertyList>
|
|
|