Page 1 of 1

Dosometric don't work with 0.9.0

Posted: Fri Feb 24, 2012 5:13 pm
by lukeluke
I try to use:

mode 1

ReefAngel.DosingPump1(Port3);
ReefAngel.DosingPump2(Port5);

mode 2

ReefAngel.DosingPumpRepeat(Port3, 0, 360, InternalMemory.DP1Timer_read());
ReefAngel.DosingPumpRepeat(Port5, 10, 360, InternalMemory.DP2Timer_read());

mode 3

ReefAngel.DosingPump(Port3, 1, 23, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 1, 05, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 1, 11, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 1, 17, 00, InternalMemory.DP1Timer_read());

ReefAngel.DosingPump(Port5, 2, 23, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 2, 05, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 2, 11, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 2, 17, 10, InternalMemory.DP2Timer_read());

mode 4

ReefAngel.DosingPump(Port3, 23, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 05, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 11, 00, InternalMemory.DP1Timer_read());
ReefAngel.DosingPump(Port3, 17, 00, InternalMemory.DP1Timer_read());

ReefAngel.DosingPump(Port5, 23, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 05, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 11, 10, InternalMemory.DP2Timer_read());
ReefAngel.DosingPump(Port5, 17, 10, InternalMemory.DP2Timer_read());

but nothing.... the pump never start...

what can i do ?

Re: Dosometric don't work with 0.9.0

Posted: Fri Feb 24, 2012 5:25 pm
by rimai
There is a bug :(
I tried fixing it and it made it even worse.
I'll try to check on it this weekend.

Re: Dosometric don't work with 0.9.0

Posted: Fri Feb 24, 2012 11:58 pm
by lukeluke
the next time it think that is better create a post with bug list for the new version... for 2 days my balling is stopped ;-)

Re: Dosometric don't work with 0.9.0

Posted: Sat Feb 25, 2012 9:53 pm
by rimai
Please download the latest libraries using the update utility.
http://www.reefangel.com/update

Re: Dosometric don't work with 0.9.0

Posted: Sun Feb 26, 2012 2:59 pm
by lukeluke
can i update in other mode ? what do this app ?

i don't want install .net :-D

thanks

Re: Dosometric don't work with 0.9.0

Posted: Sun Feb 26, 2012 3:51 pm
by rimai
Yeah, download from website:
http://reefangel.com/Download.ashx

Re: Dosometric don't work with 0.9.0

Posted: Sun Feb 26, 2012 9:33 pm
by projectx
Once you do the library update do you need to regenerate the memory file?

Re: Dosometric don't work with 0.9.0

Posted: Sun Feb 26, 2012 10:46 pm
by rimai
Yes, it is mandatory.
You will get a "No Internal Memory" message in the screen if you don't.