ATO to be controled by water level module

Related to the development libraries, released by Curt Binder
Post Reply
coolsilver
Posts: 20
Joined: Mon Apr 01, 2013 7:15 am

ATO to be controled by water level module

Post 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
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: ATO to be controled by water level module

Post 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);
Roberto.
coolsilver
Posts: 20
Joined: Mon Apr 01, 2013 7:15 am

Re: ATO to be controled by water level module

Post by coolsilver »

Thank you rimai
it is working fine now
Post Reply