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);