Sorry for the messy post.
There is probably a simple mathematical formula that would calculate the stepper value from the joystick value. I think this works
Code: [Select]
speedVal = ((X_VALUE - 520) / 31) + 1;
This is what I was searching for. Thanks!
MB