uscgbeachbum
New member
I recently moved some fish into my main tank so I updated my code for my AFS. Previously, I only set it to spin once at 6pm on M, W, and F to provide some food for my shrimp. Before the change I hadn't had any problems. I have my main pump and skimmer in sync as well to turn off my circulation and skimmer (see http://reefcentral.com/forums/showthread.php?t=2385472 for an explanation on my code to keep everything in sync).
Original Code
VirtualFeed
Set OFF
If Time 18:00 to 18:01 Then ON
If DoW S-T-T-S Then OFF
If FeedA 000 Then ON
Feeder
Set OFF
If Outlet VirtualFeed = ON Then ON
Defer 002:00 Then ON
New Code
VirtualFeed
Set OFF
If Time 18:00 to 18:01 Then ON
If FeedA 000 Then ON
Feeder
Set OFF
If Outlet VirtualFeed = ON Then ON
Defer 002:00 Then ON
Any ideas why it stopped working? I can manually run the AFS, but why won't it run with the code?
Thanks
Original Code
VirtualFeed
Set OFF
If Time 18:00 to 18:01 Then ON
If DoW S-T-T-S Then OFF
If FeedA 000 Then ON
Feeder
Set OFF
If Outlet VirtualFeed = ON Then ON
Defer 002:00 Then ON
New Code
VirtualFeed
Set OFF
If Time 18:00 to 18:01 Then ON
If FeedA 000 Then ON
Feeder
Set OFF
If Outlet VirtualFeed = ON Then ON
Defer 002:00 Then ON
Any ideas why it stopped working? I can manually run the AFS, but why won't it run with the code?
Thanks