Question about actuator center position.
I am using the mini ssc2 USO serial device and testing things on the work bench with just standard R/C servos to get an understanding of this software and the profile setup all works. (my actual sim char isnt built yet)
I created a simple profile and set up my USO initiation strings to output a center position command (127) to the servos at start and stop, and this is working good.
When i hit the start button, the servos go to about a value of 55 (full range command = 0-254) then when i hit stop, they center at my 127 value.
Even with no math, why do they get commanded to 55? Even if I add an offset in the output section (value = (value/1*1)+72) they still go to about 55? In my mind the assembled chair will jump from the center or home position, to this odd value when you hit start.
With a simple math input, the servos seem to operate corectly in game play, but they jump to this 55 position and work around that position..
How do i fix this?