HTML |
---|
<style>
.text-span-6 {
background-image: linear-gradient(99deg, rgba(170, 163, 239, .5), rgba(125, 203, 207, .5));
border-radius: 50px;
padding-left: 15px;
padding-right: 15px;
}
#title-text {
display: none;
}
.panelgradient {
background-image: linear-gradient(180deg, #d5def0, whitesmoke);
border-radius: 8px;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 4rem;
display: flex;
position: relative;
}
</style>
<div class ="panelgradient">
<h1 style="text-align: center;">Alarms<br>(Audit Trail and Alerts)</h1>
</div> |
Introduction to the Alarms Module
The Alarms Module monitors and manages real-time alarm events, alerts, notifications, and Audit Trail information. It provides alerts for critical events and stores data for future analysis. Key functions include:
Real-time alarm states processing
Storage on any database provider
Hierarchical organization of alarms
System AuditTrail events and operator actions tracking
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Key Concepts and Terms
AlarmItem
A tag monitored by the Alarm Module, containing information such as tag name, alarm condition, AlarmGroup, Limit, Deadband, and Message.
AlarmGroup
Collection of AlarmItems sharing properties such as AckRequired and AutoAckTime.
AlarmArea
Hierarchical grouping of AlarmGroups for better organization.
Audit Trail
Logs changes and events when executing the solution, tracking who made changes and when. Useful for troubleshooting, analysis, and compliance.
Understanding the Alarms Module
Module Features
- AlarmViewer Control and AlarmAreas Control for displays.
- Real-time alarm processing
- Hierarchical alarm management
- Dynamic language localization for messages
- High-precision timestamps
- Custom notifications (e.g., SMS, email)
- Store and Forward archiving
- Automated replication in hot-standby scenarios
Monitoring Tags and Evaluating Conditions
When the Module Alarm is execution, all tags defined on AlarmItems are subscribed, so the alarm conditions are evaluated every time the tag as new value.
If a condition is reached, the alarm is issued, according to the behavior defined by its AlarmGroup. Notifications are sent if enabled to that group.
Configuring the Alarms Module
Configuration Workflow
Alarms Module Configuration Workflow | ||
---|---|---|
Action | Where | Comments |
Create AlarmItems | Alarms / Items | Create an AlarmItem. It will be associated with a tag by inserting the tag's name into the Tag Name column. Learn more at AlarmItems. |
Define conditions | Alarms / Items | Define the alarm behavior, configuring the Condition to trigger the alarm and the Limit for the threshold value. Learn more at AlarmItems. |
Create or edit AlarmGroups | Alarms / Groups | Define the AlarmItems that share common characteristics and use them to define several alarm attributes. Learn more at AlarmGroups. |
Create or edit AlarmAreas | Alarms / Areas | Create a hierarchically structured group of Alarms. Learn more at AlarmAreas. |
Define settings | Alarms / Global Settings | Configure database settings for logging alarm events, behavior upon system startup, and specific alarm handling parameters. Learn more at Global Settings. |
Pre-Defined AlarmGroups
The Alarms module provides a predefined AlarmGroup to quickly configure alarms for common applications. These groups have pre-configured properties that make it easier to create and configure alarms for standard purposes.
To use a predefined AlarmGroup, you simply need to select it from the list of available groups and configure additional properties as needed.
The pre-defined AlarmGroups are:
- Critical: High Priority Alarms that requires acknowledgement and History logging.
- Warning: Medium Priority Alarms and Low Priority Alarms, which don't require acknowledgment, but are logged.
- Audit Trail: Alarms and Events that don't show on Operator Displays, but are records on the History log.
AlarmHistorian Database on Datasets
The Alarm Historian database is where the Alarms module stores all alarm events and audit trail information. The AlarmHistorian database can be defined using datasets, which allows for easy configuration and modification of the database properties. The datasets can define the database connection settings, the schema of the database tables, and the properties of the alarm events and audit trail entries.
Working with the Alarms Module
Once you have set up your AlarmGroup, AlarmArea, and AlarmItem, you can use the Alarms module to monitor your process and respond to any changes in conditions.
Runtime Execution
You can control the Alarms Module execution while running your solution. You can Run, Pause, or Stop the Alarms Module directly from the platform.
Access Runtime / Runtime Diagnostics to find the tools you can use to control the module.
Monitoring the Alarms Module Execution
The Alarms Monitor lets you see real-time information about the module when the solution is running. It showcases total, unacknowledged, active alarms, their priority, and the most recent alarm notification.
→ Read more about Alarms Monitor.
Visualizing Alarms on Displays
The Displays module can be used to create displays that visualize alarms in real-time. The alarms can be displayed in tables, custom graphics, objects and others with the ability to sort and filter based on various alarm properties. The displays can also include interactive components, such as acknowledging alarms and displaying alarm details, to allow operators to quickly respond to alarms.
→ Read more about the AlarmViewer Control and AlarmAreas Control.
Handling Notifications with Scripts
The Scripting module can be used to create custom scripts that handle alarm notifications. These scripts can define the behavior of the Notification Method property of the AlarmGroup, allowing for more customized notifications based on the type and severity of the alarm. The scripts can also define notification methods beyond the built-in options, such as sending emails or SMS messages.
→ Read more about Alarm Email Notifications.
Customizing Alarm Sounds
Sets the sound played when an alarm goes off.
→ Read more about at AlarmGroup Sounds.
Alarms Advanced Topics
Alarm Execution Process
Presents in the detail the processes when executing the Alarm Engine.
→ Read more about Alarm Execution Process
Alarm Runtime Attributes
The Alarms Namespace exposes properties and methods from the .NET objects used by the Alarm Module execution.
→ Read more about Alarms Runtime Attributes
Anchor | ||||
---|---|---|---|---|
|
Best Practices and Recommendations
To ensure the smooth operation of the Alarms module, follow these best practices:
- Use clear and descriptive names for Alarm Group, Alarm Area, and Alarm Item.
- Configure alarms with proper priority and severity levels.
- Use deadbands and delays to prevent alarm flooding.
- Regularly check and maintain the alarm configuration.
- Configure notifications and acknowledge alarms in a timely manner.
Common Issues and Solutions
The Alarms module may encounter some issues in its operation. Here are some common issues and their solutions:
Alarm not firing
Check the tag name, condition, and alarm item configuration. Ensure the tag is valid and the condition is met.
Alarm not acknowledged
Check the alarm acknowledgement configuration. Ensure that the alarm acknowledges property is set and the acknowledgement timeout is not expired.
Database connection error
Check the database connection string and ensure that the database is reachable.
Alarm flooding
Check the alarm configuration and ensure that the deadband settings are properly configured.
Notification not received
Check the notification configuration and ensure that the notification method is properly set.
In this section:
About the Alarm Module
The Alarm Module is a crucial component for most projects, designed to monitor and manage alarm events within your projects. By leveraging the Alarm Module, you can create a comprehensive alarm management system tailored to your specific application requirements.
The documentation will guide you through the Alarm Module's functionalities, starting with an overview of the module's purpose and key concepts. It will then cover how the Alarm Module works, followed by sections on configuring and working with the module. Finally, the documentation will provide troubleshooting information and best practices to ensure optimal performance of your alarm management system.
By understanding and implementing the Alarm Module effectively, you can enhance your projects' responsiveness to critical events and ensure a high level of control and automation for your application.Table of Contents | ||
---|---|---|
|
Introduction to Alarm Module
The Alarm Module is a complete solution for managing real-time alarms, notification events, and Audit-Trail information. It is a powerful tool that enables users to monitor and control their processes in real-time, by providing alerts for critical events, and storing data for future analysis.
The Alarm Module can be used in a wide range of industries, including manufacturing, energy, and transportation. It is an essential component of any modern control system, and is designed to help users achieve greater efficiency and productivity.
The key features and functionalities of the Alarm Module include:
Real-time Alarm States Processing: The Alarm Module is designed to process alarms in real-time, ensuring that critical events are identified and responded to as quickly as possible.
Agnostic storage on any Database provider: The Alarm Module can store data on any database provider, making it flexible and easy to use.
Store and Forward when archiving to remote databases: The Alarm Module is capable of storing and forwarding data to remote databases, ensuring that data is always available for analysis.
Automated replication in hot-stand-by scenarios: The Alarm Module is designed to work in hot-stand-by scenarios, ensuring that data is always available and up-to-date.
Organize and manage alarms hierarchically: The Alarm Module allows users to organize and manage alarms hierarchically, providing greater flexibility and control over their processes.
Define System AuditTrail event and Track Operator actions: The Alarm Module allows users to define system audit-trail events and track operator actions, providing greater visibility and accountability.
Send Notifications by SMS or e-mails: The Alarm Module is capable of sending notifications by SMS or e-mails, ensuring that users are always aware of critical events.
Universal Time and Daylight Saving always considered for accurate time-stamp: The Alarm Module always considers universal time and daylight saving, ensuring that timestamps are accurate and reliable.
Timestamps precision up to 0.1 ms: The Alarm Module provides high precision timestamps up to 0.1 ms, ensuring that data is always accurate and reliable.
Dynamic Language localization of alarm messages: The Alarm Module allows users to localize alarm messages dynamically, ensuring that they are easy to understand and relevant to their audience.
In summary, the Alarm Module is a powerful and versatile tool that enables users to monitor and control their processes in real-time, by providing alerts for critical events, and storing data for future analysis. It is an essential component of any modern control system, and can be used in a wide range of industries to improve efficiency and productivity.
Purpose and Key Concepts
Purpose and Key Concepts
AlarmGroup
Alarm groups allow you to configure common settings for a collection of alarms. For example, if the alarms in the groups require Acknowledgement.
Also, the query real-time informational automatically consolidating the alarm in the group.
AlarmArea
Adds more context information to the alarm, linking it to one Area in Tree structure.
The Hierarchical organization of the AlarmAreas allows to get information, filter or act, in all alarms of one area, or include its children alarms.
AlarmItem
Any defined event that can create an alarm is an AlarmItem. For instance, if a Tag has the configuration to generate a HI alarm at 70, and a HiHi alarm at 90, we have two AlarmItems defined.
Each AlarmItem belongs to one AlarmGroup and one AlarmArea.
AuditTrail
Pre-defined AlarmGroup intended to track system events and Operations actions aiming to create records for auditing log.
Info |
---|
For information on its configuration, go to the AuditTrail page. |
AlarmHistorian
The alarm events can be logged using the database connection defined at Edit → Datasets → Dos → AlarmHistorian.
Alarm Module Settings
Some settings affects the behavior all alarm and the execution of Alarm Module.
Those fields are located above the header on Edit → Alarms → Groups table.
Alarm Module Configuration Settings | |
---|---|
Setting Field | Description |
Initial disable time | Defined time for an alarm to be active after startup. This gives the system time to stabilize before any alarms can be triggered. |
Life Time | Number of days that will define the useful life of the information in this alarm. |
Log User Fullname | The user's entire name will be saved in an alarm historian. |
Ignore Alarms During TimeDeadband | Used in conjunction with "InitialDisableTime". After the "InitialDisableTime" time, if "Ignore Alarms During Time Deadband" is "true", then the alarm states will not be checked. |
Enable Limits by Shift | Used in conjunction with "CurrentShift". If "Enable Limits By Shift" is "true", then "CurrentShift" is used to check which of the limits of "AlarmItem:" should be used
|
======================
Sure, here's a draft of the Audit-Trail Configuration section:
Audit-Trail Configuration
The Audit-Trail is a pre-defined AlarmGroup intended to track system events and operational actions with the goal of creating records for an auditing log. The Alarm Module provides a complete solution to manage real-time alarms, notification events, and Audit-Trail information.
Configuring Audit-Trail in the Alarm Module allows you to track all system events and operator actions that can have an impact on system performance and operation. This section will guide you through the process of configuring the Audit-Trail in the Alarm Module.
Pre-defined Audit-Trail
The Alarm Module includes a pre-defined AlarmGroup called Audit-Trail. This AlarmGroup is intended to track system events and operational actions automatically. You can customize this AlarmGroup by editing its properties on the Alarms → Groups page.
Customizing Audit-Trail
To customize the Audit-Trail AlarmGroup, follow these steps:
Go to the Alarms → Groups page.
Select the Audit-Trail AlarmGroup from the list.
Edit the properties of the Audit-Trail AlarmGroup, such as Name, AckRequired, ActiveTimeDeadband, AckTimeout, AutoAckTime, Sound, Show, LogEvents, Colors, NotificationMethod, and Description, to fit your needs.
Save the changes.
Configuring Audit-Trail Properties
The following are the properties that you can configure for the Audit-Trail AlarmGroup:
Name: Enter a name for the AlarmGroup. The system allows you to know if the name is not valid.
AckRequired: If required, the alarm stays in the alarm list until someone acknowledges the alarm by double-clicking it in the application.
ActiveTimeDeadband: Enter a time deadband that will create a delay after an alarm occurs. The alarm will trigger again only after the deadband.
AckTimeout: Defines a timeout for acknowledging the alarm. If the alarm is not acknowledged after the specified time, the alarm becomes active again.
AutoAckTime: If the alarm is not acknowledged after the specified time, the system acknowledges the alarm.
Sound: Select the sound that will play when the alarm occurs.
Show: Select the list for the alarm to display in the alarm window in the application.
LogEvents: Select when you want the alarm to be logged to the alarm historian:
a. None - Alarms are not logged.
b. Active - Log when alarm is active.
c. ActiveAck - Log when the alarm is active and acknowledged.
d. ActiveNorm - Log when the alarm returns to normal.
e. All - Log all of the above conditions.
Colors: Select the colors you want to use for each state:
a. Active - Configured alarm is in the alarm state.
b. Normalized - Configured alarm was in the alarm state but is no longer in the alarm state and still needs to be acknowledged.
c. Acknowledged - Configured alarm has been acknowledged, but it is still in the alarm state.
NotificationMethod: Calls a Script → Class method that triggers a code when the alarm happens.
Description: Enter a description of the alarm group.
Conclusion
Configuring the Audit-Trail AlarmGroup in the Alarm Module allows you to track all system events and operator actions that can have an impact on system performance and operation. By following the steps outlined in this section, you can customize the Audit-Trail properties to fit your needs and ensure that your system is operating optimally.
The Alarm Database
The alarm database stores the events from the AlarmGroups and Audit Trail.
By default, it is mapped to a SQLlite database with name <project name>.tAlarm , defined at Datasets → Dos → AlarmHistorian.
You can change the Alarm Database to use any other SQL connection, following this steps:
- Go to Datasets → Dos.
- Rename or delete the AlarmHistorian object.
- Create a new DB connection with name AlarmHistorian connected to desired Database.
======================================
Alarms Database
The Alarms Database stores the events from AlarmGroups and Audit-Trail. By default, it is mapped to a SQLite database with name <project name>.tAlarm, which is defined at Datasets → Dos → AlarmHistorian.
You can change the Alarms Database to use any other SQL connection by following these steps:
Go to Datasets → Dos.
Rename or delete the AlarmHistorian object.
Create a new DB connection with name AlarmHistorian connected to the desired Database.
When you archive the alarms to the Alarms Database, the Alarm Module automatically creates and populates the necessary tables to store alarm and audit trail information.
Note that the Alarms Database is critical for logging and tracking alarms and events. It is important to ensure that the database is reliable and accessible, and that it has sufficient storage capacity.
Overall, the Alarms Database provides a central location for storing and managing real-time alarms and audit trail information, making it easier to monitor and troubleshoot system issues.
Configuring AlarmGroups
There are 3 pre-defined AlarmGroups:
- Warning (Warning messages that do not require acknowledgment).
- Critical (Critical Messages that require acknowledgment).
- AuditTrail (System Events log).
To configure alarm groups, you can customize the existing groups or add new ones.
- Go to Alarms → Groups.
Add new rows or edit the table, setting the desired values to the fields.
Alarm Group Configuration Properties
Column / Field
Description
Name
Enter a name for the alarm group. The system allows you to know if the name is not valid.
AckRequired
If required, the alarm stays in the alarm list until someone acknowledges the alarm by double-clicking it in the application.
Enter a time deadband that will create a delay after an alarm occurs. The alarm will trigger again only after the deadband.
AckTimeout
Defines a timeout for acknowledging the alarm. If the alarm is not acknowledged after the specified time, the alarm becomes active again.
AutoAckTime
If the alarm is not acknowledged after the specified time, the system acknowledges the alarm.
Sound
Select the sound that will play when the alarm occurs.
Show
Select the list for the alarm to display in the alarm window in the application.
LogEvents
Select when you want the alarm to be logged to the alarm historian:
None - Alarms are not logged.
Active - Log when alarm is active.
ActiveAck - Log when the alarm is active and acknowledged.
ActiveNorm - Log when the alarm returns to normal.
All - Log all of the above conditions.|
Colors
Select the colors you want to use for each state:
Active - Configured alarm is in the alarm state.
Normalized - Configured alarm was in the alarm state, but is no longer in the alarm state and still needs to be acknowledged.
Acknowledged - Configured alarm has been acknowledged, but it is still in the alarm state.|
Description
Enter a description of the alarm group.
======================================
Alarm Group Configuration:
Alarm Groups are collections of alarms that share common settings. They are used to define the behavior of alarms and their processing rules. The Alarm Module comes with three pre-defined Alarm Groups:
Warning: This group contains warning messages that do not require acknowledgment.
Critical: This group contains critical messages that require acknowledgment.
AuditTrail: This group is intended to track system events and operation actions, creating records for an auditing log.
Users can customize the existing groups or create new ones according to their needs. To configure Alarm Groups, follow these steps:
Go to Alarms → Groups.
Add new rows or edit the existing table, setting the desired values to the fields.
The configuration properties of Alarm Groups are as follows:
Name: Enter a name for the Alarm Group. The system allows you to know if the name is not valid.
AckRequired: If required, the alarm stays in the alarm list until someone acknowledges the alarm by double-clicking it in the application.
ActiveTimeDeadband: Enter a time deadband that will create a delay after an alarm occurs. The alarm will trigger again only after the deadband.
AckTimeout: Defines a timeout for acknowledging the alarm. If the alarm is not acknowledged after the specified time, the alarm becomes active again.
AutoAckTime: If the alarm is not acknowledged after the specified time, the system acknowledges the alarm.
Sound: Select the sound that will play when the alarm occurs.
Show: Select the list for the alarm to display in the alarm window in the application.
LogEvents: Select when you want the alarm to be logged to the alarm historian. You can choose from the following options:
None: Alarms are not logged.
Active: Log when the alarm is active.
ActiveAck: Log when the alarm is active and acknowledged.
ActiveNorm: Log when the alarm returns to normal.
All: Log all of the above conditions.
Colors: Select the colors you want to use for each state:
Active: Configured alarm is in the alarm state.
Normalized: Configured alarm was in the alarm state but is no longer in the alarm state and still needs to be acknowledged.
Acknowledged: Configured alarm has been acknowledged but is still in the alarm state.
NotificationMethod: Calls a Script → Class method that triggers a code when the alarm happens.
Description: Enter a description of the Alarm Group.
In summary, Alarm Groups are collections of alarms that share common settings. The Alarm Module provides three pre-defined Alarm Groups, which can be customized or new ones can be created. The configuration properties of Alarm Groups allow users to define the behavior of alarms and their processing rules, and include fields such as Name, AckRequired, ActiveTimeDeadband, AckTimeout, AutoAckTime, Sound, Show, LogEvents, Colors, NotificationMethod, and Description.
Configuring AlarmItems
The definition of an AlarmItem has 3 mandatory fields: TagName, Condition and AlarmGroup.
That means, the Tag value that will be evaluated, the alarm condition to be verified, and if there is an alarm, which AlarmGroup will guide the tag processing behavior.
To create or modify AlarmItems:
- Go to Alarms → Items.
- Add new rows or edit the datagrid fields.
Alarm Items Configuration Properties
Column / Field
Description
TagName
Enter a tag name or click "..." to select a tag.
Condition
Select the condition you want to use for this alarm event (see the table below).
Limit
Enter a value for the alarm limit to be used for the condition you selected.
Deadband
Sets the deadband value. E.g.: for a Hi alarm item with limit as 100 and deadband as 10, the limit value is now 110; for a Lo alarm item, setting the deadband as 10 means the limit value is 90.
Setpoint
Set a value or a tag that you want to compare other values to to determine if there is a deviation.
SetpointDeadband
Set the deadband for the setpoint when compared with the deviation.
Group
Select the alarm group that should control what happens when this alarm occurs.
Priority
Enter a priority value that controls where the alarm displays in the list. The higher the number, the higher the priority. You can use the same priority for more than one alarm event. Enter 0 (zero) for alarms to be at the end of the list.
Message
Enter the text that displays in the alarm list.
title | PriorityOrder Property |
---|
E.g.:
@Alarm.PriorityOrder = 1
The conditions options are described in the following table:
Alarm Condition Configuration Options
Field
Description
Hi
Tag >= limit
HiHi
Tag >= limit (when acknowledged, a Hi alarm is automatically acknowledged for the same Tag)
Lo
Tag <= limit
LoLo
Tag <= limit (when acknowledged, a Lo alarm is automatically acknowledged for the same Tag)
RateOfChange
Tag rate of change >= limit
DeviationMinor
Absolute value (tag - Setpoint) > limit
DeviationMajor
Absolute value (tag - Setpoint) > limit
Equal
Tag = limit
GreaterThan
Tag > limit
GreaterEqual
Tag >= limit
LessThan
Tag < limit
LessEqual
Tag <= limit
Changed
Tag value changed
ChangedUp
Tag value increased
ChangedDown
Tag value decreased
NotEqual
Tag different from limit
Note |
---|
The limit is a specific value on which the condition is based. The setpoint, if used, may be either a value or another tag. If you need to dynamic change the alarm limit, just use the Limit property of the alarm conditions. E.g.: Tag.<tag name>.Hi.Limit modifies the HI Limit condition for the tag. |
Alarm Item Configuration:
Alarm Items are defined events that can create alarms. They are created by specifying a Tag value to be evaluated, the alarm condition to be verified, and the Alarm Group that will guide the tag processing behavior. Alarm Items can be created or modified by following these steps:
Go to Alarms → Items.
Add new rows or edit the datagrid fields.
The mandatory fields for creating an AlarmItem are:
TagName: Enter a tag name or click "..." to select a tag.
Condition: Select the condition you want to use for this alarm event.
AlarmGroup: Select the Alarm Group that should control what happens when this alarm occurs.
The configuration properties of Alarm Items are as follows:
Limit: Enter a value for the alarm limit to be used for the condition you selected.
Deadband: Sets the deadband value. For example, for a Hi alarm item with a limit of 100 and a deadband of 10, the limit value is now 110; for a Lo alarm item, setting the deadband as 10 means the limit value is 90.
Setpoint: Set a value or a tag that you want to compare other values to determine if there is a deviation.
SetpointDeadband: Set the deadband for the setpoint when compared with the deviation.
Group: Select the Alarm Group that should control what happens when this alarm occurs.
Area: Once created on Alarms → Areas, the areas will be displayed here and will be able to be chosen.
Priority: Enter a priority value that controls where the alarm displays in the list. The higher the number, the higher the priority. You can use the same priority for more than one alarm event. Enter 0 (zero) for alarms to be at the end of the list.
Message: Enter the text that displays in the alarm list.
PriorityOrder Property: It is also possible to set the priority using the PriorityOrder property in CodeBehind or in PropertyWatch. In this case, the LOWER the number, the HIGHER the priority. The default is 0 (highest priority).
The conditions options for Alarm Items are as follows:
Hi: Tag >= limit
HiHi: Tag >= limit (when acknowledged, a Hi alarm is automatically acknowledged for the same Tag)
Lo: Tag <= limit
LoLo: Tag <= limit (when acknowledged, a Lo alarm is automatically acknowledged for the same Tag)
RateOfChange: Tag rate of change >= limit
DeviationMinor: Absolute value (tag - Setpoint) > limit
DeviationMajor: Absolute value (tag - Setpoint) > limit
Equal: Tag = limit
GreaterThan: Tag > limit
GreaterEqual: Tag >= limit
LessThan: Tag < limit
LessEqual: Tag <= limit
Changed: Tag value changed
ChangedUp: Tag value increased
ChangedDown: Tag value decreased
NotEqual: Tag different from limit
In summary, Alarm Items are defined events that can create alarms by specifying a Tag value to be evaluated, the alarm condition to be verified, and the Alarm Group that will guide the tag processing behavior. The mandatory fields for creating an AlarmItem are TagName, Condition, and AlarmGroup. The configuration properties of Alarm Items allow users to define the alarm limit, deadband, setpoint, setpoint deadband, group, area, priority, message, and priority order. The available conditions options for Alarm Items include Hi, HiHi, Lo, LoLo, RateOfChange, DeviationMinor, DeviationMajor, Equal, GreaterThan, GreaterEqual, LessThan,
Notification Events
In order to a apply custom action using .NET scripts, subscribe to notifications of alarms and events.
These notifications are typically used to send SMS or email warnings, execute custom calculations, add custom notification messages or audio alarms, text-to-speech audio alarms, and to perform any kind of action defined by custom programming.
To subscribe to alarm events, create a method in any Script Class of type Server, with the following prototype:
No Format |
---|
void Notification(AlarmEventInfo[] info) |
Select the method in the Notification Method column on Alarms → Groups.
The name of the method can vary; The important is the expected parameters.
The AlarmEventInfo structure is defined in the namespace Alarm.======================================
Notification Events:
The Alarm Module allows you to subscribe to notifications of alarms and events, which can be used to apply custom actions using .NET scripts. Notifications are typically used to send SMS or email warnings, execute custom calculations, add custom notification messages or audio alarms, text-to-speech audio alarms, and perform any kind of action defined by custom programming.
To subscribe to alarm events, create a method in any Script Class of type Server, with the following prototype:
void Notification(AlarmEventInfo[] info)
Select the method in the Notification Method column on Alarms → Groups. The name of the method can vary; The important is the expected parameters.
The AlarmEventInfo structure is defined in the namespace Alarm. This structure contains information about the alarm, such as the TagName, Condition, AlarmGroup, Limit, Deadband, Setpoint, and other properties.
Here's an example of a Notification method:
void OnAlarmNotification(AlarmEventInfo[] info)
{
foreach (AlarmEventInfo alarm in info)
{
if (alarm.Condition == "HiHi")
{
// send SMS or email warning
string message = "Alarm " + alarm.TagName + " HiHi limit reached.";
//SendSMS("123-456-7890", message);
//SendEmail("johndoe@example.com", message);
}
else if (alarm.Condition == "LoLo")
{
//execute custom calculations
Calculate(alarm.TagName, alarm.Limit);
}
else
{
// add custom notification messages or audio alarms
AddNotification(alarm.TagName, alarm.Condition);
//PlayAudioAlarm("siren.wav");
}
}
}
In this example, the Notification method checks the Condition of each AlarmEventInfo object in the info array and performs a different action based on the Condition. For HiHi alarms, it sends an SMS and an email warning. For LoLo alarms, it executes custom calculations. For all other alarms, it adds custom notification messages and plays an audio alarm.
Overall, the Notification Events section provides a detailed guide on how to use .NET scripts to apply custom actions to alarm events and how to subscribe to notifications of alarms and events.
Acknowledging Alarms
There are several methods for acknowledging alarms:
Using the alarm visualization object in the displays.
Tag properties.
Alarm group or the alarm item's runtime properties.
Acknowledge All Alarms
You can use the <Alarm.AckAll
> property that acknowledges all active alarms.
Acknowledge a Single Alarm or the Highest Priority Alarm
The <Alarm.PriorityItem.UnAck
> property allows the acknowledgment of the highest priority alarm configured in the "Priority" column on Alarms → Items if there is a pending ack alarm.
Acknowledge a Specific Alarm
To acknowledge a specific alarm, use the <Alarm.Items.IDxx.Unack
> property. To check the contents of the IDxx alarm columns, go to the alarm item and add the ID column (right-click in the table and select "ID").======================================
Acknowledging Alarms
The Alarm Module provides several methods for acknowledging alarms, allowing users to manage alarms efficiently. This section will discuss the various methods for acknowledging alarms.
Using the Alarm Visualization Object
One way to acknowledge an alarm is by using the Alarm Visualization object in displays. Users can view the alarms in the alarm list and acknowledge them by selecting the alarm and clicking the "Acknowledge" button. The alarm will then move to the Acknowledged state.
Using Tag Properties
Users can also acknowledge alarms using Tag properties. For example, users can acknowledge an alarm by setting the value of a Tag property to "1". When the property is set, the alarm will move to the Acknowledged state.
Using Alarm Group or Alarm Item's Runtime Properties
Another method for acknowledging alarms is by using the Alarm Group or Alarm Item's runtime properties. Users can select an Alarm Group or Alarm Item and view its properties in the Properties window. Users can acknowledge an alarm by setting the "Ack" property to "True". The alarm will then move to the Acknowledged state.
Acknowledging All Alarms
Users can acknowledge all active alarms using the <Alarm.AckAll> property. When this property is set, all active alarms will move to the Acknowledged state.
Acknowledging a Single Alarm or the Highest Priority Alarm
Users can acknowledge a single alarm or the highest priority alarm by using the <Alarm.PriorityItem.UnAck> property. If there is a pending Ack alarm, the highest priority alarm configured in the "Priority" column on Alarms → Items will be acknowledged. If there is no pending Ack alarm, the specified alarm will be acknowledged.
Acknowledging a Specific Alarm
To acknowledge a specific alarm, users can use the <Alarm.Items.IDxx.Unack> property. To check the contents of the IDxx alarm columns, users can go to the alarm item and add the ID column (right-click in the table and select "ID").
Conclusion
In conclusion, the Alarm Module provides several methods for acknowledging alarms, allowing users to manage alarms efficiently. Users can acknowledge alarms using the Alarm Visualization object, Tag properties, or Alarm Group or Alarm Item's runtime properties. Users can also acknowledge all active alarms, a single alarm, or the highest priority alarm.
Alarm Visualization
To visualize alarms and events, you can use the built-in object in your displays or reports.
Info |
---|
See the Configuring an Alarm Window section for more information. |
Alarm Visualization:
The Alarm Module provides a built-in object for visualizing alarms and events in your displays or reports. This object displays real-time information about the alarms in your system and allows users to acknowledge or silence alarms as needed.
To use the Alarm Visualization object, simply drag and drop it onto your display or report. You can then configure the object to display the alarms and events you are interested in by selecting the appropriate Alarm Groups and Alarm Items.
In addition to the built-in Alarm Visualization object, the Alarm Module provides access to a number of properties and methods through the Alarm Namespace. These properties and methods allow you to interact with the alarms and events in your system programmatically, and can be used to create custom displays or reports.
For example, the Alarm.Group object provides a list of all defined alarm groups and their properties, while the Alarm.Item object provides access to all alarm items and their properties. The tag properties connected with the alarm module can be used to modify alarm conditions and configure custom notification events.
By combining the built-in Alarm Visualization object with the powerful programming capabilities of the Alarm Namespace, you can create customized displays and reports that provide real-time information about the status of your system's alarms and events.
The Alarm Namespace
The Alarm namespace has the properties of the alarm server.
The Alarm.Group object has the list of all defined groups and their properties.
The Alarm.Item object has all alarm items and their properties.
The tag properties are connected with the alarm module.
tag.tagname.Hi
Info |
---|
See Namespaces API for the complete programming reference on runtime objects. |
Page Tree | ||||
---|---|---|---|---|
|
...