Results 1 to 10 of 10

Thread: Email Alerts

  1. #1
    Frequent Visitor
    Join Date
    Jul 2013
    Location
    NJ
    Posts
    213

    Email Alerts

    Hi Everyone,

    Everytime I do feed mode my email alarm goes on. Can someone please look at my code and let me why :

    Set OFF
    If Tmp > 79.6 Then ON
    If Tmp < 76.5 Then ON
    If Leak1L CLOSED Then ON
    If Leak4R CLOSED Then ON
    If Leak2 CLOSED Then ON
    If Leak3 CLOSED Then ON
    If Sump CLOSED Then ON
    If SWRES CLOSED Then ON
    If Power EnergyBar8 Off 000 Then ON
    If Power EnergyBar4 Off 000 Then ON
    If Output HeaterVO = ON Then ON
    If FWLOW CLOSED Then ON
    If Output FWHIGH(VO) = ON Then ON
    If Output SalinityVO = ON Then ON
    If Output Sumphi(VO) = ON Then ON
    If CaPh > 7.15 Then ON
    If CaPh < 6.65 Then ON
    If CalcRc < 5 Then ON
    If Salt > 36.1 Then OFF
    Defer 000:30 Then ON
    If Error FWAqualifter Then ON
    If Main < 100 Then ON
    If FeedA 015 Then OFF
    If FeedB 025 Then OFF
    If FeedC 040 Then OFF
    If CalcRc < 50 Then ON

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,458
    What statement is triggering the alarm?
    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
    Jul 2013
    Location
    NJ
    Posts
    213
    Quote Originally Posted by RussM View Post
    What statement is triggering the alarm?
    Sorry forgot to mention that

    If Main < 100 Then ON

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Do you have a Feed command in Main that shuts it OFF? If so, this is probably setting up a race condition.

  5. #5
    Frequent Visitor
    Join Date
    Jul 2013
    Location
    NJ
    Posts
    213
    Quote Originally Posted by Todd View Post
    Do you have a Feed command in Main that shuts it OFF? If so, this is probably setting up a race condition.
    Main is the name of my pump. That line is pump flow coming from the FMM

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    When are you getting the alarm? Is it a certain time after the feed finishes or immediately after pressing it?

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

  7. #7
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Quote Originally Posted by marksw View Post
    Main is the name of my pump. That line is pump flow coming from the FMM
    But are you using the Feed command in this or any other outlet that would set a condition that would trigger the Email outlet?

  8. #8
    Frequent Visitor
    Join Date
    May 2017
    Location
    Minneapolis, MN (CST)
    Posts
    220
    Is the alarm being triggered from the email alert outlet or from the input itself? I kept getting alarms from my pH probe in the middle of the night because I had the alarm programmed at the probe input and at the e-mail alarm outlet.

  9. #9
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,458
    Main in this context is not the name of the pump output - it’s the name of the flow sensor monitoring that pump’s flow.

    Sleepydoc poses a good question but that only applies to Apex 2016. marksw, your profile here says you have an Apex Classic- do you now have a new Apex?
    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.

  10. #10
    Frequent Visitor
    Join Date
    Jul 2013
    Location
    NJ
    Posts
    213
    Quote Originally Posted by RussM View Post
    Main in this context is not the name of the pump output - it’s the name of the flow sensor monitoring that pump’s flow.

    Sleepydoc poses a good question but that only applies to Apex 2016. marksw, your profile here says you have an Apex Classic- do you now have a new Apex?
    I still have the Apex classic. I think I figured it out...... When I do maintaince and use the feed mode sometimes I will cancel the feed mode when I'm done. I think being the pump is a DC pump it takes a few moments for it to get up to speed. I think my Defer statement was too short and increased the time by one minute. Seems to be fine now. Thanks everyone!

Similar Threads

  1. Replies: 5
    Last Post: 02-14-2021, 23:54
  2. email alerts
    By 805reef in forum APEX Fusion
    Replies: 3
    Last Post: 12-15-2015, 11:53
  3. Email alerts - if triggered, sends out constant alerts, but only want one
    By BraenDead in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 12-01-2014, 10:57
  4. Too many email alerts
    By blackfin73 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 3
    Last Post: 06-20-2013, 06:51
  5. Email alerts
    By nycreefer in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 1
    Last Post: 05-14-2013, 16:27

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
  •