I have a question about the Ignition alarming properties as I have several alarms that only send out emails and do not get acknowledged anywhere. The issue I am having is sometimes the emails are not getting sent out even if the tag becomes true and I am wondering if there are certain settings that would guarantee the alarm will be sent out. The documentation on the Deadbands and Time Delays is the part I think I don't understand.
The first thing to find out is why those emails are failing. The logs will help -- you may have to turn some to trace
.
Things to check:
- Is the alarm actually triggered?
- Is the email getting sent from Ignition?
- Did Ignition get anything useful back from the SMTP server?
If the alarm is getting sent to the SMTP server, then Ignition has done all it can. Unfortunately, most SMTP servers don't give us good information on what happens to an email after they get it, and there are all kinds of ways emails can fail after that point.