Results 1 to 2 of 2

Thread: Help

  1. #1
    New User
    Join Date
    Feb 2017
    Location
    US, Central Time
    Posts
    1

    Help

    Hi I need help with write code
    Just install flow switch so I can monitor water level in ATO reservoir and want code if switch on then ATO outlet off and when switch off then outlet back on.

    This is my ATO Outlet:

    Fallback ON
    Set ON
    If Outlet ReturnPump-1 = OFF Then OFF
    If Power Apex Off 003 Then OFF
    Defer 003:00 Then ON


    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Assuming your float is oriented correctly (up is open)

    Fallback ON
    Set OFF
    If Switchname CLOSED Then ON
    If Outlet ReturnPump-1 = OFF Then OFF
    If Power Apex Off 001 Then OFF
    Defer 003:00 Then ON
    Defer 000:10 Then OFF
    Min Time 030:00 Then OFF
    When On > 005:00 Then OFF



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

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
  •