AB PV550 Alarms

AJZ

Member
Join Date
Jul 2003
Location
Ontario
Posts
265
I am programming a SLC5/03 and a Panelview550 for a small machine. I have a question regarding the alarm feature of the PV550. Why will the alarm banner not pop up when two or more alarms are triggered at the exact same time? And when the alarm banner is displayed with the alarm list, a second alarm trigger will not display the alarm unless the first trigger has turned off? Why is this happening?
 
I have used the alarm banner feature numerous times and have never experienced this problem. Here are a couple of obvious things to look at. In the Alarm setup screen under alarm messages screen make sure that the display box is checked for each of the alarms you wish to display. Also, you may want to check the snapshot timeout setting under alarm setup. This is the length of time the terminal waits for the controller to complete I/O scans when an alarm is triggered. You may have already checked both of these items, just trying to think what may be happening. Hope this helps.
 
I figured out the cause of my problem with the PV550 Alarms.
I had my trigger type set as 'LSBit'. When I changed it to 'Bit', everything is working as expected.
 
Just a suggestion--when I do alarms, I make sure, via the PLC code, that only one alarm is active at once. AND And the active alarm is the one that occured first. This prevents "cascading" alarms--those alarms that occur as a result of an earlier alarm. If conditions are present that would trigger a second, seperate alarm, they will still exist after the reset and that alarm will now be active.
 

Similar Topics

Is there a way to add a stop to the attached program? I want to stop it after the first rinse so the operator would have to push a button for it...
Replies
10
Views
1,212
I'm trying to connect a PV550 (2711-T5A2L) to a 1761-NET-AIC using a 1747-C11 cable (w/RJ45 removed) and the Phoenix connector. Can someone tell...
Replies
8
Views
2,654
We have an old machine that has been mothballed since early 2018 and management are looking at more work for it in 2022. The system runs on an SLC...
Replies
12
Views
2,846
Trying to write a program for a PV550 (2711-T5A16L1, Ser. B, Rev. E, FRN 4.46) to test the touchscreen. I wrote a program with 16 pages and on...
Replies
2
Views
1,684
Good Morning Folks. Win Xp, PRO, Version 2002, SP3 RSLinx Classic 2.54 Using the AB UIC-485 driver with the 1747-UIC and a 2711-NC13 connected...
Replies
1
Views
1,212
Back
Top Bottom