Crimson - Dynamic Alarm Text

Steve Etter

Lifetime Supporting Member + Moderator
Join Date
Apr 2002
Location
Morristown, TN
Posts
965
I have a vendor who has given me over 1100 alarms for each of five (5) sections of his machine. This means I'm capable of receiving any of over 5500 alarms from him. I've already figured out how to capture and display a single alarm and its associated meaning from any of the five sections in the PLC, but now I need to display that captured text on my alarm page.

Using Crimson 3, is there a way to dynamically set the text display of an alarm on the standard alarm screen? The text could read something like "Section 1 - 1100 - Broken Cable Detected" or "Section 1 - 2325 - CPU Overtemperature Fault".

Thanks in advance.
 
I'm not sure this is the best idea to manage the alarms... but...

For a numeric alarm tag: In Data Tags>Alarm Tab use a string tag name for the Event Name like this
Code:
=StringTagAlarmMessage

The value of the string tag will be used in the alarm message for your numeric tag when it is triggered.
But only that one message is displayed.



So, you'll need to create some reasonable number of numeric tags for your alarm triggers and an equal number of string tags for the messages (say, 200)
The PLC will have to manage the alarm buffer (tag arrays) as well as alarm priorities.

Ex. What happens if there is an alarm flood? First in first out? or only the highest priority alarms are sent to the HMI?
 
Last edited:
Thinking more about that, you'll also have to add some delay between changing the alarm message tag and then setting the numeric trigger.

Otherwise, you could get an old (or empty) alarm message at the HMI.
 
I read the thread title, and thought "surely he means MAGENTA" :p
 
Works perfectly. Thank you. I didn't know about setting the Event Name to "=TagName" technique.

:site:

Glad it worked out.
You can try that =TagName anywhere there is a text entry. It may not work everywhere, but the only way to figure that out is to try (ie. help doesn't say).
 

Similar Topics

Hey guys, hoping someone here could give me a little advice. I'm working with a CR1000-04000 in Crimson 3.1 and I was interested in adding the...
Replies
4
Views
115
Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
4
Views
191
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
107
Has anyone found a way to convert/replace/update the firmware on old Parker TS80xx series HMIs (i.e. TS8010, TS8006, etc) to accept Crimson...
Replies
0
Views
91
Has anyone setup communications with Red Lion 3.0 MODBUS to Baker Hughes Centrilift GCS VFD? Thanks
Replies
0
Views
89
Back
Top Bottom