Create New Alarm Priority/Class

Hi all,

I’ve been looking into Ignition as a potential SCADA solution for our future projects and came across smth that I can not figure out.

In process industries it is very common to follow IEC 62682 (Alarm Management) standard. Long story short, it means that every project can and should define what alarms classes it want to use.
Hence my question: is it possible to add new alarm priorities to the ones already defined in Ignition (Diagnostic/Low/Medium/High/Critical)? Or is it possible to edit/rename the pre-defined ones?

Alarm priorities are fixed, unfortunately.

The design of Ignition’s alarm system was influenced by The Alarm Management Handbook, one of the results being the use of a fixed number of priorities (Critical, P1, P2, P3, P4). We just tweaked the names a bit.

Can we change the names of the existing priorities? e.g. 'Low' priority to be names as 'Warning'

I think he already answered, sorry, didn't mean for you to post here, just to get your answer here. My bad for being confusing.

The priority levels and the names are fixed.

1 Like

Kevin, Can you elaborate on your alarm structure? In your response from Sep 2020, you state that alarms are (Critical, P1, P2, P3, P4), but in actuality the numbers appear to be reversed P4 is critical, P1 is low. I'm also only seeing 4 total priorities, not 5. Can you please explain these differences?

Lastly, how does this ensure API 1165 is met?

The book I referenced uses these priorities.

Ignition uses 5 as recommended, but we named them less ambiguously:

  • Diagnostic
  • Low
  • Medium
  • High
  • Critical

image

Numerically represented 0-4 in various places. Pipeline - Filter on Alarm Priority | Ignition User Manual

@Kevin.Herron is there some way (scripts or custom properties) to rename the priorities?

Not directly. Enums are used for this sort of thing, so they're not editable.

There are plenty of ways to manipulate how an alarm priority is displayed to the user, but none of them will change what they are under the hood.

Can you please share one way to manipulate the way an alarm priority is displayed?

What module are you using?

I'm using Alarm Journal Table and Alarm Status Table.

Those are components, not modules. Are you using the Perspective module or the Vision module?

Vision