How to make a electric motor go backwards with a contact switch

joris.blanc

Member
Hello NS,element

Font

font-family

font-size

font-style

font-variant

font-weight

letter-spacing

line-height

text-decoration

text-align

text-indent

text-transform

white-space

word-spacing

color

Background

bg-attachment

bg-color

bg-image

bg-position

bg-repeat

Box

width

height

border-top

border-right

border-bottom

border-left

margin

padding

max-height

min-height

max-width

min-width

outline-color

outline-style

outline-width

Positioning

position

top

bottom

right

left

float

display

clear

z-index

List

list-style-image

list-style-type

list-style-position

Table

vertical-align

border-collapse

border-spacing

caption-side

empty-cells

table-layout

Effects

text-shadow

-webkit-box-shadow

border-radius

Other

overflow

cursor

visibility

For a project I'm working on I have a slider that slides on a guide with the help from a motor.

I want something so that when it gets at the end of the guide the slider inverses direction (revers motors direction).

The motor I'm using is a https://solarbotics.com/product/gm9/

gm9-back-img_3152.JPG


I'm looking into using a little switch like this :

IFPLC2.jpg


But then I don't really know what to add onto it to make it work, A friend talked to me about a 555 timer IC is an integrated circuit (chip), so I'm going to look into that but shit looks complicated. I'm pretty sure there is an easier way !!!

So please NS help meee, I'm lost !!
 
maybe you could wire it to a modle train control for forward and reverse control? also adurino (sp) has some really nice controlers and programable setups for stepper motors. but you gotta do some research to figure out how to wire them and program them. maybe soldering. its probaly going to cost you about 100 bucks nomatter how you do it.

is this for a time lapse?
 
A programmable IC would probably be the easiest way, a cheaper way would be to have switches at each end and when they're triggered have them reverse the direction. That'd be quite easy.
 
some more details on this would be nice. I assume it has to be automatic? you could use normally open contact limit switches on either end, but you are still going to need something programmable, cheapest way I can think of is to use a programmable relay like a zelio. Extremely easy software to use, actually it can all be programmed on the relay itself, and with only using 2 inputs (one switch on either end) and maybe 1 more to start and stop it. That motor probably only has two leads, so you need to switch the polarities completely.

PM me if you need some help and I can try my best
 
h-bridge circuit, or if you use a switch with 6 contacts you can wire your motor in a way that when it is pressed it runs negative to positive and when depressed positive to negative.

something like this:

7x7mm-7-7mm-Self-locking-font-b-Switch-b-font-button-6-feet-font-b-DIP.jpg


that one in particular would also work well because it has a pressed down state that stays until it is pressed again, giving it a separate press on/press off state, rather than needing to hold the button down for the off state? i cant remember EXACTLY how to wire the 6 lead button, but ill look around when i get home if my solution works for you, lemme know
 
Back
Top