Rig safety in case of Power failure

jonnybgood

Member
Join Date
Mar 2012
Location
Santa Barbara
Posts
7
Hi,
I have a setup where a piston presses a bearing in a copper block. After 5 cycles the rig has to stop operating for some maintenance and it wont start again until the technician perform the required duties and reset the system with a key-lock switch.

I implemented safety features like the latching etc. in case of power failure.

I wish to design my Ladder diagram in a way that if there is power failure, the counter would not reset and the operator can run the rig for 10 more cycles. What is the best way to implement this?





thanks
 
Last edited:
"Battery backed/latched counters:
ā€¢ Counters which are battery backed/ latched are able to retain their status information,
even after the PLC has been powered down. This means on re-powering up, the latched
counters can immediately resume from where they were at the time of the original PLC
power down."

thanks a lot Eric clearly explained :)
 
I wish to design my Ladder diagram in a way that if there is power failure, the counter would not reset and the operator can run the rig for 10 more cycles.
This can be dangerous. Make sure you look at all safety concerns, and that dangerous equipment will not suddenly re-start automatically after a power failure. Otherwise, someone make think that they can enter a machine and do some maintenance while the power is off, not realizing that it is going to run when the power comes back on. In other words, be good and be smart, JonnyBGood.
 
How is this issue tackled normally?
Can you give me any hints pls?
Normally, your equipment should have all required (external to PLC) safety devices such as guards, door locks, interlock switches, safety stop, and emergency stop pushbuttons. Your PLC program should be written so that when power is lost, the PLC Run output drops out and will not reset until a human operator again presses a Start button. With all these things, if a power loss still presents a safety problem, then a back-up power supply is installed, either a battery backup with necessary charger, inverter, and power supply, or for large systems, an engine-operated generator and generator control panel.
 
I thought the problem was that the counter resetting was allowing the machine to run too many cycle between maintenance. In other words, if the machine ran 4 cycles and there was a power failure, the counter would reset to zero, allowing 5 more cycles, for a total of 9. In theory, this power cycling could be repeated over and over, allowing an infinite amount of cycles without maintenance.

Upon rereading, I am now confused (and concerned) about the "can run the rig for 10 more cycles" part. I thought it could only run FIVE cycles before requiring maintenance?... :unsure:

šŸ»

-Eric
 
'In other words, if the machine ran 4 cycles and there was a power failure, the counter would reset to zero, allowing 5 more cycles, for a total of 9. In theory, this power cycling could be repeated over and over, allowing an infinite amount of cycles without maintenance.'
you understood well. It may be I made a mistake.
 

Similar Topics

Is it possible to run a AB controller without the Local/Point IO attached by making small modifications to a project? I would like to test...
Replies
3
Views
1,300
salve, qualcuno mi puƃĀ² suggerire alternative all'uso dei fronti di salita e discesa su siemens, e nel caso se ci sono relativi vantaggi ? grazie
Replies
5
Views
2,375
This is a general question, so I'm just looking for help/advice or maybe where I should look to find this out... I've created a new page on the...
Replies
2
Views
1,021
1394 Assistance Needed I have qty 8 1394 units in various states of repair that I need to repair and test. 1394C-SJT05-T 1394C-SJT05-T-RL...
Replies
0
Views
2,103
I wonder if anyone knows the time-lenght of the output-pulse from a f_trig or r_trig function. If I use one of the above in one POU to activate a...
Replies
2
Views
1,465
Back
Top Bottom