I have my controller up and running and can control evevrything, except feed cycle from my web browser or auqanotes. I have a bare bones program written at this time to control everything, that I plan on modifying as I go. Can someone please look at this and tell me why I am not able to get the feed cycle to work?
LT1$-A01 Halides
LT2$-B01 VHO's
LT4$-B04 Refugium lights
LT5$-B05 Moon lights
LT6$-B08 Under cabinet work light on a door switch/powered on always
PM1$-A03 Main pump
PM3$-A07 Skimmer pump
PM4$-A08 Air pump for skimmer
If Time > 13:30 Then LT1 ON
If Time > 20:30 Then LT1 OFF
If Time > 09:30 Then LT2 ON
If Time > 23:30 Then LT2 OFF
If Time > 10:00 Then LT4 OFF
If Time > 23:30 Then LT4 ON
If Time > 10:00 Then LT5 OFF
If Time > 23:30 Then LT5 ON
If Temp > 82.0 Then LT1 OFF
If Temp > 83.0 Then LT2 OFF
If Time > 00:00 Then LT6 ON
If Time > 00:00 Then PM1 ON
If Time > 00:00 Then PM3 ON
If Time > 00:00 Then PM4 ON
If FeedA 000 Then PM1 OFF
If FeedA 003 Then PM3 OFF
I am in the process of rewiring my lighting, my fans are all hard wired with the lights, so I am splitting them off so I can have a temperature based event to turn them on.
Also, I have a chiller in the system that is thermostatically controlled.
Any thoughts on why the feed cycle may not be working?
LT1$-A01 Halides
LT2$-B01 VHO's
LT4$-B04 Refugium lights
LT5$-B05 Moon lights
LT6$-B08 Under cabinet work light on a door switch/powered on always
PM1$-A03 Main pump
PM3$-A07 Skimmer pump
PM4$-A08 Air pump for skimmer
If Time > 13:30 Then LT1 ON
If Time > 20:30 Then LT1 OFF
If Time > 09:30 Then LT2 ON
If Time > 23:30 Then LT2 OFF
If Time > 10:00 Then LT4 OFF
If Time > 23:30 Then LT4 ON
If Time > 10:00 Then LT5 OFF
If Time > 23:30 Then LT5 ON
If Temp > 82.0 Then LT1 OFF
If Temp > 83.0 Then LT2 OFF
If Time > 00:00 Then LT6 ON
If Time > 00:00 Then PM1 ON
If Time > 00:00 Then PM3 ON
If Time > 00:00 Then PM4 ON
If FeedA 000 Then PM1 OFF
If FeedA 003 Then PM3 OFF
I am in the process of rewiring my lighting, my fans are all hard wired with the lights, so I am splitting them off so I can have a temperature based event to turn them on.
Also, I have a chiller in the system that is thermostatically controlled.
Any thoughts on why the feed cycle may not be working?