Page 1 of 1

Help with ATO safety

Posted: Sun Jul 31, 2016 4:43 pm
by Smotz
'Lo all.

I use the below code to override my ATO port if the water level is too high.

How can I get this to ignore feeding and water change mode? Not just during but for a few seconds after also so the water level stabilizes?

Code: Select all

// just to be safe if the water level gets to 135 or greater, OVERRIDE the topoff.
   if ( ReefAngel.WaterLevel.GetLevel(1) >= 145 ) ReefAngel.Relay.Override (Topoff,0);
// End Main Top Off