#King Air throttle + reverse using one potentiometer

1 messages · Page 1 of 1 (latest)

earnest wigeon
#

I’m still trying to figure how the relationship between device and event input range works on the preset code, the tool website is very good and useful but understand the logic would allow me to try more options!

I have used the code below, but the lever path doesn’t correspond.

@ 14 - 33.2312 * 16383 - -16383 max 16383 min (>K:THROTTLE_SET)

I divided the path by 5
First part- reverse to 0%
Second part - throttle 0% to 25%
Third part - throttle 25% to 50%
Fourth part - throttle 50% to 75%
Fifth part - throttle 75% to 100%

Now the challenge is to match the numbers so the lever can walk accordingly!

tawdry mountain
#

if you want to shape the response curve, you are better off using interpolation to exactly hit the reference points in your lever movement.

#

The function of the potentiometer tool only considers the start and end points. Nothing else.

#

Since Mobiflight only has interpolation in output configs, you need to store the lever potentiometer reading to a Mobiflight variable, create an output for this variable, use the interpolation modifier, and then send the interpolated value to the sim via the display (input type) tab.

earnest wigeon
#

Ok, I’m a mobiflight beginner user, I do not know how to do that, yet!