Panelview plus 1000 alarm trigger problems

Join Date
Apr 2012
Location
Michigan
Posts
3
What is the proper format for an alarm trigger when setting up a panelview plus 1000 that is connected with a slc 500 with a 5/04 processor. This is an HMI that was added approx a year ago but never completed. The multistate indicators work fine but the alarms do not populate in the alarms screens. Multistate triggers are setup like this {::[slc_1]n60:14}
The slc program is set up to use bits as the trigger for the alarms. I've tried to set up my trigger in the HMI as follows'
{::[slc_1]b13:10/3}, but had no luck. I have also created and interger for this alarm to see if it would populate in the alarm screen, but have had no luck. Any help would be appreciated.
 
When I use SLC500s connected to PV+s, I use bit type alarms as well. The triggers are formatted as a word such as {::[Processor]B11:10}. Then the individual alarms have a Trigger Value which would be the bit position of the word that the alarm would monitor.

In your case, the trigger tag would look like {::[slc_1]B13:10}.

Also, don't forget to start Alarms as part of your Startup configuration.
 

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
131
Hi everyone, I've been tasked with creating a basic HMI for commissioning purposes for two pumps on a AB Panelview Plus 1000, 2711PRDT10C. I have...
Replies
16
Views
2,891
im tring to find out if i have a bad power supply for my panelview 1000 plus. does anyone have the pinout for the 10 pin connector on the...
Replies
1
Views
1,856
I need an X/Y plot to visually represent data o a roundness gage I am designing. ActiveX ME Chart Control UDT seems broke. Any advise one how to...
Replies
0
Views
659
Hello Everyone, I hope we are all good today! I have a project from 2015, and the customer is locked out of the HMI. They do not know what the...
Replies
5
Views
1,964
Back
Top Bottom