electrical shooting track

Thread Starter

micke_gt

Joined May 20, 2015
15
HI,
Im new to this forum,
sorry for bad language hope you can get it anyway

I would like to hear if you have any ideas on how I can control a motor using relays. Automotive relays?
The function i looking after is:
I have a platform that goes on a rail, in each side i have a limit,
in one side i have mounted a 12v dc motor and a Wheel, and in the opposite side a Wheel, i have stretched a wire between those Wheels
who is attached to the platform,
i have ha momentary startbutton.
the limits have COM,NO,NC
i got a 12v timer.

If i press the start button i want the platform to start and when it hits the limit in the end it will stop and start a timer who goes for 3-4 seconds and then return, when the platform hits the other limit i want it to stop, until you press the start button again, then let it do the same again

I attached a Quick drawing if it will help.

Thanks for ideas/Micke
ÄLGBANA2-page-001.jpg
 

AnalogKid

Joined Aug 1, 2013
11,036
Your question is very clear. Where are you located? What is your electronics background? Do you want to use a microcontroller like a PIC or Arduino, or do you want to use discrete chips like logic gates? This can be done with two 4093 NAND gate devices and two transistors to drive the relays. You will need two SPDT relays that can handle the motor current.

ak
 

Thread Starter

micke_gt

Joined May 20, 2015
15
Your question is very clear. Where are you located? What is your electronics background? Do you want to use a microcontroller like a PIC or Arduino, or do you want to use discrete chips like logic gates? This can be done with two 4093 NAND gate devices and two transistors to drive the relays. You will need two SPDT relays that can handle the motor current.

ak
thanks for quick answers
I'm located in sweden,
has only a little experience in electronics. I can solder together a circuit board if anyone can say what components I should have and draw up a drawing of the circuit.
My idea was to keep it as simple as possible, i have wired upp two spdt relays as a polarity switch just to run the motor when i test-drove it.
i forget to mention that i would like to have a potentiometer to control the speed of the motor if its possible


but it is more basic to use electronics or do as Maxheadroom suggest whit hard wired relays?
 

AnalogKid

Joined Aug 1, 2013
11,036
If I remember Max's past posts correctly, he has a lot of experience in industrial controls. For the one's I've done, I tend to keep my logic in logic chips. Attached is a first-pass at a track controller.

Note: U2 pin3 is floating on purpose.

ak
 

Attachments

MaxHeadRoom

Joined Jul 18, 2013
28,681
i forget to mention that i would like to have a potentiometer to control the speed of the motor if its possible
but it is more basic to use electronics or do as Maxheadroom suggest whit hard wired relays?
I was thinking of keeping it simple, without the need to construct any custom S.S. logic etc.
A potentiometer alone is not an ideal way to control a DC motor.
Depending on what the motor current is, there are PWM controllers on ebay for $5.00.
You would need a timer, two (Fwd/Rev) relays, two limit switches and the speed control.
A couple of P.B.'s.
I can put a circuit together if needed.
Max.
 

Thread Starter

micke_gt

Joined May 20, 2015
15
If I remember Max's past posts correctly, he has a lot of experience in industrial controls. For the one's I've done, I tend to keep my logic in logic chips. Attached is a first-pass at a track controller.

Note: U2 pin3 is floating on purpose.

ak
Okej, the file you attached dosent work for me ? :)

Thanks/micke
 

Thread Starter

micke_gt

Joined May 20, 2015
15
I was thinking of keeping it simple, without the need to construct any custom S.S. logic etc.
A potentiometer alone is not an ideal way to control a DC motor.
Depending on what the motor current is, there are PWM controllers on ebay for $5.00.
You would need a timer, two (Fwd/Rev) relays, two limit switches and the speed control.
A couple of P.B.'s.
I can put a circuit together if needed.
Max.
Okej, yes if you can put a circuit together it would be nice :)
What is P.B,s ? :)
I can try to get the data sheet of the motor

Thanks /micke
 

Thread Starter

micke_gt

Joined May 20, 2015
15
P.B.'s = Push buttons.
Have you actually confirmed that motor will drive you desired load?
Max.
Ahh okej :)

Yes, when i tested the track by drive the motor manual it seems to work , i was thinking that a sqrewdriver was build for hard work, do you have any suggest of another motor ?
I have tought about a motor from a car that runs the windscreen whipers? :)

/micke
 

MaxHeadRoom

Joined Jul 18, 2013
28,681
If you intend running off battery power, you need to use the most economical motor you can.
The largest source of 12vdc motors is autowrecker yards etc.
Max.
 

Thread Starter

micke_gt

Joined May 20, 2015
15
Here is a circuit that should serve your purpose. Now I would use a microcontroller.

Ken
View attachment 86108
Okej thanks for the drawing. :)

Okej, the file you attached dosent work for me ? :)

Thanks/micke
the file work, it was my phone that dosent work:), is it possible to change the time that the platform stand still in the end position? and if its possible to controll the speed. ? :)
 

gerty

Joined Aug 30, 2007
1,305
I did something very similar about 6 years ago. The differences are: mine has a cable strung 6 ' in the air between 2 poles about 80' apart.
The target is attached to a 1/4" wire frame hanging off the cable. It is controlled with a 4 channel wireless remote ( so range officer can move with officer and not get tangled up). It has 2 speeds, speed can be changed at any time during travel. And it have a siren connected to it so range officer can replicate an actual chase with all the noise/confusion.VB-SO-MOVING-TARGET.png VB-SO-MOVINGTARGET-SCH.png VB-SO-TARGET-SCH-2.png [
 
Top