73a9cb2849
Changes made 19/12/2004 Panel re-oriented 3d Compass shows through windows. Wing-tips slightly altered. Changes made 18/12/2004 Prop spinner shortened and widened Nose area slightly remodelled to fit silouette Nose texture altered to place lower intake correctly Nose wheel reduced in size. Nose leg Oleo guide added (does not rotate - is this correct with real ac?) Nose wheel Axle added. Nose wheel fixed to rotate about it's shaft axis. Windscreen / panel mesh changed so that panel no longer protrudes thru dash Panel instruments moved to represent the geometries of the real cockpit. Pilot / Copilot Yokes moved inboard to represent the geometries of the real cockpit. Alpha layer added to interior texture to prevent panel showing through seats / yokes. Interior texture duplicated and mapped to panel only to allow panel to show. Front seats moved slightly inboard. Landing light pair added to port wing texture. Alpah layer added to wing texture to prevent panel showing through. Texture remapped to Flaps (no shows ribs again). Wing strut outer joins brought inboard to point of wing taper to match real aircraft geometries. Wing struts thinned in front profile and thickened in side profile. VHF aerials moved aft to their usual position. Maingear legs altered so they now join with the fusealage (previously, 20cm gap) Rear window altered slightly to match silouette. Rear (white) Navigation Light made to translate with the rudder. Not yet done: independant landing and taxi lights on port wing
115 lines
2.6 KiB
XML
115 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
JSBSim Cessna 172P with 3D cockpit.
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 172P Skyhawk (1981 model)</description>
|
|
<status>production</status>
|
|
|
|
<flight-model archive="y">jsb</flight-model>
|
|
<aero archive="y">c172p</aero>
|
|
|
|
<model>
|
|
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
|
|
</model>
|
|
|
|
<!-- hide the 2D panel -->
|
|
|
|
<panel>
|
|
<visibility archive="y">false</visibility>
|
|
</panel>
|
|
|
|
<!-- position the pilot viewpoint and angle -->
|
|
|
|
<view>
|
|
<internal archive="y">true</internal>
|
|
<config>
|
|
<x-offset-m archive="y">-0.21</x-offset-m>
|
|
<y-offset-m archive="y">0.30</y-offset-m>
|
|
<z-offset-m archive="y">0.36</z-offset-m>
|
|
<pitch-offset-deg>-12</pitch-offset-deg>
|
|
</config>
|
|
</view>
|
|
|
|
<systems>
|
|
<autopilot>
|
|
<path>Aircraft/c172p/Systems/KAP140.xml</path>
|
|
</autopilot>
|
|
<electrical>
|
|
<path>Aircraft/c172/c172-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<sound>
|
|
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
|
</sound>
|
|
|
|
</sim>
|
|
|
|
<!-- trim for level cruise -->
|
|
|
|
<controls>
|
|
<flight>
|
|
<aileron-trim>0.027</aileron-trim>
|
|
<rudder-trim>0.0</rudder-trim>
|
|
</flight>
|
|
<engines>
|
|
<engine n="0">
|
|
<magnetos>3</magnetos>
|
|
</engine>
|
|
</engines>
|
|
</controls>
|
|
|
|
<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>
|
|
<elevator-adj-factor type="float">4000.0</elevator-adj-factor>
|
|
<integral-contribution type="float">0.01</integral-contribution>
|
|
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
|
|
<zero-pitch-trim-full-throttle type="float">0.14</zero-pitch-trim-full-throttle>
|
|
</config>
|
|
</autopilot>
|
|
|
|
<consumables>
|
|
<fuel>
|
|
<tank n="0">
|
|
<level-gal_us>20</level-gal_us>
|
|
</tank>
|
|
<tank n="1">
|
|
<level-gal_us>20</level-gal_us>
|
|
</tank>
|
|
</fuel>
|
|
</consumables>
|
|
|
|
<instrumentation>
|
|
<attitude-indicator>
|
|
<config>
|
|
<tumble-flag archive="y" type="bool">true</tumble-flag>
|
|
</config>
|
|
</attitude-indicator>
|
|
</instrumentation>
|
|
|
|
<engines>
|
|
<engine>
|
|
<rpm type="double">700</rpm>
|
|
</engine>
|
|
</engines>
|
|
|
|
<nasal>
|
|
<kap140>
|
|
<file>Aircraft/c172p/kap140.nas</file>
|
|
</kap140>
|
|
</nasal>
|
|
|
|
</PropertyList>
|