06-13-2012 12:08 PM
Hello
I wish decrease the rotational speed of the servo.
Can you tell me subsidizing?.
All other process works properly.
I leave vi image
thanks
06-13-2012 04:39 PM
your vi is constantly changing the index of your array, where I assume you stored the speed of the motor. If you want to decrease the speed, you should add lower values into your array, or you can also develop some logic so that the index of the array decreases instead of increase indefinitely as it is now.