Power cycle RODI after 6 hours

homer1475

Figuring out the hobby one coral at a time.
View Badges
Joined
Apr 24, 2018
Messages
11,677
Reaction score
18,661
Location
Way upstate NY
Rating - 0%
0   0   0
Not sure how familiar with coding you are, but if you go back to old school DOS, apex's coding is very similar to how it reads, and evaluates stacks of code.
 
OP
OP
G

Gp!

Well-Known Member
View Badges
Joined
May 19, 2017
Messages
629
Reaction score
433
Rating - 0%
0   0   0
Well I couldn't let this whoop me. I got it working with a 3 minute interval. Assume it will work the same with a 285 minute interval. But timing 285 minutes is more than I have patience for until it observably fails =P

Virtual outlet: FW_RODI_LAG
Code:
Fallback OFF
Set OFF
If Output FW_RODI = ON Then ON
Defer 003:00 Then ON
Min Time 003:00 Then OFF
Min Time 001:00 Then ON

Actual outlet: FW_RODI
Code:
Fallback OFF
Set OFF
If Output FW_VALVE = ON Then ON
If Output FW_RODI_LAG = ON Then OFF

Stopwatch timer. #1 is on, #2 is off, #3 is on, #4 is off, #5 is on, #6 is off. Wuwu! =)

Screenshot_20221117-161711_2.png
 
Back
Top