Crimson 3 /Red Lion HMI alarm viewer

ly83

Member
Join Date
Feb 2016
Location
Arkansas
Posts
8
I'm using a Graphite to add to an existing machine that has about 15 alarms set to trigger a red light. I'm wanting to use the alarm viewer as an alarm history, so I have a few bits setup to trigger the alarm and show up on the alarm viewer. Is there any way to keep populating while keeping previous alarms on there without having the old messages alarms messages clear out? I want to keep the information on the alarm viewer, but would the event viewer be better for this? I haven't dove into the data logger just yet so it might be an option.

If i use the alarm viewer is there a way to turn off the red alarm indicator if there is no active alarm while keeping information in the alarm viewer? Is there a way to "clear all alarms" without selecting them individually then accepting them?
 
Use the Event Viewer for alarm history. I normally have a page called "Active Alarms" and another called "Alarm History".

Running the function AlarmAcceptAll() will accept any active alarms. If they are no longer in an alarm state, they will disappear from the alarm viewer. If they are still in alarm, they will take on the appearance specified on the Alarm Viewer primitive. All the alarms will be visible on the Event Viewer, but will change appearance when no longer active. To erase the Alarm History, run the function ClearEvents(). I always do this from an "Are you sure?" pop-up so that it takes at least two touches to erase the history. If security is used on the HMI, I will only allow operation by authenticated users.

I typically have a button labeled "Accept All Alarms" which is tied to a PLC tag. I put a trigger on that tag set to Active On that will run the AlarmAcceptAll() system function. I usually put a 500ms delay for this trigger so that the PLC has a chance to unlatch any alarm conditions that are held true before I AlarmAcceptAll() on the HMI.
 
Last edited:

Similar Topics

How do you install update on Red Lion Crimson ver 3.1. Do I just need to run the exe file on the host server?
Replies
1
Views
99
Hi, I am trying to increase the size of the user login pop up using a Red Lion CR1000 7” HMI with Crimson 3.1 software. The login pop up is very...
Replies
2
Views
664
Hello, We are currently running a bunch of g310's connected to their SLC5 PLCs through ethernet. I've attempted to upgrade the program from 2.0...
Replies
1
Views
1,106
Hi I have been using Red Lion products for some time, I had a thought over the bank holiday weekend, As you do. It would be nice if whenever a...
Replies
4
Views
1,009
Well, I have yet another question for the great minds on this forum! We have a red lion HMI for one of our machines and every time I hook my...
Replies
11
Views
1,657
Back
Top Bottom