Help with ATO safety

Do you have a question on how to do something.
Ask in here.
Post Reply
Smotz
Posts: 412
Joined: Sat Mar 30, 2013 5:02 pm
Location: CT, USA

Help with ATO safety

Post 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 
Post Reply