PanelView Plus Alarm messages using PLC Strings

Join Date
Jun 2015
Location
Northlandia
Posts
1
Hey everyone, I was getting tired of having to do a compile and download the application every time I needed to add a new alarm to a PanelView Plus (PVP+ 1000 FW5.1). I decided to create a string array in my Contrologix PLC (L61) and use the string tags in the alarms Message column with this method: /*S:0{[CONTROLLER]TAG_ARRAY[ALARM_NUMBER]}*/

The machine is setup to only display a single alarm at a time so there is only one trigger wich is a DINT and for each trigger value there's a message. There are over 1300 different alarms.

This is working and the alarms are displaying but now the HMI is super slow to refresh, even when the alarm banner is not openned.

I'm guessing the HMI is reading the Strings array continuously even if it does not need to.

Any insight on how to prevent this would be much apreciated.

Thanks!
 

Similar Topics

Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
125
Hello, I have followed the "On_board Audit Demo" sample in FactoryTalk View Studio ME to add the functionality of exporting the Audit, Alarm, and...
Replies
3
Views
1,124
PanelView Plus 7 Perf I would like to upload the fault history from the panel to the PC, if it is possible to transfer the file to CSV format or...
Replies
0
Views
793
First time using a panelview. I have all of my alarms mapped to bits of dints. How do I get the alarm panel to popup when an alarm happens...
Replies
6
Views
2,111
I use PanelView Plus 7 Graphic Terminals Model: 2711P-T10C22D8S-B PLC: Compact Logic 1769-L36ERM Tag ER[4].8 -> ON, the message is "1046 Abnormal...
Replies
1
Views
1,749
Back
Top Bottom