AdvancedHMI Software

General Category => Support Questions => Topic started by: bkane on February 15, 2018, 10:12:00 AM

Title: Alarm Supplemental Info
Post by: bkane on February 15, 2018, 10:12:00 AM
Hello

I am attempting to create an alarm in my HMI that sends either a text message or email or both if a pressure for example gets too low or to high in my system. I am not very familiar with .NET and was hoping some other users who had some more experience with programming a similar function would have some more insight on how to do this. Even just some other forum threads or links that I was unable to find would be very helpful.

Thanks
Title: Re: Alarm Supplemental Info
Post by: Archie on February 15, 2018, 10:21:24 AM
The Emailer component has a TriggerType that can be set to AboveTargetValue. Set PLCAddressValue to the register you want to monitor, then set TargetValue to the threshold value.

I find the trickiest part of the emailer is finding the right SMTP server settings.