Enable ATO Logging
-
javisaman
- Posts: 66
- Joined: Thu Jun 30, 2011 7:27 am
Enable ATO Logging
What's the keyword for the .inc files to enable the ATO logging with the new Reef Angel Arduino? I tried #define ENABLE_ATO_LOGGING but it doesn't seem to do anything?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
-
javisaman
- Posts: 66
- Joined: Thu Jun 30, 2011 7:27 am
Re: Enable ATO Logging
Nope. But figured it's a feature that would be useful now that I have the Reef Angel plus board.
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Enable ATO Logging
I think that feature was an implementation that was supposed to be used on the Client...
Not sure how else you would use it.
Not sure how else you would use it.
Roberto.
-
binder
- Posts: 2865
- Joined: Fri Mar 18, 2011 6:20 pm
- Location: Illinois
- Contact:
Re: Enable ATO Logging
It was added to keep track of how often your ATO was activated. The reason was if you are just updating the values to the portal or client, you could potentially "miss" when an ATO event occurred. So you could query the stored values and see when your ATO actually activated. The previous 4 ATO activations (on / off) are stored.
It wasn't used much at all. The values get stored inside internal memory locations but nothing else is done with the values. You must manually check the locations and get the values.
It wasn't used much at all. The values get stored inside internal memory locations but nothing else is done with the values. You must manually check the locations and get the values.
