ATO saftey code
Posted: Sun Aug 07, 2016 6:56 am
Can someone help me with this? I posted this in "How do I code?" but not getting much traffic there, I think.
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?
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