Results 1 to 3 of 3

Thread: Delay OFF after an Optical sensor is closed

  1. #1
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    Boston, Massachusetts
    Posts
    125

    Delay OFF after an Optical sensor is closed

    Hi for my Water station I have a virtual outlet called StartFill with two optical level sensors. It is programmed as follows-

    If Lo_ATO OPEN Then ON
    If HI_ATO CLOSED Then OFF

    I am not sure if adding a Defer 001:00 Then OFF after the above two lines will do what I want. I would like the Fill to continue for 1 more minute after the water reaches the sensor and closes it. By doing so my RODI Solenoid that is programed as:

    Set OFF
    If Output StartFill = ON Then ON

    Would stay on 1 extra minute and allow me to turn on my membrane flush solenoid to flush for 1 minute after the water production has completed.

    I hope this makes sense.

    Thanks

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Add defer 1:00 Then OFF to the RODI

    Create another VO

    EndFlush
    Set OFF
    If Output RODI = ON Then ON
    If Output StartFill = ON Then OFF

    Add

    If Output EndFlush = ON Then ON

    To the end of your flush solenoid code.

    Sent from my SM-G965U using Tapatalk

  3. #3
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    Boston, Massachusetts
    Posts
    125
    awesome thanks!

Similar Threads

  1. Help! ATO Hi Optical Sensor in constant closed
    By lordnikon in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 17
    Last Post: 07-13-2020, 10:39
  2. Question: Quick Q - can we rename optical sensor output from "open/closed" to "wet/dry"?
    By BTBarney in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 3
    Last Post: 07-07-2020, 16:49
  3. Review My Program Alarm when optical sensor is closed
    By ChandlerAz in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 06-30-2020, 08:20
  4. Help! Optical sensor showing OPEN when actually CLOSED
    By ShinerMaginer in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 7
    Last Post: 06-26-2018, 17:03
  5. High optical sensor remains "Closed"
    By andyvu2508 in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 10
    Last Post: 04-26-2018, 20:45

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
  •