Results 1 to 5 of 5

Thread: ATO timeout email warning

  1. #1
    New User
    Join Date
    Oct 2013
    Location
    UK
    Posts
    9

    ATO timeout email warning

    Could someone please explain how I can setup the following message alert to, Email me when my ATO has been running for more than 45 minutes. This will allow me to manually turn off the ATO and replace the RO water when I get home.

    Also is there a way of the email message having "Water needs replacing" in there.

  2. #2
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    San Jose,CA
    Posts
    528

    ATO timeout email warning

    If you put a ‘When ‘ statement into your ATO outlet, it will shut off your ATO after the specified time.

    If you then put an ‘If Error (outlet)’ statement, you will get an email when that happens.

    Are you using an ATK or a DIY ato?


    Sent from my iPhone using Tapatalk

  3. #3
    New User
    Join Date
    Oct 2013
    Location
    UK
    Posts
    9
    This is a DIY avast ATO linked into Apex with coding as follows:

    Named "ATO"

    Fallback OFF
    Set OFF
    If ATO_SW CLOSED Then ON
    Defer 001:00 Then ON
    If ATO_SW OPEN Then OFF
    Defer 001:00 Then OFF
    If FeedA 000 Then OFF
    If Time 19:00 to 09:00 Then OFF


    "EmailAlm_I5"

    Set OFF
    If Temp < 75.9 Then ON
    If Temp > 81.0 Then ON
    If pH < 7.70 Then ON
    If pH > 8.65 Then ON

  4. #4
    New User
    Join Date
    Oct 2013
    Location
    UK
    Posts
    9
    This is a DIY avast ATO linked into Apex with coding as follows:

    Named "ATO"

    Fallback OFF
    Set OFF
    If ATO_SW CLOSED Then ON
    Defer 001:00 Then ON
    If ATO_SW OPEN Then OFF
    Defer 001:00 Then OFF
    If FeedA 000 Then OFF
    If Time 19:00 to 09:00 Then OFF

  5. #5
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    If you want it to shut down on it's own and alert you, add this to the ATO

    When On > 045:00 Then OFF

    And this to the email

    If Error ATO Then ON



    If you don't want it to shut down automatically create a VO with this code.

    ATOfail
    Set OFF
    If Outlet ATO = ON Then ON
    Defer 045:00 Then ON


    Email
    (Existing code)
    If Outlet ATOfail = ON Then ON



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

Similar Threads

  1. email warning 2 ph probes
    By ken77 in forum Networking & Internet Connectivity
    Replies: 15
    Last Post: 05-31-2015, 12:35
  2. Warning vs Alarm vs Email
    By Raul-7 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 5
    Last Post: 04-25-2015, 14:05
  3. Review My Program ATO - want warning bell, wait 5 minutes, warning ....
    By debbygoldman in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 5
    Last Post: 02-20-2015, 15:00
  4. Email Warning
    By jam583 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 2
    Last Post: 04-27-2014, 19:46
  5. Email/Alarm/Warning outlets gone.
    By HamsterNuts in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 5
    Last Post: 02-19-2014, 21:12

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
  •