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 monitoring.
On this page:
Table of Contents style none
Monitoring Alarm
Groups statusStatus
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 with the runtime properties of the Alarm Groups.
a table of properties with real-time information about the alarms module. The image below showcases the monitor:
Alarms Monitor Table Columns
The following is a table of the properties available when monitoring Alarms.
Alarm Viewer
The Alarm Viewer is an out-of-box User Interface to monitor Alarms. This interface was 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/?Solution=Monitor&StartupLayout=AlarmViewer 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 reaming for 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 Groups Monitor Table | |
---|---|
Property | Description |
Name | The name of the Alarm Group |
Property | Description |
ID | The unique identifier for the monitored alarm. |
Namespace | The namespace associated with the monitored alarm. |
Name | The name of the monitored alarm. |
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 | ||||
---|---|---|---|---|
|