Another nasal question then if you can help.

How do i also make the flaps and rudder very sluggish ( Not very responsive ( 
Heavy ))  if the volts are below 22 ?

I know this sounds daft but i am getting somewhere .
I will be chaning the checks to hydraulics as soon as i have that running.
Just need to work out some more details.

Regards,
Justin Smithies


On Sunday 26 March 2006 22:22, Justin Smithies wrote:
> Thankyou just what i needed.
>
> Maybe one day i will be as good at nasal as you. ;)
>
> Cheers
> Justin Smithies
>
> On Sunday 26 March 2006 22:10, Melchior FRANZ wrote:
> > Or better:
> >
> >    gearDown = controls.gearDown;
> >    controls.gearDown = func(down) {
> >            if (!down or getprop("/systems/electrical/volts") > 22) {
> >                    gearDown(down);
> >            }
> >    }
> >
> > ... because stopping the gear movement should always be allowed.  ;-)
> > Even smarter would be to watch the voltage and to stop the gear movement
> > as soon as it drops. Can all be done with Nasal.
> >
> > m.
> >
> >
> > -------------------------------------------------------
> > 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
>
> -------------------------------------------------------
> 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


-------------------------------------------------------
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