Alarm Acknowledge Button

athdru

Member
Join Date
Apr 2008
Location
USA
Posts
14
I'm using FactoryTalk View Studio and RSLinx5000 with a control Logix processor

In FTV, I have an alarm banner (from Digital alarms setup in the plc). I want to have a button that will acknowledge the "topmost" alarm, and a second button to acknowledge all alarms (well the unack'd ones).

I make a PB on the screen, and go to the run command, in the wizzard there is an "Acknowledge" and "AcknowledgeAll" function.

I set the single to do most recent/severe and just have the ackall on the other.

however, when i go press the button, none of the alarms are acknowledged. I think I may be missing some other connectio here.

I can use the Alarm Banner's "acknowlede" check button to acknowledge a selected alarm, but would rather have a PB on the screen that just goes top down w/o having to select each alarm.

Does anyone have any thoughts?
Thanks in advance.
 
Yes Objects>Push Button>Button

Then in Properties>Action>Press Action: Acknowledge
and Properties>Action>Press Action: AcknowledgeAll

neither button sets the ack bit in the PLC nor in the Alarm and event Banner
 
Hrm... Odd, I just tried it, and plain "Acknowledge" ack's the most recent alarm, of course the tag was already out of an alarm condition.

I'll experiment some more if I can, but I'm playing with a live, running machine right now, and don't want to confuse the operators too much :)
 
that's understandable.

As with my other question about sending data from the MMI to PLC automatically...i don't have any "formal" training with View.

I'm wondering if there is some "missing" link i don't have. Although i can see alarms in the banner, and use the check button in the lower right to ack a selected alarm i can't the the command/button to work.

thanks again for taking time to help

Edit: Alarms are still in alarm condition. And if i take them out via PLC, they are also removed from the Alarm Banner
 
Last edited:
I'm wondering, I don't have an Alarm and Event Server setup. Do I need to do this so FTV PBs will interact with the ALMDs from the PLC?
 
Yes, if you are using the FT Alarms and Events, instead of just the HMI alarms, you need to set up both a FTA&E Server, and an extra RSLinx ENTERPRISE server, all on the SE Server computer.

Didn't realize until just now you were using Device Alarms.

The Linx Enterprise server you added (secondary one) should have the "Handle Alarms and Events" box checked.
 
Nope. You just need to enable the alarms and events for the Linx Ent. server as stated above. All the alarm data/description is held in the PLC. From the startup screen in RSLogix 5000 V16 there is a video that gives an example of the new alarms and it discusses the FT Alarms and Events from the FT View SE side enough to understand what is going on. Actually very good to watch if you are not familiar.

Darren
 
Right Darren, I wasn't thinking. I run the A&E server, since I still use a lot of actual HMI tags for the alarms.

But you do need to enable the A&E alarms both in the Enterprise server config, AND in the topic that you make in Enterprise.

Also, you must have a Controller flashed to at least 16.20 (which has some issues). The most recent firmware that supports A&E is on the rockwell download site at 16.21, but actually installs ControlFlash at 16.20.08, and shows up in Linx as 16.20

If the processor shows up in Linx as 16.3, 16.7, those will not work, and need to be reflashed.
 
it looks like i have everything set up.

i don't see the "handle alarms and events" box anywhere tho.
 
Open up the RSLinx Enterprise data server in your Studio Project Tree... (Right-click, properties).

There should be three tabs at the top, "General", "Redundancy", and "Alarms and Events". Go to the A&E tab, there is a checkbox at the top to enable them.

Once A&E is enabled on Linx Enterprise, go to your communication setup (for Linx Enterprise)... You can create (or modify, but I suggest creating a unique topic) a topic, connected to the PLC. In the window, there is a setup field for A&E (but only if the server is enabled for it). Select YES for your A&E topic.

Oh, and we are talking CPR 9, FactoryTalk View SE, Vers 5? And the Factory Talk Services platform 2.1?
 
If you installed from the 5.0 disks, it should be services 2.1. Hrm, and you don't have the tab in the Linx Enterprise comms setup?

Again, you have to be using RSLinx Enterprise (licensed and activated), NOT RSLinx Classic (Pro, OEM/Gateway, etc), althouch classic can run on the same computer with enterprise. Just have to define unique topic names for each, but only Enterprise will handle FT Device Alarming.
 
rdrast said:
Again, you have to be using RSLinx Enterprise (licensed and activated), NOT RSLinx Classic (Pro, OEM/Gateway, etc), althouch classic can run on the same computer with enterprise. Just have to define unique topic names for each, but only Enterprise will handle FT Device Alarming.

That's getting a bit hairy...we had issues with our activation. We were buying new software for us to use as a development company (RSLogix, View & View Studio...the works) and Software for our customer (View, logix)

But our sales rep didn't get the right order in and we had some issues registering.

and the other problem..my last day is monday...so..i'm just trying to get as much done before i go.
 

Similar Topics

First of thanks to all those who reply to my many questions. I have successfully built an alarm screen and brought in several audible alarms to a...
Replies
1
Views
4,764
Can an alarm be ACKNOWLEDGED with a ALARM STATUS LIST using FactoryTalk View 5.1?:huh: I have successfully setup the ACKNOWLEDGE ALARM BUTTON...
Replies
0
Views
5,622
Is there a simple way (VBA or macro language) to acknowledge ONLY the most recent alarm? I upgraded recently all the way from RSVIEW 32 7.60 to...
Replies
4
Views
681
For a project in TIA 17 with S7-1500 plc and WinCC Advanced I need to be able to know the acknowledgement status of a program alarm in the PLC...
Replies
0
Views
540
Hey I was needing help with some alarm scripting in Woderware System Platform. What would be the best way to write a script to auto acknowledge...
Replies
2
Views
2,555
Back
Top Bottom