Alarm
In the Alarm page of the Dashboard, you can configure alarm rules to monitor Data Source tags. When these tags reach or trigger the conditions you set, the Alarm Display widget on the Dashboard will trigger an alarm. Additionally, you can also view alarm history on the same page to track and review past alarm events. This design is intended to help you promptly identify and address potential issues, ensuring the stable operation of the system.
Setting Alarm Rules
Select the specified HMI
At the top of the page, choose the HMI you want to operate.
Add Alarm Rule
Click the "+ Add Rule" button to set up monitoring for the data source tag.
Conditions
Based on the data type, choose appropriate operators and operands.
Data Type: Int & Float
Operator Operand Trigger Normal > 1 2 1 >= 1 1 0 < 2 3 2 <= 2 3 1 == 2 2 1 != 2 3 2 - Data Type: String
Operator Operand Trigger Normal is hello hello abc contains hello helloworld abc doesn't contain hello abc helloworld is empty any word is not empty any word - Data Type: Boolean
Operator Operan Trigger Normal ON TRUE FALSE OFF FALSE TRUE ON->OFF Previous value TRUE, next FALSE TRUE OFF->ON Previous value FALSE, next TRUE FALSE
Alarm Name
Alarm names must be between 2 and 64 characters long, and each name must be unique without duplicates.
Severity
Set the alarm severity as Low, Medium, High, or Critical.
Category
Create custom alarm categories to organize and classify alarms as needed.
Message
Customize the content displayed when an alarm is triggered, using built-in parameters:
- {{.AlarmRuleName}} Displays the alarm name.
- {{.TriggeredValue}} Displays the triggered value.
- {{.TriggeredAt}} Displays the trigger time.
- {{.TagName}} Displays the tag name.
- {{.TagType}} Displays the tag data type.
- {{.HWKey}} Displays the Hardware Key.
Copy Rules
On the Alarm page, you can copy alarm rules from other HMIs to the current HMI.
- Selecting
Confirm to replace all rules
will clear any existing alarm rules on the HMI.
Alarm History
On the Alarm History page, you can view and track past alarm events.
Column Contents
- Trigger Time Used to analyze when the event occurred, helping identify if certain times are more prone to issues.
- Recovered Time Used to evaluate the speed and efficiency of system recovery.
- Acknowledged Time Tracks how quickly the alarm is responded to, ensuring issues are addressed promptly.
- Disconnected Time The time when the HMI or tag disconnects after an alarm is triggered. Once disconnected, the original alarm history will no longer show the recovered status.
- Message Provides detailed alarm information to help quickly identify problems.
- Status Indicates whether the alarm is still active or has been resolved.
- Alarm Name Identifies specific alarm rules.
- Tag Name Indicates the involved tag, facilitating further analysis.
- Data Type Shows the data type that triggered the alarm for appropriate handling.
- Operation Displays if the alarm has been manually operated.
- Reference Value Helps verify if the alarm condition matches expectations.
- Trigger Value Analyzes the specific data that caused the alarm.
- Recovery Value Checks if the recovery condition meets expectations.
- Severity Categorizes the importance of alarms, aiding in prioritizing urgent issues.
- Category Used for organizing alarms for easier searching and management.
- Ack By Tracks who handled the alarm, ensuring issues are followed up effectively.
Acknowledge Alarm Select the alarms you want to acknowledge, then click the Acknowledge button to confirm the selected alarms.
Using Alarm Display widget See Alarm Display Widget