Page Tree
Other Releases
Download the Project Example here:
This sample demonstrates configuring to send an email and an SMS containing alarm information using the feature NotificationMethod every time an alarm event occurs.
The NotificationMethod used in this project example allows configuring your project to send an email, an SMS, a message box, or speech the alarm message every time a conditional event alarm occurs.
When the project runs, the NotificationMethod is called every time a conditional event alarm occurs. Then, this method receives an Array of AlarmEventInfo as a parameter. The NotificationMethod must follow the prototype below:
public void NotificationMethod(AlarmEventInfo[] events)
If sending emails is required in your project, you can install a PlugIn with that functionality.
See Alarm Send Email for more information.
In this section...