Motor control or relay?
aab
Posts: 8
I need to control two 5VDC motors, I must be able to make them go both directions and preferably would prefer to be able to also slow them down.
Are there any motor controllers that would allow me to control a motor's power (on/off), direction and speed?
Also, can a basic stamp trigger a relay directly connected to one of the output pins or can it not support the power reqired to flip a relay?
If the stamp can flip a relay, has anyone tried slowing down a motor with a delay by giving short bursts of power (like 0.1 second of power every 0.5 second)? I want to make an arm that can more fairly fast and then slow down as it approaches the destination for accurate positioning (I want it to accurately stop over the center hole of a CD, reach down into the CD hole and grab it).
Thanks
·
Are there any motor controllers that would allow me to control a motor's power (on/off), direction and speed?
Also, can a basic stamp trigger a relay directly connected to one of the output pins or can it not support the power reqired to flip a relay?
If the stamp can flip a relay, has anyone tried slowing down a motor with a delay by giving short bursts of power (like 0.1 second of power every 0.5 second)? I want to make an arm that can more fairly fast and then slow down as it approaches the destination for accurate positioning (I want it to accurately stop over the center hole of a CD, reach down into the CD hole and grab it).
Thanks
·
Comments
By using PWM or PULSOUT you can control the speed of the motor but the speed control has to be programmed in.· It is not something you can change manually, unless you use serin commands to tell the Stamp to change the PWM.· Also, the Stamp can not PWM while it is translating a serin command.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
New Combo LCD Backpack
http://hometown.aol.com/newzed/index.html
·
Thanks
agentile
Thanks
They may exist somewhere, but I've never found them. The best I've seen was DPST which I suppose you could use, Two of them back-to-back would create a two coil, solid state DPDT relay. A bit expensive though, I'd imagine.
Regards,
Bruce Bates
What you are talking about is Pulse-Width-Modulation (PWM) control of DC motors. There are *lots* of resources that show you how to do this. Typically, this is done through an H-Bridge circuit (with transistors), which allows you to apply voltage in both directions, or turn it off.
Go to AlWilliams.com, and look for some of his PWM co-processors. You really don't need to re-invent the wheel by trying to implement this with some mythical, poor response TTL mechanical relay.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
XYZZY...PLUGH...*poof*