Skip to main content
Version: Next

Alarm Event

The live active-alarm list, with state, a severity accent, filtering and acknowledgement. Place it on the alarm screen as the main list, or scoped to one area beside the equipment it belongs to.

The Alarm Event component as it renders with its default settings.The Alarm Event component as it renders with its default settings.

Reach for it when you need:

  • The primary list on a dedicated alarm screen
  • A per-area alarm panel embedded next to a line overview

Component name: AlarmEvent · Category: Alarm

In the palette: Live active alarms with state, severity accent, filtering, and acknowledge

Properties

Any property can be bound to a tag, another component's property, or a query.

PropertyTypeDefaultDescription
maxRowsnumber0Maximum rows to show (0 = no cap).
footerobject{"enabled":true}Show the totals footer (events + per-priority counts).
sortenumprioritypriority = ISA priority-ranked (unacked first); time = newest first. Options: priority · time.
columnsobject{"state":true,"tag":true,"value":true,"description":false,"r… (truncated)Show / hide columns.
tableobject{"reorder":true,"resize":true}Column interactions: reorder (drag headers) and resize (drag dividers).
filtersobject{"enabled":true,"search":"","priority":"","state":""}enabled = show the search/filter bar. The values (bindable) override the controls; blank = user-controlled.
priorityColorsobject{"critical":"#d32f2f","high":"#f57c00","medium":"#fbc02d","l… (truncated)Per-priority colours (ISA-18.2 default: red/orange/yellow/blue). Shared live across all alarm widgets — change once, applies everywhere.
dateFormatstringdd MMM yyyy HH:mm:ssdate-fns pattern, e.g. dd MMM yyyy HH:mm:ss, dd/MM/yy HH:mm, yyyy-MM-dd.
stylestyle{}Custom CSS properties

Events

Attach event actions to these in the Event Manager.

EventLabelGroupPayload
clickClickMouseThe DOM event.
dblclickDouble clickMouseThe DOM event.
contextmenuRight clickMouseThe DOM event.
mouseenterMouse enterMouseThe DOM event.
mouseleaveMouse leaveMouseThe DOM event.
Right-click behaves differently in the Designer

contextmenu fires your configured actions at runtime only — in LiveView and in preview. On the Designer canvas the right-click is captured to open the Event Manager, so testing it there will not run your actions. Test right-click in preview.

Notes

Suppressed alarms are marked rather than hidden, so an operator can always see what has been silenced and why. Acknowledgement requires the Acknowledge alarms permission, or the equivalent runtime role for an operator in LiveView.

See also