You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

info

Click here to Download the solution

solution Name: AlarmEmailAndSMS

Software Version: 10.0.6

Keywords: Alarms. Notifications. Email. SMS.


Solution 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 solution example allows configuring your solution to send an email, an SMS, a message box, or speech the alarm message every time a conditional event alarm occurs. 

When the solution 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 solution, you can install a PlugIn with that functionality.

See Alarms for more information.


In this section...


  • No labels