Dosometric don't work with 0.9.0

Related to the development libraries, released by Curt Binder
Post Reply
lukeluke
Posts: 88
Joined: Mon Apr 04, 2011 4:12 am
Location: Rome, Italy

Dosometric don't work with 0.9.0

Post 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 ?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Dosometric don't work with 0.9.0

Post 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.
Roberto.
lukeluke
Posts: 88
Joined: Mon Apr 04, 2011 4:12 am
Location: Rome, Italy

Re: Dosometric don't work with 0.9.0

Post 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 ;-)
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Dosometric don't work with 0.9.0

Post by rimai »

Please download the latest libraries using the update utility.
http://www.reefangel.com/update
Roberto.
lukeluke
Posts: 88
Joined: Mon Apr 04, 2011 4:12 am
Location: Rome, Italy

Re: Dosometric don't work with 0.9.0

Post by lukeluke »

can i update in other mode ? what do this app ?

i don't want install .net :-D

thanks
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Dosometric don't work with 0.9.0

Post by rimai »

Yeah, download from website:
http://reefangel.com/Download.ashx
Roberto.
projectx
Posts: 120
Joined: Sat Apr 23, 2011 6:53 pm

Re: Dosometric don't work with 0.9.0

Post by projectx »

Once you do the library update do you need to regenerate the memory file?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Dosometric don't work with 0.9.0

Post by rimai »

Yes, it is mandatory.
You will get a "No Internal Memory" message in the screen if you don't.
Roberto.
Post Reply