May 2, 2023 #1 Wolters_88 Well-Known Member View Badges My Tank Thread Joined Nov 4, 2019 Messages 903 Reaction score 367 Rating - 0% 0 0 0 I’m trying to get my ozone reactor to only run from 1-5am. I typed this code thinking it would work but it didn’t turn off. Any help would be appreciated.
I’m trying to get my ozone reactor to only run from 1-5am. I typed this code thinking it would work but it didn’t turn off. Any help would be appreciated.
May 5, 2023 #2 OP OP Wolters_88 Well-Known Member View Badges My Tank Thread Joined Nov 4, 2019 Messages 903 Reaction score 367 Rating - 0% 0 0 0 Nobody knows?
May 5, 2023 #3 n2585722 2500 Club Member View Badges Partner Member 2024 Excellence Award Reef Tank 365 Controller Advisor My Tank Thread Joined Jun 17, 2013 Messages 3,957 Reaction score 2,267 Location Cedar Park, Tx Rating - 0% 0 0 0 This how you could do it on the Hydros but I have no experience with Apex. I cound not get it all in one screenshot so I got 2 screenshots.
This how you could do it on the Hydros but I have no experience with Apex. I cound not get it all in one screenshot so I got 2 screenshots.
May 9, 2023 #4 All_talk Active Member View Badges Joined Oct 8, 2019 Messages 399 Reaction score 391 Location Thorp, WA Rating - 0% 0 0 0 Apex uses a 24 clock, maybe that is part of the problem. Also, the statements are evaluated top to bottom and the last true statement sets the output. I would try this... Fallback OFF Set OFF If Time 1:00 to 5:00 Then ON If ORP < 350 Then OFF If Output Skimmer = Off Then OFF
Apex uses a 24 clock, maybe that is part of the problem. Also, the statements are evaluated top to bottom and the last true statement sets the output. I would try this... Fallback OFF Set OFF If Time 1:00 to 5:00 Then ON If ORP < 350 Then OFF If Output Skimmer = Off Then OFF