radiata
New member
I've recently moved my Display Tank's wave functionality from a Neptune Apex to a CoralVue Wave Engine LE. (My age and my associated aging logic capacity have gotten me very tired of asking myself "W-T-F was I thinking when I coded a particular set of instructions".)
This leads me to ask whether or not a CoralVue Wave Engine could be programmed to stop a Flow Pump cold in its tracks? Way back (25 or 30 years) I bought a two-pump uncontrolled timer that was plugged into the electrical outlet that could automatically turn off one of the two pumps plugged into it while automatically turning on the other pump. I recollect it did so every 30 seconds.
I've used the above model with my Neptune controller. I created an Apex "Virtual Outlet", shown here as a 30 second timer (30SecTimer):
Set OFF
OSC 000:30/000:30/000:00 Then ON
I'd access a powerhead's timer with this code:
Fallback ON
Set ON
If Output 30SecTimer = OFF Then OFF
If Output 30SecTimer = ON Then ON
If Time 22:30 to 10:30 Then OFF
The reverse timer would be accessed by the opposite pump with some similar but modified code.
The last line of the above code would prevent the on/off switch from working in the evening, when the wave production should be
at its least.
Does this functionality exist in either of the two of CoralVue's Wave Engines?
Or, worse yet, did my aging brain completely bypass something I should have already seen?
TIA!
This leads me to ask whether or not a CoralVue Wave Engine could be programmed to stop a Flow Pump cold in its tracks? Way back (25 or 30 years) I bought a two-pump uncontrolled timer that was plugged into the electrical outlet that could automatically turn off one of the two pumps plugged into it while automatically turning on the other pump. I recollect it did so every 30 seconds.
I've used the above model with my Neptune controller. I created an Apex "Virtual Outlet", shown here as a 30 second timer (30SecTimer):
Set OFF
OSC 000:30/000:30/000:00 Then ON
I'd access a powerhead's timer with this code:
Fallback ON
Set ON
If Output 30SecTimer = OFF Then OFF
If Output 30SecTimer = ON Then ON
If Time 22:30 to 10:30 Then OFF
The reverse timer would be accessed by the opposite pump with some similar but modified code.
The last line of the above code would prevent the on/off switch from working in the evening, when the wave production should be
at its least.
Does this functionality exist in either of the two of CoralVue's Wave Engines?
Or, worse yet, did my aging brain completely bypass something I should have already seen?
TIA!