Panel View Alarm msg

edwinmart

Member
Join Date
Jun 2006
Location
Santo Domingo
Posts
31
I am want to generate an alarm each time a tag DINT change from 0 to ANY value but in the messege window I only see the option of assign a bit or a value theres any way to work as X>0. I need to do this because I want to show the value of the tag on the Alarm msg. If I use another tag to trigger I will get the error of "not in the same scan group".
 
The alarm messages are designed to trigger based on a specific value. If you want the same message to appear for any value, then you will probably have to use ladder logic to set another value and use that value to trigger your message. As far as the error you get, you would have to explain how your comms are set up in detail in order to solve that...this is assuming you're talking about Panelbuilder32
 
Hi,


In Panelbuilder 32, follow these steps,

  1. Make a tag with the address of the word you want your alarm words appear, say Tag Name - "Alarm_Status", Save and close
  2. On the left plane of PB32, double click on Alarm Setup
  3. On the "Trigger Tag" pull down menu, point to your tag "Alarm_Status"
  4. On the "Trigger Type" choose 'Value', and click OK to close.
  5. Create your alarm messages in "Alarm messages" - assign the values for it to appear and choose "@AllTriggers" at the Trigger column.
Now a value assigned to the tag 'Alarm_Status" of the PLC, will trigger the message in your alarm banner.

___________
 
Last edited:

Similar Topics

I recently upgraded a SLC5/03 to a 5/05 for networking purposes. Everything is working perfectly except i cannot get rid of this reoccurring...
Replies
5
Views
2,945
Is there any way to decrease response times in the alarm list in an Allen-Bradley Panelview Plus 1000 HMI panel? I have set the "Maximum Update...
Replies
0
Views
1,182
Hi Experts, Do anybody have an idea , how to get Alarm and Data Log from a Panel View and Panel View Plus running application , whereas we are...
Replies
0
Views
2,508
Hi,I have a compactlogix plc connected to a Allen Bradley Panel view plus oit and I Need to create and alarm (communication Fault) when disconnect...
Replies
6
Views
3,180
I have a German programed ME program. I want to know what tag in the PLC a latched button turns on. However when I open up the tag properties I...
Replies
14
Views
198
Back
Top Bottom