Results 1 to 6 of 6

Thread: Programming for a Tunze pump

  1. #1
    New User
    Join Date
    Sep 2018
    Location
    Central
    Posts
    3

    Programming for a Tunze pump

    I want the Apex to turn my pumps on and off at regular intervals starting at 0500 and ending at 2100. I want the pump to be on for an hour, then off for 30 mins. My programming looks like this, but it isn't working"

    OSC 300:00/60:00/30:00
    If Time 2100 to 2359 Then OFF

    If I remove the 300:00 from the OSC, the program works fine, the pump just comes on at midnight, which I do not want.

  2. #2
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    San Jose,CA
    Posts
    528
    Change the last time to 04:59.


    Sent from my iPhone using Tapatalk

  3. #3
    New User
    Join Date
    Sep 2018
    Location
    Central
    Posts
    3
    Thanks!
    Do I leave the OSC as 000:00/60:00/30:00
    ?

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by bamadws56 View Post
    Thanks!
    Do I leave the OSC as 000:00/60:00/30:00
    ?
    If you do, the pump will be on at 5:00 and start the cycle being on for 30 minutes. If you want the first cycle to start running a full 60 minutes, move the 30 to the left and make the right 0.

    Sent from my SM-G965U using Tapatalk

  5. #5
    New User
    Join Date
    Sep 2018
    Location
    Central
    Posts
    3

    Need programming assistance for two pumps

    I am having trouble getting my two pumps to run the program I want. I would like both pumps off from 2100 to 0500. Then I want pump one to come on for one hour, then off for half an hour, then back on for an hour repeated throughout the day until 2100. I want pump two to do the same thing, just half an hour later starting at 0530. Current program that is not working:

    Pump 1:
    FALL BACK ON
    OSC 000:00/60:00/30:00
    IF TIME 2100 to 0459 THEN OFF

    Pump 2:
    FALL BACK ON
    OSC 030:00/60:00/30
    IF TIME 2100 to 0459 THEN OFF

    Please let me know how to fix. Thanks!!!

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Pump 1:
    Fallback ON
    OSC 030:00/060:00/000:00
    If Time 21:00 to 04:59 Then OFF

    Pump 2:
    Fallback ON
    OSC 000:00/060:00/030:00 Then ON
    If Time 21:00 to 04:59 Then OFF



    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. (2) Tunze 6215 WaveBox Programming/Pump Profile
    By tdb320reef in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 12-19-2022, 03:05
  2. Question: Tunze Pump Programming
    By bayoupr in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 3
    Last Post: 02-14-2014, 11:20
  3. Tunze Pump Programming
    By cpurvis in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 08-13-2013, 13:26
  4. Tunze pump programming (length of on & off cycle)
    By skyrye7 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 1
    Last Post: 03-08-2013, 19:09
  5. Programming single Tunze Pump
    By Reefman in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 12
    Last Post: 02-28-2013, 11:04

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
  •