Power Failure Question

jflip

New member
I am trying to get my apex to keep the skimmer/lights/top off etc off for 5 or 10 minutes after it loses power and I seem to be doing something wrong because it is not working.

Any ideas?

Here is an example of the Actinics -

Fallback OFF
Set OFF
If Power EB8_4 Off 005 Then OFF
If Power Apex Off 005 Then OFF
If Sun 300/360 Then ON
If Temp > 83.0 Then OFF
 
Try moving your 'if Sun' statement to before the 'if Power' statements.

Also, make sure you have the supplemental power option enabled if you're going to use the 'if Power Apex' statement. You'll also need a 12vdc transformer
 
Back
Top