Re: [Flightgear-devel] Debugging Throttle control in Native-ctrls

2005-06-22 Thread bass pumped
> ..this is the correct behavior for early WWI era planes powered with > rotary engines such as the Gnome, Rhone and Oberursel rotaries, > these were "throttled" by "blipping" the ignition off-n-on to cut power > to a desirable level. If you're _not_ doing a rotary, it's a bug. ;o) > I know I'

Re: [Flightgear-devel] Debugging Throttle control in Native-ctrls

2005-06-22 Thread Arnt Karlsen
On Mon, 20 Jun 2005 11:51:01 -0500, bass wrote in message <[EMAIL PROTECTED]>: > Hi all, > > I'm sending joystick input through Simulink in Matlab to Flightgear > using the Native-ctrls structure. I am able to control everything > pretty satisfactorily, everything except the throttle... its gon

Re: [Flightgear-devel] Debugging Throttle control in Native-ctrls

2005-06-20 Thread bass pumped
> Throttle should be no different from any other value. There is probalby > internal code clamping this to the range of 0.0 - 1.0 so if your numbers are > coming through garbage and random, you might see this effect. If it was me, > I'd insert some debugging code in src/Networks/native_ctrls.c

Re: [Flightgear-devel] Debugging Throttle control in Native-ctrls

2005-06-20 Thread Curtis L. Olson
bass pumped wrote: Hi all, I'm sending joystick input through Simulink in Matlab to Flightgear using the Native-ctrls structure. I am able to control everything pretty satisfactorily, everything except the throttle... its gone digital on me!!! It fluctuates between a one and a zero in almost