> > I am looking to control the position of 5 motors with gear boxes. > >
> > Is there a product to control multiple DC motors as you would
> > servos, using PWM, and have the motor spin cw/ccw to the
> > proper rotation based on the PWM signal?
> >
> > Is there a cheap hbridge controller to control multiple
> > small DC motors (1 amp at the most)?, with feedback?
> > this is probably the best solution, depending on cost,
> > using the R/C feedback mentioned below.
> >
> > I think that converting the motors to servos would be best.
> > but a servo can get stuck. IE, something puts too much
> > pressure on the output shaft, and the motor will try to spin,
> > but won't actually go to the direction it should (based on
> > the PWM signal). Feedback of actual position isn't vital,
> > as the motors won't ever be obstructed from turning,
> > so sending a PWM signal would guarantee that the motors
> > were at there correct rotation.
> >
> > Adding encoders to each motor would be a pain.
> >
> > I could design a r/c circuit with a variable resistor to give
> > my controller feedback on the position of a motor, but
> > this requires large ammounts of CPU time. I guess
> > that this is acceptable.
> >
> > I would have to have an H-bridge for each motor still.
> >
> > Are there R/C circuits on the web that I can use to
> > get feedback reguarding which direction the motors
> > are currently turned to? they will only turn 360 degrees
> > on the output of the gearbox.
> >
> > Rich
> >
> >formatting link
> > aiiadict AT hotmail DOT com
If you want to control a DC or stepper motor(probebly a better option) like a servo you can convert it into a one. All you need to do is mechanicly attach a pot to the motor, include that pot into an oscilator circuit. Then compare the oscilator output to the input pulse width(technicly not PWM more a changing a pulse with into an angular postion). Then you move the motor in the correct direction to remove the error between the pulse widths(i.e. the input(your signal) and the oscilator output(current motor postion). Like the earlier poster said though you could just buy a servo. Unless you want to use it for something big. But basicly thats what servos do. The actual electronics could be a bit of a project tho since it won't be some little DC motor. There would need to be all kinds of signal condtioning unless you were gonna use a seperate power supply(for control equipment), cos a big motor jittering about would reset any micros. So you'd probebly need to do it all hardwired. Unless you use
2 seprate supplys. Then again if you did use a stepper maybe that wouldn't be such a problem. Sorry I've probebly been no help. Go there
>> they explain it better than me