"First Up" Hard Wired Circuit

inst_tech

Member
Join Date
Jan 2010
Location
Scotland
Posts
58
Hello,

Was wondering if anyone could improve on my "first up" circuit. I'm sure there is a way but cant quite get it!

What I've got is 4 switches pulling in a contactor. I wish to find which switch drops out first. I've done a program in statment list but was trying to do it hard wired as well.

The attachment shows what I have. First cicuit is the original. The rest is the wiring I need to capture the switch dropping out.

Is it possible to do it with just 4 relays rather than 8? I must be missing something!


cheers

untitled.jpg
 
think about latching r1,2,3,4 and using not r1,2,3,4 in series with the switches
 
By the schematic you drew up they would all drop out at the same time. You need to latch the relays. Might even want to try using both NO and NC contacts.
 
His circuit would work, if I understand correctly, the original circuit is shown not in the normal state. So, he wants to know which switch caused C1 to drop out first. I have done something similar years ago with what was termed a tattle tale relay arrangement.

I think there's a thread on the subject here in the archives somewhere...
http://www.plctalk.net/qanda/showthread.php?t=35449&page=2
 
BCE123:- i cant really modify the existing circuit to much as its controlling a turbine starting up. Wiring relays 1-4 in would just be a temporary measure.

Cheezy:- have simulated this program using PLC SIM and it works fine (unless i made a mistake doing schematic as i just copied the program)
 
I've gotta agree with Cheezy, when you lose Switch1 you lose all of your relays. Then it just becomes a relay race to see which one latches in first.

It's one thing to test it out on a sim, it's another to have to deal with the built-in latency of a mechanical relay.
 
Just thinking out loud... o_O

Assuming the circuit is DC, what if you wired an optocoupler ACROSS each switch contact. When the switch is closed, the optocoupler is shorted, so it is off (and C1 turns on). Something like this...

            SW1       SW2       SW3       SW4
(+) <---+---]/[---+---]/[---+---]/[---+---]/[---+--------(C1)---> (-)
| | | | |
| | | | |
+--(R1)---+--(R2)---+--(R3)---+--(R4)---+

--] [-- --] [-- --] [-- --] [--

When a switch is opened, enough current flows through the coil of C1 for the optocoupler to turn on, yet not enough for C1 to stay energized.

(+) <---+---]/[---+---]/[---+---] [---+---]/[---+--------(C1)---> (-)
| | | | |
| | | | |
+--(R1)---+--(R2)---+--(R3)---+--(R4)---+

--] [-- --] [-- --]/[-- --] [--

Each optocoupler (R1 thru R4 in my 'schematic') would drive the latching relays in inst tech's drawing (using a NO contact rather than the NC one he used). When one switch is opened, ONLY the optocoupler associated with that switch would turn on, latching the appropriate relay, which immediately disables the rest.

Like I said, just thinking out loud... ;)

🍻

-Eric
 
Thanks for the comments and thanks Eric for the idea! I'll have to look into that a bit more and maybe get some optocouplers to try it out. Unfortunetly I'm on an oil platform and optocouplers are a bit difficult to get hold off. I doubt I'll even manage to get relays.... or spare wire come to think off it!!
cheers
 
It would be best if you could wire a separate contact from each switch to a PLC (or relay arrangement) so that it is completely electrically isolated from the C1 control string. Then have the PLC handle the detection/alarming.
 
Easy;
Install 0.016 amp fuses across each normally closed contact.

When a contact opens, the fuse will blow as all the power goes through it.
 
I'm afraid not. The spare kit available on the platform is basically relays, contactors and even that is a struggle to get hold off. Only one PLC on the whole place and thats an S5. I doubt a PLC would be quick enough as I've seen that method used in the past (onshore). They hooked up a dedicated siemens 315 looking at 8 contacts with 1 network of code which would pick up the faulty contact. Wasnt quick enough. They then wired up 8 relays and they caught it first time. Unfortunetly I didnt take a note of the wiring they used, doh!
 

Similar Topics

Hello! I have a control panel with two hard-wired push buttons. One button to switching on, and another one to switching off. And I have an HMI...
Replies
5
Views
2,051
Hi, I design control systems where I use 24 VDC I/O. I always try to make my E-Stop circuit hard-wired (not relying on logic inside the PLC to...
Replies
6
Views
9,766
Now I know from hearing through the grap vine that hooking up a hardwired Motor overload with a AC VFD is no good. I am not sure why you would do...
Replies
7
Views
4,202
Hi - I'm a newbie to the PLC world but was recently asked if we could store more than the 2G that the CompactLogix 5370 allows by its max size SD...
Replies
13
Views
1,312
It's Saturday, so I thought it would be amusing to look at times gone by, imagine if you had to carry this to site "IBM 5mb Hard Disk 1950's.
Replies
16
Views
1,841
Back
Top Bottom