Thanks for answering my question, and yes I tried them and your script
does work indeed :D I just don't fly the Cherokee Warrior II because of
its fuel tank selector without a "both" position :/ But it is a great
plane.
Also, I have a feeling that YASim had a working mixture feedback, is
that true?
> Victhor wrote:
> > I've noticed that EGT on YASim piston engines won't change. How can I
> > set the mixture that way? :) At least the engine could respond to a
> > mixture change, like losing power, but they don't. I remember they would
> > respond to mixture changes, did some YASim update break it? I googled
> > YASim but I couldn't find any site related to it.
> >
> >
> > ------------------------------------------------------------------------------
> > Enter the BlackBerry Developer Challenge  
> > This is your chance to win up to $100,000 in prizes! For a limited time, 
> > vendors submitting new applications to BlackBerry App World(TM) will have 
> > the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> > details at: http://p.sf.net/sfu/blackberry
> > _______________________________________________
> > Flightgear-devel mailing list
> > Flightgear-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/flightgear-devel
> >
> >   
> Try either the pa24-250 or the pa28-161.  For both of these ac I used 
> nasal to model a number of aircraft specific "realism" factors.  You can 
> examine the file action-sim.nas for both to see how this was done.  
> These models target a realistic response to the mixture setting which 
> does eventually drop the rpm and fuel flow.  I used the POH to target 
> the peak temp and peak fuel flow in these models.  YASim supplies the 
> rpm and the fuel flow used in these models.  The new egt value is 
> low-pass filtered and then set to the new property:
> 
>     setprop("/engines/engine[0]/egt-degf-fix", egt_lowpass.filter(egt));
> 
> I ignore the YASim value for egt.
> Regards,
> Dave Perry
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have 
> the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> details at: http://p.sf.net/sfu/blackberry
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to