DOS schedule adding pump defer

JustSomeGuy

Active Member
View Badges
Joined
Feb 25, 2017
Messages
180
Reaction score
86
Location
Delaware
Rating - 0%
0   0   0
So I finally have gotten to diving into my dosing program to try and increase my growth and keep things a little more solid. So instead of dosing alternating 12 hour programs between alk and calcium I made up another profile. I have alk dosing every hour on the hour for 25 minutes and cal every 30 on the hour for 25 minutes as well. I would like to add a defer time for when my return pump is off so I don't risk the 2 getting mixed. Here is my programming I am hoping I did this correctly.
I am still dialing in my dosing since I switched brands but right now with esv I am dosing 35ml and with this setup I went with a baseline 1ml each hour and 2ml during peak hours to simplify things.
I did make my schedule on Apex Fusion public under user justsumguy all are welcome to use it and tweak it.

Fallback OFF
If Output 60-RetPump = OFF Then OFF
Defer 005:00 Then ON
tdata 00:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 01:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 02:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 03:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 04:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 05:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 06:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 07:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 08:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 09:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 10:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 11:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 12:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 13:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 14:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 15:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 16:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 17:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 18:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 19:00:00,1,21,0,10,2,208,2,0,10,0,60,12,0
tdata 20:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 21:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 22:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
tdata 23:00:00,1,21,0,5,2,208,2,0,5,0,60,12,0
 

DLHDesign

Ex-Noob
View Badges
Joined
Jun 7, 2016
Messages
3,259
Reaction score
5,449
Location
Lathrop, CA
Rating - 0%
0   0   0
I have alk dosing every hour on the hour for 25 minutes and cal every 30 on the hour for 25 minutes as well.
So, to make sure this is clear, let's take a sample hour:
00:00 - start defer of CAL
00:05 - start dose of CAL
00:30 - start defer of ALK
00:35 - end dose of CAL, start dose of ALK
01:00 - end dose of ALK, start defer of CAL

If I've got that right (and I may not...) then, I'd think you would want more separation between the two. I've read that at least 10min is good, though I think most setups could use less.

In terms of the programming, I think you'll want to move the Output check to the bottom. IIRC, the last instruction wins. So if an "ON" instruction (from a tdata line) comes after the OFF of the pump line, then the ON will win and the doser will kick on. This is really only a problem if the pump is off for >25min, though...
 
OP
OP
JustSomeGuy

JustSomeGuy

Active Member
View Badges
Joined
Feb 25, 2017
Messages
180
Reaction score
86
Location
Delaware
Rating - 0%
0   0   0
hope this helps. I attached 2 screen shots of what I am trying to do.
The reason only 5 minute delay between the 2 part is because of how small the doses are when 1 or 2ml get broken up in a 25 minute period. As for the reasoning for my 5 minute defer after my main pump is on was so that any residual in my return section gets blasted into the display to dilute even more. I would hate to have it off for any period of time in between dosing on both so this is kinda my failsafe. I do like to every once in a while direct feed the corals a nice slurry so I hold off on turning the return pump back on after the power heads have turned back on.

Alk-24-7.jpg


Ca24-7.jpg
 

Bubbles, bubbles, and more bubbles: Do you keep bubble-like corals in your reef?

  • I currently have bubble-like corals in my reef.

    Votes: 0 0.0%
  • I don’t currently have bubble-like corals in my reef, but I have in the past.

    Votes: 1 100.0%
  • I don’t currently have bubble-like corals in my reef, but I plan to in the future.

    Votes: 0 0.0%
  • I don’t currently have bubble-like corals in my reef and have no plans to in the future.

    Votes: 0 0.0%
  • Other.

    Votes: 0 0.0%
Back
Top