First pass

Narlin

Lifetime Supporting Member
Join Date
Mar 2010
Location
phoenix
Posts
320
Is there any RSLogix 500 instruction to tell a running processor that we need to start as if we had just powered up.

I need the 1st pass instructions to run after a power outage, even though a UPS kept the PLC from ever seeing the outage.
I can easily detect the outage as a certain combination of alarms all occurring at once, and the program has a whole set of 1st pass instructions that go around those alarms and get everything rolling again.

narlin
 
If you can detect the power outage, then simply use the power coming back on to create a one-shot. Then put that in parallel with the first -pass instruction.

Power_One_Shot.png
 
If I read the O/P correctly, he can detect loss of commercial power as a function of certain alarms activating. But restoration of power will certainly occur before those alarms can be cleared.

What I do is wire commercial power to a digital input, and use the state of that input to determine several things, one of which is to initiate "first scan" functions.

Bill
 
Narlin,
For one system with emergency backup generator power (date on program 2005, how time flies!), I used a timer to deternmine if the power outage was serious enough to do an Emergency Shutdown. You easily change the Emerg Shutdown Relay to perform whatever functions you need to do if utility power is lost.

LOSS-OF-POWER.jpg
 

Similar Topics

Hello, I am still new to PLC programming and I just got this job two year out of school so I don’t remember much. I was given a task were I have...
Replies
1
Views
167
So I'm having issues with a certain rung and one of my coworkers mentioned it may not allow the signal past the latch coil. For example in the...
Replies
27
Views
3,744
I’m a bit stuck on HMI (KTP-1200) programming… See the picture attached. The PASS or FAIL box should only appear when the toggle switch is...
Replies
7
Views
1,070
I've been given a line that has several sysmac c200Hx PLCs. The First station Im trying to wrap my head around has a NS8 HMI. I'm using Cx-one...
Replies
2
Views
747
See image below. Look at line 95. I tested all data type, but none of them works. https://ibb.co/H2Csr15 See this. TEMPDATA2 is used only...
Replies
3
Views
2,702
Back
Top Bottom