Results 1 to 6 of 6

Thread: EMAILALM_I5 stays on after condition is over.

  1. #1
    Frequent Visitor
    Join Date
    May 2017
    Location
    Colorado Springs, CO
    Posts
    152

    EMAILALM_I5 stays on after condition is over.

    I'm trying to setup various alarms in preparation for an upcoming vacation.

    I've go both email and text alarms working and I've added this code to the EMAILALM_I5 outlet:

    Code:
    If Tmp > 81.0 Then On
    If Tmp < 76.0 Then On
    I temporarily changed that so it would send an alarm at my current water temp just to test it out. That worked and I got the email.

    However, after I changed the code back to the above, the I5 outlet still shows as On (it is set to Auto) and the Apex Alerts icon is displaying at the top of the Fusion page. Should those not clear once the alarm condition is no longer active?

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You need a set OFF as the first line

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

  3. #3
    Frequent Visitor
    Join Date
    May 2017
    Location
    Colorado Springs, CO
    Posts
    152
    Quote Originally Posted by zombie View Post
    You need a set OFF as the first line

    You might be an engineer if...You have no life and can prove it mathematically.
    Doh! Thanks man.
    Attached Images Attached Images

  4. #4
    Frequent Visitor
    Join Date
    May 2017
    Location
    Colorado Springs, CO
    Posts
    152
    So is it normal to get these notifications when the alarm condition is over?

    Code:
    Date: 2017-07-16 02:33:09 -0600
    Status: OFF
    Statement: Set OFF

  5. #5
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    Quote Originally Posted by Etoimos View Post
    So is it normal to get these notifications when the alarm condition is over?

    Code:
    Date: 2017-07-16 02:33:09 -0600
    Status: OFF
    Statement: Set OFF
    Yes. That means that the previous alarm condition is no longer present and the email alarm outlet has turned off. Basically, it's the "All Clear" message.
    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.

  6. #6
    Frequent Visitor
    Join Date
    May 2017
    Location
    Colorado Springs, CO
    Posts
    152
    Thanks, that's what I thought. Is it possible to adjust how often the same alarm is sent to you?

Similar Threads

  1. EMAILALM_I5 question
    By calpoly2103 in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 2
    Last Post: 04-17-2019, 15:01
  2. Question: can apex act on condition and NOT revert if the condition reverts
    By debbygoldman in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 02-23-2019, 10:17
  3. Question: EMAILALM_I5 vs. Probe Alarms
    By Etoimos in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 07-16-2017, 07:37
  4. EmailAlm_I5 VS the Input Alarms
    By imfsub12 in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 2
    Last Post: 12-03-2016, 13:55
  5. EmailAlm_I5
    By rhogeo in forum APEX Fusion
    Replies: 1
    Last Post: 07-11-2014, 10:26

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
  •