Results 1 to 3 of 3

Thread: What to do with Low Water Optical Sensor?

  1. #1
    Regular Vistor aaronfelt's Avatar
    Join Date
    Nov 2018
    Location
    Monterey, CA
    Posts
    20

    What to do with Low Water Optical Sensor?

    I put a high and low water sensor in my sump return chamber. They both send off notifications for me; the high turns off the ATO in case it failed on and will turn off my DOS when I get that wired up. My low sensor used to turn off my COR20 return pump to save it but I had no hysteresis so it would just turn off the return, which would flood up again (no check valves, they fail) and then the pump would turn on again and lower. Now I could have just added delay, but this would just be a slower bounce loop. I was thinking perhaps I could just turn down my COR20 return pump speed. But still, left unattended, this would burn out my pump from sucking air eventually.

    Question 1: What would code look like for my sensor LoWtr?

    Question 2: Is there something smarter I could do here that would save my pump entirely?

    All of this is assuming my ATO fails for any reason to top off (a leak on the system, runs out of top off, etc)

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I would do this actually. This will run a reduced speed for up to 2 minutes and if the level is still low, it will shut the LowSumpLO VO to manual ON, which will hold the pump off until you intervene.


    LowSump
    Set OFF
    If Switchname OPEN Then ON
    Defer 000:10 Then ON
    Min Time 001:00 Then ON

    LowSumpLO
    Set OFF
    If Switchname OPEN Then ON
    Defer 002:00 Then ON
    Defer 000:10 Then OFF
    When On > 000:02 Then ON

    COR
    (Existing code)
    If OutputLowSump = ON Then X
    If Output LowSumpLO = ON Then OFF


    Email
    (Existing code)
    If Output LowSumpLO = ON Then ON

    Sent from my SM-G965U using Tapatalk

  3. #3
    Regular Vistor aaronfelt's Avatar
    Join Date
    Nov 2018
    Location
    Monterey, CA
    Posts
    20

    What to do with Low Water Optical Sensor?

    Quote Originally Posted by zombie View Post
    I would do this actually. This will run a reduced speed for up to 2 minutes and if the level is still low, it will shut the LowSumpLO VO to manual ON, which will hold the pump off until you intervene.


    LowSump
    Set OFF
    If Switchname OPEN Then ON
    Defer 000:10 Then ON
    Min Time 001:00 Then ON

    LowSumpLO
    Set OFF
    If Switchname OPEN Then ON
    Defer 002:00 Then ON
    Defer 000:10 Then OFF
    When On > 000:02 Then ON

    COR
    (Existing code)
    If OutputLowSump = ON Then X
    If Output LowSumpLO = ON Then OFF


    Email
    (Existing code)
    If Output LowSumpLO = ON Then ON

    Sent from my SM-G965U using Tapatalk
    Thanks, Zombie. I’ll try this now.

Similar Threads

  1. Help! Optical Sensor - Low level alert
    By Etienne in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 05-15-2019, 17:12
  2. Should I install the Optical sensor in water or out of water?
    By Dxpert in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 36
    Last Post: 04-30-2018, 17:07
  3. ATK incoming water sprays on low water level sensor and shuts off pump
    By linko in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 6
    Last Post: 08-09-2017, 16:45
  4. Low Level Optical Sensor on ATK not closing?
    By joro in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 6
    Last Post: 08-07-2017, 06:10

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
  •