#A320 Tiller

1 messages · Page 1 of 1 (latest)

abstract cradle
#

Hello, could someone can help me to configure my home A320 Tiller please ?
I use potentiometer:
390 full left
600 center
781 full right

thank you for help

copper hare
#

Always specify vendor and aircraft. There are at least four different A320.

abstract cradle
#

A320 Fenix

copper hare
#

Using the Hubhop tool and the existing preset code, I get this code

@ 419 - 90.5138 * 16383 - -16383 max 16383 min (>K:AXIS_STEERING_SET) ```
abstract cradle
#

thank you for your help, can you please explain me where I have to put this ? Input/outpout ? In variable or something else ?

copper hare
#

Input config for potentiometer preset code box

abstract cradle
#

nothing else to do ?

copper hare
#

No

abstract cradle
#

can you explain to me how you get 419, 2,4133 and 90.5138 please ? And thank you it works

copper hare
#

Your range is actually 390 to 781, but the center you specified to be 600, which not actually at the center of that range

abstract cradle
#

yes my center is 545

copper hare
#

taking 600 as center, the difference to the high end is 181 and to the low end it 210

copper hare
#

you said 600 first

abstract cradle
#

550 is my center (I was wrong when i said 600 sorry)

copper hare
#

then the code will be pulling slightly to the left on the steering

abstract cradle
#

yes it's about 8°*

#

that why I would like to understand how do you do to have these number to have a right input

copper hare
#

so actually center is 550

#

are the limits still 390 and 781?

abstract cradle
#

290 and 781

copper hare
#

lol you said 390 first

abstract cradle
#

that's what I had westerday, don't know why it changed (maybe a tooth in my mecanism)

copper hare
#

ok

#

283 - 550 - 797

#

the difference to center postion is 267 on the low side

#

and 247 on the high side

#

we take the smaller difference

#

so 550 - 247 = 303

#

so your operating range will actually be 303 - 550 - 797

abstract cradle
#

yes ok for that

copper hare
#

using the hubhop tool

#

the first formula

#

@ 303 - 3.1867 / 75 - -75 max 75 min (>L:N_FC_CAPT_TILLER)

#

@ 303 - 68.5481 * 16383 - -16383 max 16383 min (>K:AXIS_STEERING_SET)

#

second formula

#

all together

@ 303 - 3.1867 / 75 - -75 max 75 min (>L:N_FC_CAPT_TILLER)
@ 303 - 68.5481 * 16383 - -16383 max 16383 min (>K:AXIS_STEERING_SET) 
abstract cradle
#

oh ok understood thank you

copper hare
#

I just used the rudder preset in the tool, because I know it has the same range as the steering event

abstract cradle
#

thank you, and it's possible to adjust sensitivity after N

#

?

copper hare
#

sensitivity meaning?

abstract cradle
#

I mean, not moving from 530 to 570 for example

#

to be less sensible

copper hare
#

possible but it is a totally different approach

#

you want to use the interpolation function

abstract cradle
#

ok understood i leave it like that don't worry

copper hare
#

you can introduce code that will zero the output on that range, but the scale will not be completely smooth.