Can someone check this code for me?

clown and friends

Active Member
View Badges
Joined
Feb 24, 2019
Messages
341
Reaction score
254
Rating - 0%
0   0   0
I am leaving for a few days and will be using a non apex auto feeder to feed the tank and want the return pump to shut off for 5 minutes after it dumps. Will this work?

Fallback ON
Set ON
If FeedA 000 Then OFF
If Time 18:12 to 18:18 Then OFF
 
I am leaving for a few days and will be using a non apex auto feeder to feed the tank and want the return pump to shut off for 5 minutes after it dumps. Will this work?

Fallback ON
Set ON
If FeedA 000 Then OFF
If Time 18:12 to 18:18 Then OFF
Replace the "If Time" line with
"Defer 005 then ON"
Works for me.
 
Negative. This...

Fallback ON
Set ON
If FeedA 000 Then OFF
Defer 005 Then ON
 
Just out of curiosity what pump are you turning back on? Make, model...?In other words does it have 0-10v capabilities/input?
 
Just out of curiosity what pump are you turning back on? Make, model...?In other words does it have 0-10v capabilities/input?
It is a rio 1700 return pump, I kill it so all the food doesn't just go out the overflow in to the floss when I feed. Normally I do this manually when I feed by just pressing "Feed A". Since I am gonna be gone a few days I am using a EHEIM to dump the food and want the return off for 6 minutes from 18:12-1818.
 
It is a rio 1700 return pump, I kill it so all the food doesn't just go out the overflow in to the floss when I feed. Normally I do this manually when I feed by just pressing "Feed A". Since I am gonna be gone a few days I am using a EHEIM to dump the food and want the return off for 6 minutes from 18:12-1818.
K then change the 'Defer' statement to
Defer 006 Then ON

Test and check back with us.
 
I am leaving for a few days and will be using a non apex auto feeder to feed the tank and want the return pump to shut off for 5 minutes after it dumps. Will this work?

Fallback ON
Set ON
If FeedA 000 Then OFF
If Time 18:12 to 18:18 Then OFF

For the situation you describe, the code in your first post will work fine.
I would not use a Defer, as there is no trigger to turn the pump off in the first place, since you won't be using the Feed command at all with the Eheim feeder.
Be sure the two clocks are synchronized.
Remember to remove that last line when you return. :)
 
For the situation you describe, the code in your first post will work fine.
I would not use a Defer, as there is no trigger to turn the pump off in the first place, since you won't be using the Feed command at all with the Eheim feeder.
Remember to remove that last line when you return. :)
Thank you for the reply! As always reef2reef saves the day, what an awesome forum!
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top