On Sunday 05 March 2006 22:38, Andy Ross wrote:
> Dave Perry wrote:
> > I would like to add a voltage check before moving the flaps
> > or landing gear in data/Nasal/controls.nas.  The proposed
> > changes are underlined.
>
> Adding aircraft-specific code to the generic control mappings
> is a bad idea; that file is for Nasal code that is globally
> useful for interpreting the user's control inputs.  It doesn't
> do system simulation.
>
> Why not do it in the aircraft configuration by driving the
> flaps from some other property than /controls/flight/flaps and
> gating that on the appropriate system-specific failure modes
> with some system-specific Nasal?
>
> Andy

Hi Andy,

I've been looking at driving YASim control-input axis through 
different control mappings but when I tried the elevator I got 
an insufficient trim result.  Binding it back to the elevator 
restored the trim so it looks like the elevator must be bound to 
the elevator control for it to solve.

Could this be changed so that the solver doesn't mind which 
control property the elevator is bound to?

LeeE



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to