I am trying to program the Superfeeder and make sure it's working before I go away for Christmas. I have a virtual outlet (called Auto_Feed) programmed as follows:
Set OFF
If Time 08:00 to 08:30 Then ON
If Time 13:00 to 13:30 Then ON
If Time 17:00 to 17:30 Then ON
Then for each of the skimmer, return pump and two internal pumps I have this code with the idea that pumps/skimmer go off at feeding time:
If Outlet Auto_Feed = ON Then OFF
But I can't figure out how to program the outlet for the Superfeeder. I only want it to be on for a few seconds (probably about 10 seconds) and I would like it to come on 2 minutes after Auto_Feed goes ON.
I would like all of the pumps to be off for 2 mintues and then have the fish feeder on for 10 seconds, and this would happen 3 times daily (8 am, 1 pm, and 5 pm).
I thought the oscillate command might work. For example something like this:
If Auto_Feed = ON Then OSC 002:00/000:10/027:50
But this probably doesn't work. You probably cannot combine two commands.
There's probably a better way to do this. Any simple ideas? I say "simple: as I'm new to this.
Thanks.
David
Set OFF
If Time 08:00 to 08:30 Then ON
If Time 13:00 to 13:30 Then ON
If Time 17:00 to 17:30 Then ON
Then for each of the skimmer, return pump and two internal pumps I have this code with the idea that pumps/skimmer go off at feeding time:
If Outlet Auto_Feed = ON Then OFF
But I can't figure out how to program the outlet for the Superfeeder. I only want it to be on for a few seconds (probably about 10 seconds) and I would like it to come on 2 minutes after Auto_Feed goes ON.
I would like all of the pumps to be off for 2 mintues and then have the fish feeder on for 10 seconds, and this would happen 3 times daily (8 am, 1 pm, and 5 pm).
I thought the oscillate command might work. For example something like this:
If Auto_Feed = ON Then OSC 002:00/000:10/027:50
But this probably doesn't work. You probably cannot combine two commands.
There's probably a better way to do this. Any simple ideas? I say "simple: as I'm new to this.
Thanks.
David