AFS code for every other day

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

bobyboy

Well-Known Member
View Badges
Joined
Jul 28, 2013
Messages
817
Reaction score
208
Location
Nj
Rating - 0%
0   0   0
Hi, so I want to set up a second AFS to feed once every 72 hours.

I know there is a OFF timer code but can’t seem to recall what it would be.

Could some one help me with the code to have it rotate once at 13:00 every 72 hours?
 

DaneGer21

Valuable Member
View Badges
Joined
Jun 18, 2018
Messages
2,137
Reaction score
2,885
Location
Creston, 44217
Rating - 0%
0   0   0
How about the Day Of Week code. Then limit the on time for each day/s.

Ex. Let’s say I want to feed Monday, and Thursday, then twice a day, noon and 5pm.

Fallback Off
Set Off
If time 12:00 to 12:01 then On
If time 17:00 to 17:01 then On
If DoW S - T W - F S then Off
 
Last edited:
Back
Top