Results 1 to 7 of 7

Thread: Email alert every 6 seconds

  1. #1
    Frequent Visitor
    Join Date
    Nov 2013
    Location
    Michigan
    Posts
    130

    Email alert every 6 seconds

    My email alert program is as follows:
    Set OFF
    If Tmp > 84.0 Then ON
    If Tmp < 77.0 Then ON
    If ALD1 CLOSED Then ON
    If ALD2 CLOSED Then ON
    If ALD3 CLOSED Then ON

    In the classic dashboard I have the email alert, in network set up, for every 240 minutes. It sends the email alert every 6 seconds and I am at a loss as to why?

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,486
    What statement is triggering the emails?
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    Frequent Visitor
    Join Date
    Nov 2013
    Location
    Michigan
    Posts
    130
    Generally one of these:
    If ALD1 CLOSED Then ON
    If ALD2 CLOSED Then ON
    If ALD3 CLOSED Then ON

    Mostly ALD3 as I have a periodic problem with leaking from my ATS and that is the leak detector (3) that picks it up. (My sump is in the basement and on concrete - the sensor is on a folded paper towel.

  4. #4
    Frequent Visitor
    Join Date
    Nov 2013
    Location
    Michigan
    Posts
    130
    Here is a screen shot of the program and outlet and the network setup
    Attached Images Attached Images

  5. #5
    New User
    Join Date
    Oct 2017
    Location
    Greenville, SC
    Posts
    1
    try one of these numbers with the Defer function

    If ALD1 CLOSED Then ON
    If ALD2 CLOSED Then ON
    If ALD3 CLOSED Then ON
    Defer 001:00 Then ON

    If I remember the way that function works correctly the output needs to be maintained, 1 minute in this example, before the action actually triggers. This way a little blip doesn't set it off. I used Defer on my float switches to make sure they're actually up and not just some random wave or something flashed for a second.

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    In addition to the defer suggestion above make sure if any of the leak sensors are on concrete that you toss a paper towel under them.

    You might be an engineer if...You have no life and can prove it mathematically.

  7. #7
    Frequent Visitor
    Join Date
    Nov 2013
    Location
    Michigan
    Posts
    130
    Here are the email messagesapexemail.png

Similar Threads

  1. Replies: 5
    Last Post: 02-14-2021, 23:54
  2. Question: Email Alert
    By hardzip in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 2
    Last Post: 09-22-2016, 11:02
  3. Email Alert
    By jonnyedwards1981 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 9
    Last Post: 03-12-2016, 09:42
  4. Help! email alert
    By hernan.azofeifa in forum APEX Fusion
    Replies: 4
    Last Post: 07-08-2015, 11:36
  5. Help! Email alert help
    By erndog1001 in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 02-16-2014, 10:29

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •