Speed control

Okay, our minibot deployment is set and works, but it is sometimes too hard to line up because of how fast the robot turns.
We were wondering if we were able to change the speed of the robot when the throttle is pushed. Like when the joystick was pushed and the joystick is pushed, the speed would be reduced to about 20%
Any ideas?

Yes, this can be done pretty readily.

You want to use either a Select VI or a Case Structure to choose a different multiplier for your joystick value based on a button. When the button is false, choose 1 as the multiplier. When the button is true choose .2 or .3 or whatever you want to scale down by.