PLC E-Stop Feedback

I think E-Stop feedback is important for diagnostics.
I have been running home runs to all the E-Stops to a terminal block next to the master control relay. The MCRs I have been using have 1 channel that is 24 VDC so I can run a wire from the "return" of each E-Stop to a PLC input. I found some nice 3-screw terminal blocks that make this real clean.
I work in the harsh, wet environment of the food industry. I started this format after finding an corroded E-Stop that the only contact that still worked was the one for the PLC input. This way I am monitoring the working contacts and not stacking more contact blocks.
The downside of this is that you have to do a bit of code to deduce which switch opened as you will lose all of the downstream E-Stops on the chain. In the rare instance that multiple E-Stops are pressed, it will create "moving target" at the HMI. Never heard a complaint on that (yet). The other downside is that the electrical prints look real messy if you don't plan ahead and use consecutive inputs.

I always bring the control current in as an input. I have also been stacking a PLC input on the reset push button. With these you can request a "reset" if the E-Stop chain is made but no control current and point to a welded contact on the "monitor" circuit or an open channel B if the reset fails.

I also use the home runs for the E-Stops on non-HMI systems... there is nothing worse than opening E-Stop box after E-Stop box looking for the wet one. Just work from right to left on the terminal block until you find voltage, then go open the right box first rather last as it usually goes in my trial and error experience.
 

Similar Topics

Hello, I am trying to detect when the PLC changes from STOP to START mode. This can be considered an edge case scenario, but I would to analyze...
Replies
4
Views
1,587
Dear Support Team. Yaskawa U84S CPU is installed in one machine. Problem is that U84 is not in RUN mode, as its RUN indication is OFF. P190 is...
Replies
0
Views
1,296
We have a S5-PLC CPU 115U, and its running. But, when I set the selector in Stop and then back again in RUN: CPU doesn't restart. When I do an...
Replies
6
Views
1,990
Hello i am trying to make a connection between my arduino uno and plc delta ss2 using rs232 com1 RTU protocol. The problem here that i did all the...
Replies
0
Views
1,738
Hi all, I have made a S7 communication (TiaPortal v13) using PUT / GET functions between two S7-1500 PLCs. PLC1 (master) is doing the...
Replies
5
Views
3,781
Back
Top Bottom