This might be a newbie question or already brought up, but is there anyway to change the dosing pump schedule in the Wizard from minutes and seconds to hours and minutes? I'd like to be able to dose my ALK every 3ish hours, but that conflicts with the seconds the pump is turned on utilizing the Wizard (it maximum seconds on is 244 seconds I believe). Btw, my dosing pumps are 1.1mL per minute. Thanks
Country Boy using tapatalk on his EVO
Dosing schedule
Re: Dosing schedule
TTT
Country Boy using tapatalk on his EVO
Country Boy using tapatalk on his EVO
Dosing schedule
I guess not through the wizard, but you could do whatever you want in custom code. What are you looking for specifically?
Re: Dosing schedule
Mainly looking to set the dosers to dose x amount every 3 hours (right now would be 7 minutes every 3rd hour would be great). I intend this smallish amount to increase over time as my corals and clams grow in a 240.lnevo wrote:I guess not through the wizard, but you could do whatever you want in custom code. What are you looking for specifically?
Country Boy using tapatalk on his EVO
Re: Dosing schedule
You can use this:
Or use the Wizard
Code: Select all
ReefAngel.DosingPumpRepeat( Port1,0,180,420 );
Roberto.