Society of Robots - Robot Forum
Mechanics and Construction => Mechanics and Construction => Topic started by: drinu on July 07, 2013, 04:12:48 AM
-
Hi all,
I am going to build a robotic arm for my end of year school project. Now I am not sure if I can connect two worm gear motors in parallel as shown in the diagram attached. Please can someone advice?
Thanks in advance.
-
I don't see why not. Good luck with it! :D
-
Because I read that if the speed is not accurately synchronized, one of the motors will be applying more force, thus wearing faster.
-
Because I read that if the speed is not accurately synchronized, one of the motors will be applying more force, thus wearing faster.
well that is true. Unless you are using servo motors (to exactly know the position of the shaft) there is always a chance that one motor might move faster than other and cause trouble.
here's what you can do. If your movement is restricted ( not complete 360) attach a potentiometer to the shaft of each motor. Since the voltage output from the rotary pot will be propotional to the position of the shaft, you can always know (using ADC from your controller) which motor is going faster, and adjust the motor speed with PWM.
If the movement is not restricted (full 360 degree) use optical encoders for the same purpose listed above.