Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The Alarms Monitor displays real-time Alarm data, accessible via Alarms → Alarms Monitor during runtime. It shows total, unacknowledged, active alarms, their priority, and the latest notification. Users can view properties like ID, namespace, name, total count, unacknowledged count, active unacknowledged count, priority level, and the last notified alarm item. This feature enhances alarm management and monitoringWhen the solution is running, and the Designer is connected with the runtime, the Alarms Monitor page show basic status of its AlarmGroups, as well as a Alarm Viewer user interface, which allows to monitor online and historical alarms.

On this page: 

Table of Contents
stylenone


Image Added

Monitoring

Alarm Groups status

Alarms

You can access the monitor by navigating to Alarms → Alarms Monitor.

When the solution is runtime, the monitor will display an AlarmViewer preview, and a table of properties with real-time information about the alarms module. The image below showcases the monitor:

Image Removed

Alarms Monitor Table Columns

The following is a table of the properties available when monitoring Alarms.

with the runtime properties of the Alarm Groups.

Alarm Viewer 

The Alarm Viewer is an out-of-box User Interface to monitor Alarms, created using the same tools available to create displays and the AlarmViewer Control.  When creating displays in your application there is template in AlarmsPage similar to this one embedded in the Designer. 

Tip

Using a Browser, with no installation required, you can verify the Alarm Status of remote server. With the following URL.

http://localhost:3101/html5/?Monitor=Alarms

Locahost: shall be replaced by the IP or Computer Network Name of the computer you want to access. The port 3101 shall reflect the Port the Runtime is using, typically it is 3101 for production profile, and 3201 for Development profile. The rest of the URL remains the same.


Alarms Monitor Table Columns

The information in this table is constructed from the runtime properties of the object: Alarm.Group.<GroupName>.  

Additionally of showing in the monitor table, the properties can be accessed on Displays or Scripts, using the following syntax

@Alarm.Group.<Name>.<PropertyName>


The namespace associated with the monitored alarm.

Alarm Groups Monitor Table

Property

Description

Property

Description

ID

The unique identifier for the monitored alarm.

Namespace

Name

The name of the monitored alarm.Alarm Group

Total Count

The overall count of the alarms in the monitor.int that Group

UnAckCountUn Ack Count

The count of unacknowledged alarms in the monitorgroup.

Active Un Ack CountActiveUnAckCount

The count of active but unacknowledged alarms in the monitorgroup.

Priority ltemPrioritltem

The priority level of the monitored alarm.message of top priority alarm in the group that is active. 

LastAlarmItemNotifiedLast Alarm Item Notified

The most recent alarm item that triggered a notification.



In this section:

Page Tree
root@parent
spacesV10