Help please-AC3

I'm searching for my program from my computer, will be back in touch later tonight or tomorrow.

Edit - no luck here, I know I have the code at work, will send myself a reminder. (can't access controllers as we have shut our tank down due to a death in the family earlier this year).
 
Thanks for the very fast response. I appreciate your help in the matter and will check back.

Sorry for the delay. I finally got a chance to check my code that I had saved here at work. It's an older version and didn't have the info that you would want. I'll try to climb over the piles of stuff that are stored in the equipment room and get the AC3 booted up tonight so I can get in to get the code.
 
OK, here we go...Here's the code I used to control my fan to run for different intervals during the day and night. You can adapt this to do what you want for your dosing too, if you need help, let me know.

Timers:
FAN
DAY
DRK
DYF (day fan)
DKF (dark fan)

Program:
If Time > 00:00 Then FAN OFF
If Time > 08:00 Then DAY ON
If Time > 22:30 Then DAY OFF
If Timer DAY = OFF Then DRK ON
If Timer DAY = ON Then DRK OFF
OSC 005/010 ON/OFF Then DYF ON
If Timer DAY = OFF Then DYF OFF
If Timer DYF = ON Then FAN ON
OSC 005/060 ON/OFF Then DKF ON
If Timer DRK = OFF Then DKF OFF
If Timer DKF = ON Then FAN ON

Basically you set the time you want for day vs night and tell the ACTUAL timer (FAN in this case) when to turn on under each condition.

Hope this gives you some ideas, and again, let me know if you have some code and want some help getting it figured out.
 
Back
Top