apex programming help needed

Neptune

David Cher

Well-Known Member
Review score
+0 /0 /-0
View Badges
Joined
Feb 8, 2016
Messages
812
Reaction score
141
Review score
+0 /0 /-0
Rating - 0%
0   0   0
no idea why the plug stay on for this program :

VOzoneOn
Set OFF
If Time 07:00 to 20:59 Then OFF
If ORP > 370 Then OFF
If ORP < 300 Then ON

ozone

Fallback OFF
Set OFF
If Output VOzoneOn = ON Then ON
If ORP > 390 Then OFF
If Output Skimmer = OFF Then OFF
If Output ReturnPump = OFF Then OFF
 
www.dinkinsaquaticgardens.com

csturgis1989

Active Member
Review score
+0 /0 /-0
View Badges
Joined
Oct 11, 2021
Messages
105
Reaction score
77
Review score
+0 /0 /-0
Location
Sturbridge
Rating - 0%
0   0   0
Here are the settings I have for my ozone generator plugged into the power bar. I don’t have a virtual outlet setup for ozone.


Fallback OFF
If ORP > 360 Then OFF
If ORP < 320 Then ON
If Output Skimmer = OFF Then OFF
If Power Apex Off 000 Then OFF
 

Sean Clark

7500 Club Member
Review score
+0 /0 /-0
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,445
Review score
+0 /0 /-0
Location
Michigan
Rating - 0%
0   0   0
It looks like it is the location of your timer that is causing the issue.

Apex will use the last true statement so for your virtual outlet
VOzoneOn
Set OFF
If Time 07:00 to 20:59 Then OFF
If ORP > 370 Then OFF
If ORP < 300 Then ON
The outlet will turn on if your orp is less than 300

Try it like this:
VOzoneOn
Set OFF
If ORP < 300 Then ON
If ORP > 370 Then OFF
If Time 07:00 to 20:59 Then OFF


The virtual outlet is unnecessary to apply those restrictions. You can add all of these into your regular ozone outlet.
 
Corals.com
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%
Back
Top