Page 1 of 1

Dosing command timing.

Posted: Tue Apr 11, 2017 10:04 am
by benjy1234
Simple question. Im using the dosing code to run a swabbie and avast vibe auto zeovit reactor. The swabbie comes on every three hours and the reactor goes twice a day. My question is when do these come on? Say i have the code:

ReefAngel.DosingPumpRepeat( Port7,0,720,60 );

This will run the reactor every 12 hours for 60 seconds. Will it then come on at midnight and midday? Basically does the dosing 'schedule' start at midnight each day?

Re: Dosing command timing.

Posted: Tue Apr 11, 2017 10:07 am
by rimai
Correct.
Midnight is the start of every cycle each day.

Re: Dosing command timing.

Posted: Tue Apr 11, 2017 11:10 am
by benjy1234
Perfect! Thank You!