Le samedi 03 septembre 2005 à 08:39 -0500, Dave Culp a écrit :
> > I need information regarding the engine shutdown procedures of the
> > Concorde, Cessna Citation and Hawker Hunter.
> 
> The Citation and Hunter are Yasim-based, so there is no shutdown available, 
> AFAIK.  The Concorde is a JSBSim-based model and the turbines can be shut 
> down by setting the property "engines/engine[n]/cutoff" (where 'n' refers to 
> the engine number, starting with zero) to "true".  This can be done through 
> the property browser, or you can add an instrument panel hotspot to do this 
> (see the T-38 panel for an example).
> 
> 
> 
> Dave 

And you can reactivate it with ==> in my exemple withe a key binding in
my aircraft-set.xml for the engine(0)

<key n="37">
                        <name>%</name>    
                                <desc>démarrage moteur </desc>                  
                
                                        <binding>
                                                
<command>property-assign</command>
                                                
<property>/controls/engines/engine[0]/cutoff</property>
                                                <value>false</value>
                                        </binding>                              
                
                                        <binding>
                                                
<command>property-assign</command>                      
                                                
<property>/controls/engines/engine[0]/ignition</property>
                                                <value type="double">3</value>  
      
                                        </binding>
                                        <mod-up>
                                        <binding>
                                                
<command>property-assign</command>                      
                                                
<property>/controls/engines/engine[0]/ignition</property>
                                                <value type="double">0</value>  
      
                                        </binding>
                                        </mod-up>                               
        
                                        <binding>
                                                
<command>property-assign</command> 
                                                
<property>/fdm/jsbsim/propulsion/engine[0]/n2</property>
                                                <value 
type="double">53.0</value>        
                                        </binding>                              
        
                                        <binding>
                                        <command>property-assign</command>
                                                
<property>/controls/engines/engine[0]/starter</property>
                                                <value type="bool">true</value>
                                        </binding>
                                        <mod-up>
                                        <binding>
                                                
<command>property-assign</command>
                                                
<property>/controls/engines/engine[0]/starter</property>
                                                <value type="bool">false</value>
                                        </binding>
                                        </mod-up>                               
        
                                        <binding>
                                                
<command>property-assign</command>                      
                                                
<property>/controls/engines/engine[0]/throttle</property>
                                                <value 
type="double">0.0</value>        
                                </binding>              
                        </key>  



_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to