![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
|
Safety Monitor Reset
Anyone know if a PLC output can be used to reset a safety monitor?
I want to use an OIT, in addition to a local pushbutton, to turn a PLC output (relay) on to reset a Guardmaster safety monitor (Cat 3 wiring). Don't see anything in the rules about that. |
|
|
|
#2 |
|
Member
|
I do it all the time.
The particular rules I have to work to require that a safety reset is initiated by an operator, and is not done automatically, so be careful that your code will not allow automatic triggering. You also need to do a risk analysis for this, which basically shows what will happen if you have a failure and the reset switches on permenently. Best way over this is to ensure your safety relay is set for pulse reset and will not reset if the output is on permenently. All other normal safety requirements should be met, including checking the state of all contactors and relays before reset. |
|
|
|
#3 |
|
Lifetime Supporting Member
|
Don't forget to consider "stuck button syndrome" when you do something like this. Consider what will happen when the comms cable is yanked out after the reset button is pressed on the HMI. Program it with a timer timing bit or oneshot type of instruction so that a transition from false to true is required to activate the reset.
__________________
It's not all the variables I am most concerned with, it's the undiscovered constants. "You can lead a horse to water but if he's got his head up his as$ he may die of thirst anyway." |
|
|
|
#4 |
|
Member
![]() Join Date: Mar 2010
Location: Indiana
Posts: 128
|
We have seen operators use wire ties to hold reset buttons in.
|
|
|
|
#5 |
|
Member
|
I think the safety monitor won't reset unless it sees a false-to-true transition, so tying a button down or a stuck PLC output wouldn't be an issue. AND all of the E-Stops, Doors Switches, etc... would need to be in the proper positions. Most times E-Stops are kept pressed in until the time to reset....
The only thing that COULD be an issue is a PLC output that is "flickering" at a low rate. But I would think that would be easily detected and corrected. |
|
|
|
#6 |
|
Lifetime Supporting Member + Moderator
|
I have seen an operator use a stack of nickels and tape to hold down a flush reset pushbutton. A one-shot solved that issue, and I kept the nickels...
![]() Back to the OP's question. I don't see any issue with this, keeping Doug and OkiePC's advice in mind. Similarly, I often tie the normally-open contacts of a relay into the safety circuit. This way, in addition to the standard e-stops and guard switches, the PLC also has a say in the matter. At a minimum, this relay is energized when the PLC is in the RUN state. This also give me the ability to trigger an e-stop from within the program to avoid mechanical damage to the equipment. ![]() -Eric |
|
|
|
#7 | |
|
Lifetime Supporting Member
|
Quote:
It also had the wanted side-effect of teaching the operators not to use the e-stop for normal stop situations since they didn't have the patience to wait 30 extra seconds to start back up again.
__________________
It's not all the variables I am most concerned with, it's the undiscovered constants. "You can lead a horse to water but if he's got his head up his as$ he may die of thirst anyway." Last edited by OkiePC; March 1st, 2012 at 09:02 PM. |
|
|
|
|
#8 |
|
Member
|
Yeah, one of the benefits of a PLC controlled reset is the ability to add a minimum off time before reset, to allow VFDs to dissipate energy....
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pneumatic Safety. | Tharon | LIVE PLC Questions And Answers | 13 | August 3rd, 2011 03:06 PM |
| Safety Relay- Basic Question | Sundae8pm | LIVE PLC Questions And Answers | 13 | November 19th, 2009 11:18 AM |
| Review of Banner SC22-3 safety controller | kolyur | LIVE PLC Questions And Answers | 1 | June 15th, 2008 07:42 PM |
| Survey of Safety PLCs | Doug_Adam | LIVE PLC Questions And Answers | 3 | September 29th, 2005 04:30 AM |
| E-Stop Circuit Wiring | jshiepe | LIVE PLC Questions And Answers | 35 | July 26th, 2004 09:46 AM |