Canreef Aquatics Bulletin Board  

Go Back   Canreef Aquatics Bulletin Board > General > Product Review and Equipment Forum

Reply
 
Thread Tools Display Modes
  #1  
Old 03-15-2010, 08:15 PM
MrsBugmaster MrsBugmaster is offline
Member
 
Join Date: Oct 2009
Location: Saskatoon,SK
Posts: 45
MrsBugmaster is on a distinguished road
Default

Quote:
Originally Posted by banditpowdercoat View Post
Best Auto Feeder I found fro vacations was the Mother In law. Guaranteed to screw up! Atleast she's consistent LMAO.





Naw, I'm just jokin, she does a good job.
i just recently moved here, so unfortunely I don't have any family or close friends to help out.
Reply With Quote
  #2  
Old 04-28-2010, 10:50 PM
Coleus Coleus is offline
Member
 
Join Date: May 2009
Location: Calgary NW
Posts: 1,179
Coleus is on a distinguished road
Default

I used Rena LG100 Automatic Fish Feeder and it is awesome. The only weird thing i found is how to program it so it can feed my fish with my apex controller. I have to turn it on then off then on again so it can do a full rotation. Otherwise it just set itself to a ready position.
__________________
155 gallon bow front
Reply With Quote
  #3  
Old 06-14-2010, 07:40 PM
abcha0s's Avatar
abcha0s abcha0s is offline
Member
 
Join Date: Jan 2010
Location: Calgary
Posts: 545
abcha0s is on a distinguished road
Default

Quote:
Originally Posted by Coleus View Post
I used Rena LG100 Automatic Fish Feeder and it is awesome. The only weird thing i found is how to program it so it can feed my fish with my apex controller. I have to turn it on then off then on again so it can do a full rotation. Otherwise it just set itself to a ready position.
The big drawback with this feeder is that it doesn't allow you to program specific times for feeding. I was hoping that there would be a way to connect this to my Apex controller, as that would solve the programming challange. Can you elaborate on how this works? - Is it as simple as programming the outlet for an on/off/on/off at every feed cycle? - Does the Rena automatically initiate a feed cycle when the power is cycled?

Thanks!!

Brad
Reply With Quote
  #4  
Old 06-14-2010, 07:52 PM
Coleus Coleus is offline
Member
 
Join Date: May 2009
Location: Calgary NW
Posts: 1,179
Coleus is on a distinguished road
Default

what i do is on/off the feeder every minute. The rena can initiate a feed cycle depend on where the drum is. This is how do program mine

Fallback OFF
Set OFF
If Time 12:01 to 12:02 Then ON
If Time 12:02 to 12:03 Then OFF
If Time 12:03 to 12:04 Then ON
If Time 12:05 to 12:06 Then OFF

This allow me the feeder to rotate twice. The cool thing about this is when I travel, i have camera and i can see and feed all my fishes if i want to.

try on/off the feeder and you will see what it is doing

Last edited by Coleus; 06-14-2010 at 08:08 PM.
Reply With Quote
  #5  
Old 06-23-2010, 04:54 AM
abcha0s's Avatar
abcha0s abcha0s is offline
Member
 
Join Date: Jan 2010
Location: Calgary
Posts: 545
abcha0s is on a distinguished road
Default

Quote:
Originally Posted by Coleus View Post
what i do is on/off the feeder every minute. The rena can initiate a feed cycle depend on where the drum is. This is how do program mine

Fallback OFF
Set OFF
If Time 12:01 to 12:02 Then ON
If Time 12:02 to 12:03 Then OFF
If Time 12:03 to 12:04 Then ON
If Time 12:05 to 12:06 Then OFF

This allow me the feeder to rotate twice. The cool thing about this is when I travel, i have camera and i can see and feed all my fishes if i want to.

try on/off the feeder and you will see what it is doing
Hi Coleus

I setup my Rena autofeeder tonight, and the program above does indeed activate a feed cycle.

One feature which the Rena has is a warmer to prevent any moisture in the drum. Presumably, this warmer can only opperate when the unit is power. I modified the program such that the unit is always on and the feed cycle is initiated by an off/on/off/on.

The problem with this seems to be the default setting of 1 automatic feed cycle every 12 hours. To get around this, I taped up the day/night optical sensor and set the unit so that it doesn't feed at night. With the unit set this way and the sensor taped, it should never initiate an automatic feed cycle.

My question is whether you have any concerns with this approach (assuming I don't want any unplanned feeding events)? I wonder why you choose to keep the unit powered off except at feed time?

One somewhat obvious problem that I see is that tape isn't exactly a long term reliable solution. Another approach might be to use a suitable paint to cover the sensor? Another problem might be that the feed at night button might acidentally get pressed, but if you spot check it regularily, this shouldn't be a problem.

Just curious what your thoughts were.

Thanks

Brad
Reply With Quote
  #6  
Old 12-10-2010, 09:48 PM
Coleus Coleus is offline
Member
 
Join Date: May 2009
Location: Calgary NW
Posts: 1,179
Coleus is on a distinguished road
Default

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:
Originally Posted by abcha0s View Post
Hi Coleus

I setup my Rena autofeeder tonight, and the program above does indeed activate a feed cycle.

One feature which the Rena has is a warmer to prevent any moisture in the drum. Presumably, this warmer can only opperate when the unit is power. I modified the program such that the unit is always on and the feed cycle is initiated by an off/on/off/on.

The problem with this seems to be the default setting of 1 automatic feed cycle every 12 hours. To get around this, I taped up the day/night optical sensor and set the unit so that it doesn't feed at night. With the unit set this way and the sensor taped, it should never initiate an automatic feed cycle.

My question is whether you have any concerns with this approach (assuming I don't want any unplanned feeding events)? I wonder why you choose to keep the unit powered off except at feed time?

One somewhat obvious problem that I see is that tape isn't exactly a long term reliable solution. Another approach might be to use a suitable paint to cover the sensor? Another problem might be that the feed at night button might acidentally get pressed, but if you spot check it regularily, this shouldn't be a problem.

Just curious what your thoughts were.

Thanks

Brad

Last edited by Coleus; 12-11-2010 at 05:55 AM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 09:36 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.