Detect Local Disconnects

Compass

Member
Join Date
Feb 2015
Location
Goderich
Posts
101
Hi

My boss wants the plc to detect whether a local disconnect is open or closed on many different 600 VAC panels. Ideally there would be contacts on the circuit breaker or the mechanical switch, but it's rarely that simple.

Ofcourse I could buy something to add on to the panels, but are there any other sugestions?
 
Most disconnect switches support early break auxiliary contacts for this purpose. An alternative would be to install a 600 VAC coil relay to detect the presence of voltage.
 
Do you want to detect exactly that a service disconnect is open ?
If so, there is no othe way than having an aux contact on the switch, and the signal has to go all the way back to the PLC.

Or do you just want to detect that "something is not alright" ?
If so, it may be enough to sense if current is flowing. You can do this with just one phase, or with all phases.
We use simple inexpensive current switches for this purpose. Since they sit in the main control panel, you dont have the hassle with getting the signal all the way back from somewhere in the plant.
This is one of the types that we use: Carlo Gavazzi DIA 53S72420A.
Just let the motor lead through the hole in the middle (loop several times for small motors) and send signal the output to a PLC input.
 
When I worked for an OEM equipment supplier in Detroit, we specifed auxiliary contacts in each critical disconnect switch that would indicate if the disconnect was closed, connected as a DI to the PLC. If this is an existing system, and the disconnects do not already have the contacts, it should be fairly easy (and relatively inexpensive) to add them. Wiring back to the PLC could turn out to be more involved (read $$), but this would be the most reliable way, IMHO.
 
JesperMP

I think my boss wants exact detection, but I know we settle for less underground, so he might change his mind.

MBartoli

I don't have all the numbers on hand but some of the switches are:

Allen Bradley 140U-K3X3Moeller N7M6-100 Contacts 15-16 are NHI, This can be used in the PLCMoeller N7M9-250
 
It'll be a pain doing this but there is an upside - you can include the disconnect status in the logic and see right away if some distant device isn't running because somebody has a panel open or locked out.
 
If you monitor the 3Ø power it will show any power problem while the disconnect is still closed (usually single-phasing) If you want to ensure there is no power going through then you would need 3 relays, either one for each phase, or one lead to ground & make sure all 3 are off - if 1 or 2 are off you have a power or fuse problem.
 
Power a relay via supply voltage and switch a signal into the PLC... or is that too simple?
You mean to power a relay on the output side of the disconnect.
You get false alarms when the supply voltage is off. So it is a fall-back solution only if a simple aux contact is not possible.
 
Last edited:

Similar Topics

Hello everybody, I have a vendor system that has some remote monitoring (read only) and remote control (read/write) data that is available via...
Replies
7
Views
2,863
Does anyone know of a way to detect if someone is online with the controller in ControlLogix (from logic) I'm thinking that maybe there is a CIP...
Replies
7
Views
370
Hi all, I am trying to find a way of detecting a motor is not isolated before attempting to run an inverter. We would normally use a 4 pole...
Replies
19
Views
3,064
Replies
1
Views
1,217
Hello.We are using S7-300 Cpu.Sometimes give an error.OB86 and OB122 blocks called.OB86 Block ; L #OB86_FLT_ID T...
Replies
7
Views
1,908
Back
Top Bottom