0

Calculation with notification sends email.

I have a calculation setup with an event that will send an email based on an event start and end trigger. I do the calculation every 30s. Then I check the average value over the last hour and check if they go under or over the thresholds. What happens is that if one of the averages exceeds the threshold setting it sends the email alert, but it keeps sending this email every 30 seconds while the conditions is met. Can you tell me what I am doing wrong?

The configuration I have is shown in the image.

1reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Hi rarbouw ,

    I believe it is because of your Event setting, "Is Event Start and End Trigger". Essentially, each time this runs every 30 seconds, if it is True, it Starts and Ends a new event. I think you just want to set it to "Event Start Trigger". In that case, it will start the event when the statement is True, but it will not End until the start trigger is false.

    See if that gives you the desired outcome.

    Like
print this pagePrint this page
Like Follow
  • 1 yr agoLast active
  • 1Replies
  • 64Views
  • 2 Following