info
Click here to Download the Project
Project Name: AlarmEmailAndSMS
Software Version: 10.0.6
Keywords: Alarms. Notifications. Email. SMS.
Project Summary
This sample demonstrates configuring to send an email and an SMS containing alarm information using the feature NotificationMethod every time an alarm event occurs.
Technical Information
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)
Reference Information
If sending emails is required in your project, you can install a PlugIn with that functionality.
See Alarms for more information.
In this section...