Log in

View Full Version : Robot main motor control


techno4229
20-02-2012, 15:22
ok what im trying to do is have a button not just control the motor speed but when im moving around with (x,y) i wanna to be able to push a button to slow motor but still use (x,y) to move then when i release it, it goes to normal speed :) possible?:confused:

tilky
20-02-2012, 15:33
here you go. you can change the .5 to whatever you want. the false of this is just wiring the axis directly to the terminal

techno4229
20-02-2012, 18:59
here you go. you can change the .5 to whatever you want. the false of this is just wiring the axis directly to the terminal

thnx worked perfect... :D possible i can have it reverse? :P so its slow to .5 speed then when button to 1.0 ?

DominickC
20-02-2012, 19:50
Yes, just reverse your cases. Make your "True" case read "False" and vice-versa.