Apex programming - Ozone

Neptune

CasperOe

Well-Known Member
Review score
+0 /0 /-0
View Badges
Joined
Feb 14, 2022
Messages
645
Reaction score
686
Review score
+0 /0 /-0
Location
Glasgow, United Kingdom
Rating - 0%
0   0   0
Hi Reefers :)

I want my ozone generator to be on only during the night from 01:00 - 05:00, be off if ORP is higher than 360 and finally off if the skimmer is off.

Here's my code, however it does not switch off during the day. What am I doing wrong?

Fallback OFF
If Time 01:00 to 05:00 Then ON
If ORP > 360 Then OFF
If Output SKIMMER = OFF Then OFF
If Power Apex Off 000 Then OFF

Cheers!
 
Top Shelf Aquatics

blaxsun

10K Club member
Review score
+0 /0 /-0
View Badges
Joined
Dec 15, 2020
Messages
21,340
Reaction score
25,794
Review score
+0 /0 /-0
Location
The Abyss
Rating - 0%
0   0   0
I used a virtual outlet for my setup:

vOzone (virtual)
Set OFF
If Time 01:00 to 05:00 Then ON
Defer 002:00 Then OFF

Ozone (outlet)
Fallback ON
Set OFF
If Output vOzone = ON Then ON
If Output Skimmer = OFF Then OFF
If ORP > 440 Then OFF
If ORP < 300 Then ON
Defer 000:30 Then ON
 
Neptune

Polyp polynomial: How many heads do you start with when buying zoas?

  • One head is enough to get started.

    Votes: 27 10.6%
  • 2 to 4 heads.

    Votes: 145 57.1%
  • 5 heads or more.

    Votes: 65 25.6%
  • Full colony.

    Votes: 10 3.9%
  • Other.

    Votes: 7 2.8%
Gluemasters - your best choice for CA super glue
Back
Top