|
Re: Can you create motor speed limiters in LabVIEW?
make a local variable (true=half speed) that is a boolean. If you hit a button, set the variable to true. Wire the variable into a case structure, and if it is true, multiply the joystick axis by .5
|