Added autopilot configuration section to this aircraft config file.
This commit is contained in:
parent
9c71600d1f
commit
d087f87791
7 changed files with 96 additions and 8 deletions
|
@ -32,6 +32,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path>Aircraft/747/Model/boeing747.ac</path>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
<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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -43,6 +43,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
|
@ -30,6 +30,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path>Aircraft/c172/Models/N757/n757.ac</path>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
<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">6000.0</elevator-adj-factor>
|
||||
<integral-contribution type="float">0.008</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.001</zero-pitch-trim-full-throttle>
|
||||
</config>
|
||||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -69,6 +69,19 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</keyboard>
|
||||
</input>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
|
||||
<best-climb-speed-kt type="float">95.0</best-climb-speed-kt>
|
||||
<target-climb-rate-fpm type="float">800.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.004</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.07</zero-pitch-trim-full-throttle>
|
||||
</config>
|
||||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -32,6 +32,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<z-offset-m>-1.75</z-offset-m>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">100.0</min-climb-speed-kt>
|
||||
<best-climb-speed-kt type="float">120.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>
|
||||
<elevator-adj-factor type="float">6000.0</elevator-adj-factor>
|
||||
<integral-contribution type="float">0.005</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.001</zero-pitch-trim-full-throttle>
|
||||
</config>
|
||||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
<path>Aircraft/c172/Panels/c172-ifr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
|
@ -28,6 +28,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path><!-- you need to set this --></path>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">200.0</min-climb-speed-kt>
|
||||
<best-climb-speed-kt type="float">275.0</best-climb-speed-kt>
|
||||
<target-climb-rate-fpm type="float">3000.0</target-climb-rate-fpm>
|
||||
<target-descent-rate-fpm type="float">2000.0</target-descent-rate-fpm>
|
||||
<elevator-adj-factor type="float">15000.0</elevator-adj-factor>
|
||||
<integral-contribution type="float">0.01</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.75</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.039</zero-pitch-trim-full-throttle>
|
||||
</config>
|
||||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue