#fbw tiller

1 messages · Page 1 of 1 (latest)

modest ember
modest ember
#

@pseudo willow … any tips for me

pseudo willow
#

Is it a potentiometer?

#

Zero point in the center

#

535?

#

That is a pretty small range

#

230 units from end to end

pseudo willow
#

the code will most likely need to be adjusted for your limited range

modest ember
#

Yes, it’s a potentiometer. I’ll give it a try. I’m also a bit confused (inexperienced) about whether this should be an input, output or both

pseudo willow
pseudo willow
#

What?

#

How did you come to that?

#

Did you try this preset?
#1200251315067043901 message

modest ember
#

Sorry my bad! Loaded the MSFS2020. Trying it now. You mentioned changing the range to cope with my limited potentiometer

pseudo willow
#

What is the center neutral position reading?

modest ember
#

about 540

#

full left 420, full right 650

pseudo willow
#
@ 430 - 148.9364 * 16383 - -16383 max 16383 min (>K:AXIS_STEERING_SET)
#

Try this simpler code

modest ember
#

that looks better, now who do I sawp the directions? R is currently L etc

pseudo willow
#

Are you sure about this?
full left 420, full right 650

modest ember
#

yes, its the wrong way in the sim

#

maybe I put the tiller back together the wrong way

#

regardless, we can swap right?

pseudo willow
#
@ 430 - -148.9364 * 16383 + -16383 max 16383 min  (>K:AXIS_STEERING_SET)
modest ember
#

that's it!!!!!

#

thank you very much Jaime! Oneday I will learn it properly

pseudo willow
#

OK glad it worked