Help setting up Apex program for Avast Plank feeder

Neptune

polyppal

2500 Club Member
Review score
+1 /0 /-0
View Badges
Joined
Feb 16, 2018
Messages
3,151
Reaction score
6,177
Review score
+1 /0 /-0
Location
Denver
Rating - 0%
0   0   0
Nothing hurts my head more than trying to program an Apex manually ;Dead

I have a new Apex plank feeder that has to be setup on a timer. The idea is to have a small portion introduced several times throughout the day.

Ideally, I would like to program it to:
  • Turn on for a very short period (10 seconds)
  • 5 times a day (at 10am, 12p, 2p, 4p, 6p
  • Repeat indefinitely
Can one of the apex experts help me out with the code to make this happen?

Thanks!
 
Top Shelf Aquatics

SuncrestReef

That Apex guy
Review score
+0 /0 /-0
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,144
Review score
+0 /0 /-0
Location
Oregon
Rating - 0%
0   0   0
This can be done with a combination of the OSC command to produce a repeating cycle of 10 seconds On every 2 hours, then an If Time command to disable that cycle between 6:01 pm through 9:59 am:

Fallback OFF
OSC 000:00/000:10/119:50 Then ON
If TIme 18:01 to 09:59 Then OFF

You can enable the Log checkbox on that output so it will create a log entry every time it runs. This will allow you to review the Output Log to ensure it's doing what you intend.

See my tutorial on Apex Timers for more details on OSC and If Time:
 
OP
OP
polyppal

polyppal

2500 Club Member
Review score
+1 /0 /-0
View Badges
Joined
Feb 16, 2018
Messages
3,151
Reaction score
6,177
Review score
+1 /0 /-0
Location
Denver
Rating - 0%
0   0   0
This can be done with a combination of the OSC command to produce a repeating cycle of 10 seconds On every 2 hours, then an If Time command to disable that cycle between 6:01 pm through 9:59 am:

Fallback OFF
OSC 000:00/000:10/119:50 Then ON
If TIme 18:01 to 09:59 Then OFF

You can enable the Log checkbox on that output so it will create a log entry every time it runs. This will allow you to review the Output Log to ensure it's doing what you intend.

See my tutorial on Apex Timers for more details on OSC and If Time:
@SuncrestReef to the rescue again, thank you!
 

ChrisQ0904

Valuable Member
Review score
+1 /0 /-0
View Badges
Joined
Dec 8, 2013
Messages
1,145
Reaction score
574
Review score
+1 /0 /-0
Location
Florida
Rating - 0%
0   0   0
This can be done with a combination of the OSC command to produce a repeating cycle of 10 seconds On every 2 hours, then an If Time command to disable that cycle between 6:01 pm through 9:59 am:

Fallback OFF
OSC 000:00/000:10/119:50 Then ON
If TIme 18:01 to 09:59 Then OFF

You can enable the Log checkbox on that output so it will create a log entry every time it runs. This will allow you to review the Output Log to ensure it's doing what you intend.

See my tutorial on Apex Timers for more details on OSC and If Time:
Will be using this programing as well, thanks for helping!
 
Neptune

Polyp polynomial: How many heads do you start with when buying zoas?

  • One head is enough to get started.

    Votes: 27 10.6%
  • 2 to 4 heads.

    Votes: 145 57.1%
  • 5 heads or more.

    Votes: 65 25.6%
  • Full colony.

    Votes: 10 3.9%
  • Other.

    Votes: 7 2.8%
Innovative Marine - Made to Order
Back
Top