Continuous linear actuation - switching current direction
engineerdad
Posts: 2
I plan on programming my basic stamp to control my linear track actuator to continuously run (extend and retract) when a start button is pressed and run until a stop button is pressed. I can make the actuator switch directions by manually switching the positive and negative leads from the actuator to the battery, but I would like to use the basic stamp to do this automatically. It seems to be a very simple program. Any ideas on how to program this onto the basic stamp?
thanks and best regards,
Jacob
thanks and best regards,
Jacob
Comments
So many ways. How do you want to do it?
Switch high and low on two, four, or six outputs.
Here is a link to a Nuts & Volts article that uses four mosfets for that purpose, but transistors can be used to make a similar bridge.
http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol2/col/nv52.pdf
Here is a link to another article that use six transistors but only two pins, plus it shows the use of a half-bridge for motor direction control.
http://www.parallax.com/dl/docs/cols/nv/vol1/col/nv23.pdf
Bruce
Two relays would be better in the long run I would think.