v0.9.0 Libraries
Re: v0.9.0 Libraries
Ok I am getting the update now, odd, i stripped all of the code for the expansion out and it was still doing it.
Re: v0.9.0 Libraries
Thanks, that took care of it, and it also solved a few other things that i was fighting
Re: v0.9.0 Libraries
on your last library, 0.9.6 , you add the function:
SingleATOHighExtended(byte Relay);
i add it on my .ino and i compile it right.
I must modify the ATOHighTimeout .... how can i do ?
Can i use your java ReefAngel Status changing the variable from byte to int ? for example i want 10 minutes. Can i set on the location 842 the value INT 600 ?
Thanks
Bye
SingleATOHighExtended(byte Relay);
i add it on my .ino and i compile it right.
I must modify the ATOHighTimeout .... how can i do ?
Can i use your java ReefAngel Status changing the variable from byte to int ? for example i want 10 minutes. Can i set on the location 842 the value INT 600 ?
Thanks
Bye
Re: v0.9.0 Libraries
First, I haven't made a post about the new functions and how to use them, so that's my fault.lukeluke wrote:on your last library, 0.9.6 , you add the function:
SingleATOHighExtended(byte Relay);
i add it on my .ino and i compile it right.
I must modify the ATOHighTimeout .... how can i do ?
Can i use your java ReefAngel Status changing the variable from byte to int ? for example i want 10 minutes. Can i set on the location 842 the value INT 600 ?
Second, here's your answer. You can use those functions instead of the regular ones. The extended functions use different memory locations that the standard ones. The reason is the extended ato functions use INT variables and not BYTE variables. Here's the memory locations for the new functions:
Code: Select all
Mem_I_ATOExtendedTimeout 876
Mem_I_ATOHighExtendedTimeout 878
Re: v0.9.0 Libraries
ok Curt.
thanks a lot .
you are the best
thanks a lot .
you are the best
Re: v0.9.0 Libraries
I thought I read/heard somewhere alone the way that there was an update coming to the libraries soon. Is that the case? I'm getting reading to setup the RA+, add a dosing pump, and make a few other changes, but figured I'd hold off if a library update was coming soon. Thanks!
Re: v0.9.0 Libraries
Libraries updates will always be released. We are constantly evolving the code and it is thanks to you all that make this project move forward. Some bugs can only be found in a real environment.
There is also always request for new functions and such, so don't hold off on an update or you will be holding off for a very long time as there will always be another one coming up
There is also always request for new functions and such, so don't hold off on an update or you will be holding off for a very long time as there will always be another one coming up
Roberto.
Re: v0.9.0 Libraries
Yeah, like Roberto said, there's always updates coming out. So don't hold off "playing" just because you are waiting for another update.
Re: v0.9.0 Libraries
Thanks guys. I worked up some new code and took a stab at installing the RA+ board this morning. Had some oddball stuff going on. My moonlights started to turn on and off and my leds didn't seem to be reading the internal memory settings. I ended up putting the old board back in until I have time to trouble shoot it. I'll be back with questions.
Re: v0.9.0 Libraries
Does E[0] automatically refer to the first relay expansion box or does it need reference the ID that is set up using the expansion module dip switches?rimai wrote:E[0] is for expansion relay box.
You can have E[0] through E[7] to set the ports of all other expansion boxes.
Re: v0.9.0 Libraries
I had the same issue I am guessing your moonlights are in port 5 or 6. I am going to take another stab at it this weekend. Need to get the memory updated first then push the code to it I'll let you know what happensMike S wrote:Thanks guys. I worked up some new code and took a stab at installing the RA+ board this morning. Had some oddball stuff going on. My moonlights started to turn on and off and my leds didn't seem to be reading the internal memory settings. I ended up putting the old board back in until I have time to trouble shoot it. I'll be back with questions.
Sent from my Galaxy Nexus using Tapatalk 2
Re: v0.9.0 Libraries
My moonlight are on 5 and 6 but I had uploaded it with the wrong board setting. When I uploaded it again last night with the RA+ setting they worked fine. My leds, heater and ato were not so lucky. I think my LED issue may have been due to a mh delay setting. Need to double check that.... One step at a time.