Apex: programming Ozone

Ali-F

Active Member
View Badges
Joined
May 3, 2018
Messages
108
Reaction score
47
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
798
Reaction score
343
Location
Grand Rapids, Michigan
Rating - 100%
19   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
47
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.
 

Freshwater filter only or is it? Have you ever used an HOB filter on a saltwater tank?

  • I currently use a HOB filter on my reef tank.

    Votes: 29 29.9%
  • I don’t currently use a HOB filter on my reef tank, but I have in the past.

    Votes: 17 17.5%
  • I have used a HOB on fish only or quarantine tanks, but not on the display tank.

    Votes: 25 25.8%
  • I have never used a HOB on a saltwater tank.

    Votes: 24 24.7%
  • Other.

    Votes: 2 2.1%

New Posts

Back
Top