Results 1 to 9 of 9

Thread: ATK email alarms will not stop

  1. #1
    Regular Vistor
    Join Date
    Jun 2014
    Location
    Thailand
    Posts
    20

    ATK email alarms will not stop

    I had an idssue with my my apex attache ATK on Monday, I think it over filled and an initial alarm went off. I have since re configured it and it is filling as I would like but I keep getting email alarms.

    My code is as follows:Fallback OFFSet OFF
    If ATKLOW OPEN Then ON
    If ATKHI CLOSED Then OFF
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF

    as recommended by the tasks set up. I have triple checked and the switches are all labelled/ plugged/placed correctly.

    The alarm code I get is this:
    STATUS: ON
    STATEMENT: IF ATKHI CLOSED then ON

    i got this 4 times randomly at 12.01, 12.06, 12.16 then it stopped.

    I also got it 8 time yesterday then it stopped?

    all the time the ATK has been filling as I would hope???

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Add these two lines to the end of your email code

    Defer 000:30 Then ON
    Defer 000:30 Then OFF


    It was probably just noise or splashing.

    Sent from my SM-G965U using Tapatalk

  3. #3
    Regular Vistor
    Join Date
    Jun 2014
    Location
    Thailand
    Posts
    20
    Quote Originally Posted by zombie View Post
    Add these two lines to the end of your email code

    Defer 000:30 Then ON
    Defer 000:30 Then OFF


    It was probably just noise or splashing.

    Sent from my SM-G965U using Tapatalk

    Thanks will give it a try, my email alarm code now looks like this (temp is in degrees centigrade)
    What is the last line for?

    Set OFF
    If Tmp > 28.5 Then ON
    If pH > 8.50 Then ON
    If pH < 7.70 Then ON
    If ORP < 240 Then ON
    If ORP > 470 Then ON
    If Error ATK Then ON
    If ATKHI CLOSED Then ON
    Defer 000:30 Then ON
    Defer 000:30 Then OFF
    Min Time 000:10 Then ON

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    The last line (which isnt needed) says: When this outlet turns on, it must remain ON for at least 10 seconds even if it would have otherwise turned off 8n less than 10 seconds.

    Sent from my SM-G965U using Tapatalk

  5. #5
    Regular Vistor
    Join Date
    Jun 2014
    Location
    Thailand
    Posts
    20
    Thanks for your help, I still have alarms going left and right.

    my alarm code is below.
    Set OFF
    If Tmp > 28.5 Then ON
    If pH > 8.50 Then ON
    If pH < 7.70 Then ON
    If ORP < 240 Then ON
    If ORP > 470 Then ON
    If Error ATK Then ON
    If ATKHI CLOSED Then ON
    Defer 000:30 Then ON
    Defer 000:30 Then OFF

    I have my afs going off on a vfeed
    code here
    Set OFF
    If Time 10:00 to 10:04 Then ON
    If Time 14:00 to 14:04 Then ON
    If FeedA 000 Then ON

    my feeder isSet OFF
    If Output vfeed = ON Then ON
    Defer 000:30 Then ON

    it (alarm) goes off if the feeder is on
    but also randomly but seems to keep toppping up
    please ease my suffering as my old tunze osmolator is looking so fine in its box.

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Replace the ATK high alarm with this

    HighH2O
    Set OFF
    If ATKHI CLOSED Then ON
    If Output ReturnName = OFF Then OFF
    Defer 005:00 Then ON

    Email replace line with
    If Output HighH2O = ON Then ON


    Sent from my SM-G965U using Tapatalk

  7. #7
    Regular Vistor
    Join Date
    Jun 2014
    Location
    Thailand
    Posts
    20
    Quote Originally Posted by zombie View Post
    Replace the ATK high alarm with this

    HighH2O
    Set OFF
    If ATKHI CLOSED Then ON
    If Output ReturnName = OFF Then OFF
    Defer 005:00 Then ON

    Email replace line with
    If Output HighH2O = ON Then ON


    Sent from my SM-G965U using Tapatalk
    Apologies, I am a little confused

    the HighH2O statement is not something I have in my code.

    Could you please put the full email alarm code in a reply with the changes in a different colour.

    I am going on holiday in 2 days and would like to test it before hand.

    Sorry for the lack of smarts here.

  8. #8
    Regular Vistor
    Join Date
    Jun 2014
    Location
    Thailand
    Posts
    20
    This is my current ATK code:

    Fallback OFFSet OFF
    If ATKLOW OPEN Then ON
    If ATKHI CLOSED Then OFF
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF

    This is my current email alarm code:
    Set OFF
    If Tmp > 28.5 Then ON
    If pH > 8.50 Then ON
    If pH < 7.70 Then ON
    If ORP < 240 Then ON
    If ORP > 470 Then ON
    If Error ATK Then ON
    If ATKHI CLOSED Then ON
    Defer 000:30 Then ON
    Defer 000:30 Then OFF

  9. #9
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    HighH2O is the name of a virtual outlet you would need to create. And the code below the name is what goes in that outlet. Only the if Output statement under email actually goes in the email alarm.

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. Question: How do you stop an email alert & text from going off every hour after triggered
    By rpattek in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 1
    Last Post: 05-09-2021, 14:17
  2. How do I stop all the alarms?
    By gobble in forum APEX Fusion
    Replies: 2
    Last Post: 09-13-2019, 18:52
  3. Email Alarms/Text Alarms
    By coloradoreefer in forum Misc Apex Usage & Programming
    Replies: 11
    Last Post: 05-11-2017, 04:12
  4. email wont stop sending emails please help
    By jrickreef in forum APEX Fusion
    Replies: 1
    Last Post: 05-23-2015, 16:44
  5. Stop email on feed cycle
    By vinnie in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 05-11-2015, 10:40

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
  •