Page 1 of 1

ATO status color

Posted: Sun Jul 22, 2012 3:52 pm
by jsclownfish
I have my ATO in the standard configuration. When the water is at the 'normal' state, the ATO low is red as well as the ATO high. I guess I'm thinking that red means water level is below the low ATO level and would therefore be green in the 'normal' state. When the pump kicks in it would fill until the ATO high was floating and both would be green in the portal. For example....

normal state: ATO high (red) ATO low (green)
trigger state: ATO high (red) ATO low (red)
filled state: ATO high (green) ATO low (green)

I am using the TOM aqualifter and it is a slow fill. I thing the new libraries will let it work automatically, but it is slow enough now I can usually see it progress to top off the low and then the high level. (I have to manually keep the power on now as the timeout is too fast).

Am I missing something?

Thanks,
Jon

Re: ATO status color

Posted: Sun Jul 22, 2012 3:59 pm
by rimai
Are you using memory location for your timeout?
Check memory location 276. It's the location for all ATO timeout and it is int size so you ca have up to 32K seconds as timeout.

Re: ATO status color

Posted: Sun Jul 22, 2012 4:05 pm
by jsclownfish
I'm working on that now. I'm converting to the new libraries. That should solve the timing/automation issue. The colors on the ATO low seem opposite to what they should be though? :?

Re: ATO status color

Posted: Sun Jul 22, 2012 4:18 pm
by rimai
red means it is open and green means it's closed

Re: ATO status color

Posted: Mon Jul 23, 2012 6:41 am
by jsclownfish
How does the standard ATO set-up know which ATO time out to use. Do I need to chenge my code to let it know to use the int value? It looks like there are a number of ATO timer locations...

230, 240, 241, 242, 276, 278

Thanks,
Jon

Re: ATO status color

Posted: Mon Jul 23, 2012 7:41 am
by rimai
Yeah, there are several, but I deprecated them all and combined them into just one.
So, the only location being used is 276. All functions use the same location now.