Author Topic: Alarm Supplemental Info  (Read 511 times)

bkane

  • Newbie
  • *
  • Posts: 11
    • View Profile
Alarm Supplemental Info
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Alarm Supplemental Info
« Reply #1 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.