Page 1 of 1

ATO to be controled by water level module

Posted: Tue Jul 09, 2013 2:11 am
by coolsilver
Hi

I want to make my water level module to control the ATO pump.

tried with wizard but the options are to use float switches any ideas for coding this ? :?

thanks

Re: ATO to be controled by water level module

Posted: Tue Jul 09, 2013 8:18 am
by rimai
You can use the WaterLevelATO function:
http://www.easte.net/RA/html/class_reef ... f160f6a39c
Like this:

Code: Select all

ReefAngel.WaterLevelATO (Port1,60,50,54);

Re: ATO to be controled by water level module

Posted: Thu Jul 11, 2013 5:11 pm
by coolsilver
Thank you rimai
it is working fine now