Log in

View Full Version : Multiple Inputs for a Motor


heya101
17-03-2012, 11:58
So our team wanted a backup system for our shooter which would be controlled by the throttle(knob) on the joystick. I can wire this up fine, but I'm wondering how I'd incorporate the code for when I want the shooter to set its speed automatically by the distance, since the motors would then receive two conflicting inputs.

Say the throttle is set at 0 speed, but I press the button for the automatic shooting, saying we need about .5 speed to get in the basket, how would I have the code make this override the throttle input?

Ether
17-03-2012, 12:44
Say the throttle is set at 0 speed, but I press the button for the automatic shooting, saying we need about .5 speed to get in the basket, how would I have the code make this override the throttle input?

The button selects either the "button speed" or the "non-button speed".

kws4000
17-03-2012, 12:47
Just copy and paste this into wherever. Wire up your auto-shooter speed to BOTTOM (I did this too quickly), and manual speed control to TOP. That way, when button is pressed, the Auto Speed control is overridden.

kws4000
17-03-2012, 12:48
You're fast, Ether!

heya101
17-03-2012, 13:35
Thanks a lot, was exactly what I was looking for.