Apex: programming Ozone

  • Thread starter Thread starter Ali-F
  • Start date Start date
  • Tagged users None

Ali-F

Active Member
View Badges
Joined
May 3, 2018
Messages
108
Reaction score
49
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
 
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
 
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.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top