RA water level sensor ATO for dummies...

Post Reply
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: RA water level sensor ATO for dummies...

Post by Sacohen »

The length of the pipe us supposedly as long as you want.
There is some code that needs changed for that. Let me look for it.
As far as putting it in a tank I think a wave maker will mess with the level.
Keeping fish out I would cap or plug the end of the pipe and either drill some small holes or cut thin slits in the pipe to allow water in but keep fish and stuff out.
Devaji108
Posts: 22
Joined: Thu Nov 21, 2013 7:53 pm
Location: Jackson, Hole WY

Re: RA water level sensor ATO for dummies...

Post by Devaji108 »

yeah I was thinking a jeabo rw4 would mess with it. :( thats a real bummer as I really like the waving back in forth. I wonder if there is a code we can make to to allow for a % increase and decrease. something like 95% to 90% but it water level falls below 90% ATO kick in?? haha but what the heck to I know I am still having trouble update my RA.

Holes or slots in the PVC pipe will not mess with the pressure sensor?
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: RA water level sensor ATO for dummies...

Post by Sacohen »

No as long a water can freely enter and exit the pipe.
You have to make sure the holes or slits don't get clogged.
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: RA water level sensor ATO for dummies...

Post by Sacohen »

This is the code for pipes longer than 15"

Line 55 of WaterLevel.cpp
Change this:

Code: Select all

	addr+=0x03; // Programmable Gain
To this:

Code: Select all

	addr+=0x01; // Programmable Gain
Devaji108
Posts: 22
Joined: Thu Nov 21, 2013 7:53 pm
Location: Jackson, Hole WY

Re: RA water level sensor ATO for dummies...

Post by Devaji108 »

ah thanks Steve once I get my WLS i'll need that for sure.
Post Reply