Programming Powerheads on alternating flow?

D&KSac

Premium Member
I know one of you has done this where you have programmed your powerheads using your AC. The Tunze's I just picked up dont work with a multicontroller so I wanted to set them up with my AC to alternate the flow. If any of you know how to program this in lmk please I dont know how to do it and need to be walked through.

Thanks
 
I prefer this method:

1) create 2 timers; 1 for each pump and assign them to DCx ports.

2) Program as follows:

OSC 010/010 ON/OFF Then PM1 OFF
If Timer PM1 = OFF Then PM2 ON
If Timer PM1 = ON Then PM2 OFF

I prefer this over using 2 OSC statements because it is possible for the OSC commands to get out of sync and the above will guarantee 1 pump oscillation.

The above cycles 10 minutes on, 10 minutes off.

Hope this helps.
 
Back
Top