Dosing Code Check

Do you have a question on how to do something.
Ask in here.
Post Reply
Paul_Velasco
Posts: 127
Joined: Thu Sep 19, 2013 7:46 am
Location: Saint Cloud, FL

Dosing Code Check

Post by Paul_Velasco »

Will this work?

Two dosers:

Doser 1 = Turn on at 9:00AM and dose for 2 minutes. Repeat every 4 hours
Doser 1 = Turn on at 9:15AM and dose for 2 minutes. Repeat every 4 hours

Want to make sure I am not overdosing as this will be Amino Acid and do not want to pollute the tank.

Code: Select all

    
///Code to make Vinegar Dosing Work 4 mins
    ///02.15.16 = Changed to dosing Amino Acid every 4 hrs for 2 mins, on top of hours
    ///Start at 9:00AM
        ReefAngel.DosingPumpRepeat(Box1_Port8,540,240,120);
    ///Do not turn on Vinegar if lights are off
    ///02-15-16 = Changed to Dosing AA throughout the day
    ///    if (hour()<=8 || hour()>21) {
    ///      ReefAngel.Relay.Off(Box1_Port8);
    ///    } 
    //Code to make Magnesium Dosing Work
    ///02.15.16 = Changed to dosing Amino Acid every 4 hrs for 2 mins, on 15 of hour
    ///Start at 9:15AM
        ReefAngel.DosingPumpRepeat(Box1_Port4,555,240,120);
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Dosing Code Check

Post by lnevo »

Yes, replied on your duplicate thread.
Post Reply