Results 1 to 3 of 3

Thread: ATK Alarms with ZEOvit Reactor

  1. #1
    New User
    Join Date
    Jun 2017
    Location
    Fort Worth, TX
    Posts
    9

    ATK Alarms with ZEOvit Reactor

    I use the ATK as my auto top off, and I would like some opinions on an “issue” I’m having. I use a ZEOvit reactor that I have turn on and off in 3 hour intervals. When it turns off, the water level in the sump raises up enough to trigger the back up water level sensor, so the alarm goes off. I’d like to program the alarm so that:

    If <backup sensor> = on AND If <ZEOvit reactor> = off AND If <atk pump> = off, alarm = off

    Does this logic make sense to you? Does it seem like it is too risky? How would I actually script that logic in Fusion?

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You need a virtual outlet and I would suggest this programming approach. Adjust the defer length so that it is long enough to allow water level to settle after the return turns back on or the ZeoVit turns off.

    HighH2O
    Set OFF
    If HighSw CLOSED Then ON
    If Outlet ReturnPump = OFF Then OFF
    If Outlet ZeoVit = ON Then OFF
    Defer 005:00 Then ON

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


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

  3. #3
    New User
    Join Date
    Jun 2017
    Location
    Fort Worth, TX
    Posts
    9
    Works like a charm... thank you, friend!

Similar Threads

  1. Avast Zeovit Reactor
    By [email protected] in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 03-03-2019, 08:52
  2. Programming for ZeoVit Reactor Still Not Working....
    By Kmitch in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 08-21-2018, 16:23
  3. Program coding for on/off for Zeovit Reactor
    By Gideon1 in forum Misc Apex Usage & Programming
    Replies: 16
    Last Post: 06-26-2016, 12:15
  4. Program coding for on/off for Zeovit Reactor
    By Gideon1 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 06-19-2016, 11:57
  5. osc for zeovit reactor
    By mos90 in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 08-02-2013, 09:03

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
  •