#fbw tiller
1 messages · Page 1 of 1 (latest)
@pseudo willow … any tips for me
Is it a potentiometer?
Zero point in the center
535?
That is a pretty small range
230 units from end to end
the code will most likely need to be adjusted for your limited range
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
If you intend to control the Sim, it's an input
What?
How did you come to that?
Did you try this preset?
#1200251315067043901 message
Sorry my bad! Loaded the MSFS2020. Trying it now. You mentioned changing the range to cope with my limited potentiometer
What is the center neutral position reading?
@ 430 - 148.9364 * 16383 - -16383 max 16383 min (>K:AXIS_STEERING_SET)
Try this simpler code
that looks better, now who do I sawp the directions? R is currently L etc
Are you sure about this?
full left 420, full right 650
yes, its the wrong way in the sim
maybe I put the tiller back together the wrong way
regardless, we can swap right?
@ 430 - -148.9364 * 16383 + -16383 max 16383 min (>K:AXIS_STEERING_SET)
OK glad it worked