PDA

View Full Version : Which is better: 50-INH-100 or 50-75-100 ?


kgfly
05-02-2007, 04:09 AM
A point to ponder:

If I am programming a linear curve for either pitch or throttle, does it make any difference whether I inhibit the mid-point or enter an explicit value ?

To my mind it probably saves an IF statement evaluation where the software has to do an interpolation. With the mid-point inhibited the software has a single interpolation range. with an explicit value it has to determine which of two ranges apply.

My guess is it makes no real difference but perhaps some of the experts know otherwise ?

Rogan
05-02-2007, 06:56 AM
It would only make a difference if you were setting a non-linear curve. INH would be the same as 75 on your linear curve.