Results 1 to 3 of 3

Thread: Return pump setting please check

  1. #1
    Frequent Visitor bescher's Avatar
    Join Date
    Dec 2014
    Location
    Nashotah WI
    Posts
    204

    Return pump setting please check

    Would this be good programming for my return pump
    i just concerned about the Set Statement
    and fallback thanks

    Fallback ON
    Set ON
    If FeedA 000 Then OFF
    If FeedB 015 Then OFF
    If FeedC 030 Then OFF
    If FeedD 045 Then OFF
    If SUMP6 CLOSED Then OFF
    If Floor CLOSED Then OFF
    If Cabine CLOSED Then OFF

  2. #2
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    The set defines the default state. Without set on your pump would never run as you are only telling it to be off

    the fallback tells the outlet what to do in the event of a communication loss with the main unit. On means it will run as if it is in manual on, I.e. Non of your off statements will work. Fallback off would turn off the outlet in there is no communication

  3. #3
    Frequent Visitor bescher's Avatar
    Join Date
    Dec 2014
    Location
    Nashotah WI
    Posts
    204
    Quote Originally Posted by Frogfish View Post
    The set defines the default state. Without set on your pump would never run as you are only telling it to be off

    the fallback tells the outlet what to do in the event of a communication loss with the main unit. On means it will run as if it is in manual on, I.e. Non of your off statements will work. Fallback off would turn off the outlet in there is no communication
    if Fallback was off and set was off yes I agree so then it's all fine as I thought
    thanks

Similar Threads

  1. Could Somebody check my Kalk Pump Coding
    By wrasse-cal in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 01-27-2020, 19:02
  2. Question: Setting up return pump but keeps coming up under advanced
    By brewdog in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 7
    Last Post: 04-12-2018, 08:56
  3. Question: Return ORP setting to default
    By Garron in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 4
    Last Post: 01-31-2017, 10:21
  4. Help Programming a Vacuum/Lift Pump to Return Pump With Apex
    By Holder1632 in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 05-01-2016, 19:48
  5. Best code for simple float switch to return off return pump?
    By ps2cho in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 08-28-2014, 12:16

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
  •