![]() |
#10
|
||||
|
||||
![]() Just want to update how i do mine now. I found a better way of doing this for couple reason.
When we use the If time statement, it does not count second so if you have if time 20:00 to 21:00 then ON, if is actually on for 2 minutes. And i also turn my power head off during feeding so poor fish waiting for like 4 minutes before the food actually got dropped. Thus my power head does not run for 8 minutes per feeding. 4 feeding per days so that 32 minutes per day. So here is my new program, by using OSC i can do per 15 second on and off [Feeder] Fallback OFF OSC 000:00/00:15/00:15 Then ON // this will give enough ON-OFF-ON-OFF in 1 minute If Time 20:02 to 13:00 Then OFF // my first feeding start at 1 and end at 8 If Time 13:02 to 15:00 Then OFF If Time 15:02 to 18:00 Then OFF If Time 18:02 to 20:00 Then OFF [PowerHead] Fallback ON If Time 20:00 to 20:02 Then OFF If Time 13:00 to 13:02 Then OFF If Time 15:00 to 15:02 Then OFF If Time 18:00 to 18:02 Then OFF So I only lost 3 minutes per feeding instead of 8 like before which reduce 32 minutes of no water flow movement to 12 minutes. The best out of this is all my fished now don't hang on top that long and fight each other while waiting for food to drop I also had any problem with moisture in the drum because the feeder is under my light and it get very hot when my MH is on so on moisture got evaporate Quote:
Last edited by Coleus; 12-11-2010 at 05:55 AM. |
Thread Tools | |
Display Modes | |
|
|