Results 1 to 6 of 6

Thread: Pump Programming

  1. #1
    New User
    Join Date
    Nov 2017
    Location
    Berlin
    Posts
    5

    Question Pump Programming

    Hello!

    So I've just got my APEX Controller and now trying to write first command.

    I have a pump that i want to run 15mins every 12hours. It is used to flush my Zeolithe Reactor.

    But it doesn't seem to work with this Program:

    Code:
    Fallback OFF
    Set OFF
    OSC 720:00/015:00/720:00 Then ON
    If Time 07:15 to 19:00 Then OFF
    If Time 19:15 to 07:00 Then OFF
    Could you please point me in the right direction and if possible provide some explanation?

    Many thanks in advance

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,463
    This is the simplest you can get:

    Fallback Off
    Set off
    If Time 07:00 to 07:14 Then ON
    If Time 19:00 to 19:14 Then ON
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    New User
    Join Date
    Nov 2017
    Location
    Berlin
    Posts
    5
    Quote Originally Posted by RussM View Post
    This is the simplest you can get:

    Fallback Off
    Set off
    If Time 07:00 to 07:14 Then ON
    If Time 19:00 to 19:14 Then ON
    Thank you for your quick reply, but:

    Tried this now, doesn't work as it seems...

  4. #4
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    Please tell us why it isn't working. We need more information in order to help you

  5. #5
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,463
    Perhaps the most common cause for simple programming like that not to work as expected with a brand new Apex is because the Apex clock was not configured. Is the Apex time zone set correctly for your location?
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  6. #6
    New User
    Join Date
    Nov 2017
    Location
    Berlin
    Posts
    5
    Quote Originally Posted by RussM View Post
    Perhaps the most common cause for simple programming like that not to work as expected with a brand new Apex is because the Apex clock was not configured. Is the Apex time zone set correctly for your location?
    Well, thread can be closed....

    The issue was "Daylight Savings Time"

    So instead of 07:00 it started 06:00

    Anyways, Thanks for your help!

Similar Threads

  1. Help! Programming Code for Avast marine plank, Plank pump and Return pump
    By drydiver in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 03-27-2022, 07:59
  2. Question: Programming so one pump shuts off if another pump flow meter shows that flow has stopped
    By reeferandy in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 8
    Last Post: 07-23-2017, 09:40
  3. 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
  4. Stir Pump Programming
    By Crazy4Tangs in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 0
    Last Post: 10-31-2013, 05:38
  5. Pump Programming
    By yycguy in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 03-19-2013, 19:55

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
  •