Ensure that the magnetos are engaged at startup.
This commit is contained in:
parent
60f3c30133
commit
6f700bbebc
3 changed files with 14 additions and 0 deletions
|
@ -53,6 +53,8 @@
|
|||
x="-.6" y="0" z="0" mass="400" moment="8">
|
||||
<actionpt x="0" y="0" z="0"/>
|
||||
<control axis="/controls/throttle[0]" output="THROTTLE"/>
|
||||
<control axis="/controls/starter[0]" output="STARTER"/>
|
||||
<control axis="/controls/magnetos[0]" output="MAGNETOS"/>
|
||||
<control axis="/controls/mixture[0]" output="MIXTURE"/>
|
||||
</propeller>
|
||||
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
min-rpm="1600" max-rpm="2700">
|
||||
<actionpt x="-1.53" y="1.83" z="0.07"/>
|
||||
<control axis="/controls/throttle[0]" output="THROTTLE"/>
|
||||
<control axis="/controls/starter[0]" output="STARTER"/>
|
||||
<control axis="/controls/magnetos[0]" output="MAGNETOS"/>
|
||||
<control axis="/controls/mixture[0]" output="MIXTURE"/>
|
||||
<control axis="/controls/propeller-pitch[0]" output="ADVANCE"/>
|
||||
</propeller>
|
||||
|
@ -90,6 +92,8 @@
|
|||
min-rpm="1600" max-rpm="2700">
|
||||
<actionpt x="-1.53" y="-1.83" z="0.07"/>
|
||||
<control axis="/controls/throttle[1]" output="THROTTLE"/>
|
||||
<control axis="/controls/starter[1]" output="STARTER"/>
|
||||
<control axis="/controls/magnetos[1]" output="MAGNETOS"/>
|
||||
<control axis="/controls/mixture[1]" output="MIXTURE"/>
|
||||
<control axis="/controls/propeller-pitch[1]" output="ADVANCE"/>
|
||||
</propeller>
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
min-rpm="1600" max-rpm="2700">
|
||||
<actionpt x="-2.45" y="2.52" z="-0.95"/>
|
||||
<control axis="/controls/throttle[0]" output="THROTTLE"/>
|
||||
<control axis="/controls/starter[0]" output="STARTER"/>
|
||||
<control axis="/controls/magnetos[0]" output="MAGNETOS"/>
|
||||
<control axis="/controls/mixture[0]" output="MIXTURE"/>
|
||||
<control axis="/controls/propeller-pitch[0]" output="ADVANCE"/>
|
||||
<control axis="/controls/boost[0]" output="BOOST"/>
|
||||
|
@ -75,6 +77,8 @@
|
|||
min-rpm="1600" max-rpm="2700">
|
||||
<actionpt x="-2.45" y="-2.52" z="-0.95"/>
|
||||
<control axis="/controls/throttle[1]" output="THROTTLE"/>
|
||||
<control axis="/controls/starter[1]" output="STARTER"/>
|
||||
<control axis="/controls/magnetos[1]" output="MAGNETOS"/>
|
||||
<control axis="/controls/mixture[1]" output="MIXTURE"/>
|
||||
<control axis="/controls/propeller-pitch[1]" output="ADVANCE"/>
|
||||
<control axis="/controls/boost[1]" output="BOOST"/>
|
||||
|
@ -87,14 +91,18 @@
|
|||
braking -->
|
||||
<gear x="-6.08" y="2.52" z="-3.49" compression="1" retract-time="7">
|
||||
<control axis="/controls/brakes[0]" output="BRAKE"/>
|
||||
<!--
|
||||
<control axis="/controls/rudder" output="BRAKE"
|
||||
src0="-1" src1="-0.5" dst0="1" dst1="0"/>
|
||||
-->
|
||||
</gear>
|
||||
|
||||
<gear x="-6.08" y="-2.52" z="-3.49" compression="1" retract-time="7">
|
||||
<control axis="/controls/brakes[1]" output="BRAKE"/>
|
||||
<!--
|
||||
<control axis="/controls/rudder" output="BRAKE"
|
||||
src0="0.5" src1="1.0" dst0="0" dst1="1"/>
|
||||
-->
|
||||
</gear>
|
||||
|
||||
<!-- From the type certificate: "Fuel capacity: 822 gals. (4 tanks in
|
||||
|
|
Loading…
Add table
Reference in a new issue