Results 1 to 5 of 5

Thread: Water sensors and feed mode

  1. #1
    Frequent Visitor
    Join Date
    Nov 2017
    Location
    Costa Rica
    Posts
    62

    Water sensors and feed mode

    So I have an extension that connects some equipment in my sump. There is a water optical sensor in the sump that turns offs everything in case there is a water level raise. I dont want it to work like that when the feed mode is on. Is there a way to do it?

    So far the code is:

    Fallback ON
    Set OFF
    If Time 08:58 to 22:15 Then ON
    If Sensum CLOSED Then OFF
    If Sensfl CLOSED Then OFF
    If FeedA 000 Then ON

    It works like its desired but when the feed cycle A is over it will turn everything off, which is something I dont want.

    Any help is appreciated.

    Thanks in advance.

  2. #2
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    San Jose,CA
    Posts
    528
    But in a delay after Feed A is over.

    If FeedA 015 Then ON will give you. 15 Min delay before that outlet can make a change from the ON state.


    Sent from my iPhone using Tapatalk

  3. #3
    Frequent Visitor
    Join Date
    Nov 2017
    Location
    Costa Rica
    Posts
    62
    Doesn't work.... It will turn everything off a soon the feed cycle is over.

    Sent from my SM-G950F using Tapatalk

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Put a delay in the feed by using some value in place of 000. Make sure it's a minute or two longer than it takes for level to return to normal.

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

  5. #5
    Frequent Visitor
    Join Date
    Nov 2017
    Location
    Costa Rica
    Posts
    62
    Worked. Thanks!

    Sent from my SM-G950F using Tapatalk

Similar Threads

  1. Auto water change with feed mode add option?
    By ckusnierek in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 0
    Last Post: 12-21-2021, 03:53
  2. Feed Mode and High Water Alarms
    By deputydog95 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 03-24-2019, 15:18
  3. Question: Which water level sensors to use
    By prophead in forum Pre-Sales Questions
    Replies: 1
    Last Post: 08-15-2018, 09:04
  4. Review My Program Another ATO, question. Help with Alarm for high water and Feed Mode.
    By Poseidon in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 4
    Last Post: 11-09-2014, 12:36
  5. Replies: 3
    Last Post: 12-11-2013, 17:21

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
  •