I have my ozone generator setup and running now for a few weeks. I noticed today that my program is not doing what I want it to do.
I want the ozone generator ON whenever my ORP is less than 375.
I want it OFF whenever my ORP is more than 375.
I want the fallback to be OFF if we lose power.
I also want it OFF during feed cycles A and B.
Here is what my program looks like now. I used the built in programming provided by the Apex wizard, and added my feed cycle commands.
Fallback OFF
If ORP > 375 Then OFF
If ORP < 360 Then ON
If FeedA 000 Then OFF
If FeedB 120 Then OFF
I'm not 100% sure what my problem is....I just discovered this problem. I was surprised to find the generator ON when the ORP was 375, since it had been OFF for the past few days when the ORP was hovering around 366.
Thanks in advance for your help.
I want the ozone generator ON whenever my ORP is less than 375.
I want it OFF whenever my ORP is more than 375.
I want the fallback to be OFF if we lose power.
I also want it OFF during feed cycles A and B.
Here is what my program looks like now. I used the built in programming provided by the Apex wizard, and added my feed cycle commands.
Fallback OFF
If ORP > 375 Then OFF
If ORP < 360 Then ON
If FeedA 000 Then OFF
If FeedB 120 Then OFF
I'm not 100% sure what my problem is....I just discovered this problem. I was surprised to find the generator ON when the ORP was 375, since it had been OFF for the past few days when the ORP was hovering around 366.
Thanks in advance for your help.