Mechanical Relay question

blizzwave

Member
Join Date
Jan 2006
Location
Norway
Posts
13
Hello People.

I am about to finish my automatics education.

For my final "exam" i got a hard, if not impossible task.

The task is as follows:
One push-button starts and stops a motor.
I can ONLY use basic mechanical relays. No time delay, counters or pulse relay of any kind.

I want to know if its possible to this with just basic relays?

Kind regards "SilverHelmet" aka Marius Boro from Norway
 
Good to hear that :)

Here's what i have come up with so far.

testli7.jpg
 
Any physical toggle circuit needs to be completely independent of element timing. Stated another way, what happens if S1 goes to one state or the other and never releases? The circuit should achieve a stable state. I don't thnk yours will unless you specifically use overlapping contacts to guarantee your desired states are maintained.

Keith
 
You still don't seem to be using the 8-pin relays as they are designed. K1 for example has 2 normally open and 1 normally closed contact in your design, but neither of the n.o. contacts share a "common" with the n.c.contact as they would in actual relays. No such limitation exists when programming ladder in a PLC, but when using discrete relays you HAVE to take into account the INTERNAL format of the relay. Hint: It's printed right on the side of the relay.

Stationmaster
 
It's possible to do with 8 pin relays, although I don't think that the description requires it... 11 pin's are still basic mechanical relays, 8 pin's are more common, but still the same beast.

-MUR
 
I would say this will work 99% of the time. But this design counts on the relative speed of fairly loosely linked contacts. I'm betting 1 out of 100 times it won't toggle quite right.

Keith
 
I would say this will work 99% of the time. But this design counts on the relative speed of fairly loosely linked contacts. I'm betting 1 out of 100 times it won't toggle quite right.

Keith


The only problem I see, is if the button is not held down long enough, for K1 or K2 to energize, and not K3 to toggle. I don't know how to get around this with standard relays What specifically are you seeing?

-MUR
 
With standard relays you have multiple arms moving from NC contacts to NO contacts on energization. Most though do not GUARANTEE that ALL NC contacts will be broken before ANY NO contacts close. This is where errors can creep in especially after wear time.

Otherwise I'm not seeing a possible race problem as implied by kamenges.
 
There's nothing logically wrong with it. But with a typical form C relay the contacts are somewhat independent of each other. Your circuit assumes that the state of all contacts for a given relay will fully change at a given instant. But, for example, on the button press that turns the toggle off, you could lose CR3 before the NO contact of CR2 can complete the latch. The NC CR2 contact that releases the M1 latch and the NO CR3 contact in the CR2 activation branch with it can open before the NO CR2 contact can complete the latch. You are counting on the contact carrier momentum to be enough to complete the latch motion.

While this is unlikely it is possible. You can get around this by judicious use of early make and late break contacts. Or you can set up a latch for each state of the button press sequence so you hold a record of the button presses that are more independent of each other. This would take a couple more relays but it would get you the better part of that 1% error possibility.

Keith
 

Similar Topics

Hi all, This is actually a personal project, if that's ok. My uncle has some property that has a well, he wants to have the well automatically...
Replies
7
Views
2,490
Possibly a bit niche this one but does anybody know if there is an under/over voltage monitoring relay with an SSR or transistor signalling output...
Replies
3
Views
1,478
Inductive load: Vacuum Pump motor 115VAC 0.9Watts Resistive load: Heater 115VAC 0.75 Watts What is the best way to control these from...
Replies
6
Views
2,020
U
Hi, Dear experts in this website. I have a doubt. I encountered a normal mechanical relay(omron MY4N) not functioning when applying the DC24V. I...
Replies
18
Views
5,110
I've run into a non-plc issue that is proving hard to solve. I'm designing a mechanical device that has a base/foundation that must satisfy the...
Replies
3
Views
397
Back
Top Bottom