Apex Plank feeder code help

MDAquatics

Well-Known Member
View Badges
Joined
Jul 15, 2023
Messages
830
Reaction score
2,618
Location
Lake Placid
Rating - 0%
0   0   0
Can anyone confirm my apex code is correct? I want to feed for 10 seconds twice a day from 8am to 4pm. I feel like I don't have it right and I want it to feed the same time everyday. Sorry, Im an Apex rookie

Fallback OFF
OSC 000:00/0:9.000000000000002/119:30 Then ON
If Time 16:01 to 8:00 Then OFF
 
Last edited:
OP
OP
MDAquatics

MDAquatics

Well-Known Member
View Badges
Joined
Jul 15, 2023
Messages
830
Reaction score
2,618
Location
Lake Placid
Rating - 0%
0   0   0
This code will feed twice a day at noon and 4 PM

Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 17:00 to 11:00 Then OFF
Thanks man! Can you give me an option for once a day for the same 10 second feeding? I appreciate it so much, just trying to make decisions.
 

edsbeaker

Grandma Has A Reef Obsession
View Badges
Joined
Dec 11, 2013
Messages
3,666
Reaction score
14,545
Location
Westfield, Indiana
Rating - 0%
0   0   0
You can keep the same OSC command, and just change the OFF time on the third line to tell the feeder when to stay off.

The above OSC command line is telling the feeder to go on for 10 seconds at midnight, 4:00, 8:00, 12:00, 16:00, and 20:00 every day. If you change line 3 to only be off during the times you don’t want it to feed, then you can control which feedings it will turn on for.

This first one will feed at12:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 13:00 to 11:00 Then OFF

This second one will feed at 4:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 17:00 to 15:00 Then OFF
 

edsbeaker

Grandma Has A Reef Obsession
View Badges
Joined
Dec 11, 2013
Messages
3,666
Reaction score
14,545
Location
Westfield, Indiana
Rating - 0%
0   0   0
Thanks man! Can you give me an option for once a day for the same 10 second feeding? I appreciate it so much, just trying to make decisions.
Thanks lady! :rolling-on-the-floor-laughing:

You can keep the same OSC command, and just change the OFF time on the third line to tell the feeder when to stay off.

The above OSC command line is telling the feeder to go on for 10 seconds at midnight, 4:00, 8:00, 12:00, 16:00, and 20:00 every day. (Every 4 hours). By changing line 3 to command it to turn off during the times you don’t want it to feed, then you can control which feedings it will turn on for.

This first one will feed at12:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 13:00 to 11:00 Then OFF

This second one will feed at 4:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 17:00 to 15:00 Then OFF
 
OP
OP
MDAquatics

MDAquatics

Well-Known Member
View Badges
Joined
Jul 15, 2023
Messages
830
Reaction score
2,618
Location
Lake Placid
Rating - 0%
0   0   0
Thanks lady! :rolling-on-the-floor-laughing:

You can keep the same OSC command, and just change the OFF time on the third line to tell the feeder when to stay off.

The above OSC command line is telling the feeder to go on for 10 seconds at midnight, 4:00, 8:00, 12:00, 16:00, and 20:00 every day. (Every 4 hours). By changing line 3 to command it to turn off during the times you don’t want it to feed, then you can control which feedings it will turn on for.

This first one will feed at12:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 13:00 to 11:00 Then OFF

This second one will feed at 4:00 only
Fallback OFF
OSC 000:00/000:10/239:50 Then ON
If Time 17:00 to 15:00 Then OFF
Thanks lady! Show me a better community anywhere I dare you.
 

TOP 10 Trending Threads

Back
Top