Kalk Dosing

Post Reply
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Kalk Dosing

Post by Reefology »

Hi, wondering if someone can help with this problem. My Kalk port keeps turning on and off repeatedly several times a second when the ph fluctuates above and below the set point. wondering if I can delay port turning on to solve this problem

Code: Select all


 //kalk dosing
    if ((hour()>13 && hour()<20) || (ReefAngel.Params.PH > 845))
   {
    ReefAngel.Relay.Off( Port7); //  Kalk off 1pm - 8pm & if pH is > 8.45   
   }
   else   
   {
    ReefAngel.DosingPumpRepeat1( Port7 );
   }
Image
Post Reply