Apex: programming Ozone

Ali-F

Active Member
View Badges
Joined
May 3, 2018
Messages
108
Reaction score
46
Location
UAE - AbuDhabi
Rating - 0%
0   0   0
Hi,

Can someone look into the codes I wrote below? I need to control the ozone as per 3 conditions:-

1- From 1.30 am to 4 am
2- when the Skimmer is switched off, the Ozonetor should be off
3- target ORP between 350 to 400

What is happening now is that the Ozonetor is working outside the timeframe and ORP target.

Thanks in advance.

* This is my virtual Output code:

Fallback OFF
Set OFF
If Time 01:30 to 04:00 Then ON


* This is my Ozone Output code:

Fallback OFF
Set OFF
If Output VR_OZONE = ON Then ON
If Output VR_OZONE = OFF Then OFF
If Output 220-4_Skimme = OFF Then OFF
If Output 220-4_Skimme = ON Then ON
If ORP < 350 Then ON
If ORP > 400 Then OFF
 

Jason_MrFrags

Well-Known Member
View Badges
Joined
Jun 8, 2017
Messages
785
Reaction score
333
Location
Grand Rapids, Michigan
Rating - 100%
17   0   0
I would set on. Then use everything else to turn off

Fallback OFF
Set ON
If Time 04:01 to 01:30 then OFF
If Output 220-4_Skimme = OFF Then OFF
If ORP > 400 Then OFF

As you have it the only thing that matters is the ORP
 
OP
OP
Ali-F

Ali-F

Active Member
View Badges
Joined
May 3, 2018
Messages
108
Reaction score
46
Location
UAE - AbuDhabi
Rating - 0%
0   0   0
I would set on. Then use everything else to turn off

Fallback OFF
Set ON
If Time 04:01 to 01:30 then OFF
If Output 220-4_Skimme = OFF Then OFF
If ORP > 400 Then OFF

As you have it the only thing that matters is the ORP
Thanks man. it is working perfectly.
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 47 16.7%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 18 6.4%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 1 0.4%
  • I wear reef gear primarily to relax where I live.

    Votes: 35 12.5%
  • I don’t wear gear from reef brands.

    Votes: 161 57.3%
  • Other.

    Votes: 19 6.8%
Back
Top