Ok, thanks! What values does the timers hold, and what do they do?
Ok, so i could just skip the parts where you use the third dp?
Search found 12 matches
- Fri Mar 06, 2015 2:15 pm
- Forum: How do I code ...
- Topic: Inevos dosingpump code
- Replies: 7
- Views: 6333
- Fri Mar 06, 2015 12:58 pm
- Forum: How do I code ...
- Topic: Inevos dosingpump code
- Replies: 7
- Views: 6333
Re: Inevos dosingpump code
Have another question about this line: byte memDPTime[numDPumps]={ Mem_B_DP1Timer, Mem_B_DP2Timer, Mem_B_DP3Timer}; I found Mem_B_DP1Timer and Mem_B_DP2Timer in globals.h, but what about number 3? What does these memorylocations hold? In my case I'm going to use 4 dosing pumps, do i need to create c...
- Thu Mar 05, 2015 1:30 pm
- Forum: How do I code ...
- Topic: Inevos dosingpump code
- Replies: 7
- Views: 6333
Re: Inevos dosingpump code
Great, thanks a lot!
Now i understand, Mem_I_CalDP*Vol is a fixed volume that we set in the memory trough a http request? I think i get a grip now, i will adapt the code to my setup and post it here
Really awesome coding, thanks Lee
Now i understand, Mem_I_CalDP*Vol is a fixed volume that we set in the memory trough a http request? I think i get a grip now, i will adapt the code to my setup and post it here
Really awesome coding, thanks Lee
- Wed Mar 04, 2015 3:02 pm
- Forum: How do I code ...
- Topic: Inevos dosingpump code
- Replies: 7
- Views: 6333
Inevos dosingpump code
Hi! I try to figure out how Inevos dosing pump code works and how i can adapt it to my tank. Im planning to run up to a total of 8 dosing pumps, but going to start with 4 (Alk, Ca, Mg, ultramin-s). I have copy and pasted the relevant pieces of Inevos code here and added some comments of how i think ...
- Thu Feb 12, 2015 4:10 pm
- Forum: Tutorials
- Topic: Documentation
- Replies: 75
- Views: 67349
Re: Documentation
Looking good Naptalene! Thumbs up
- Tue Feb 10, 2015 3:41 pm
- Forum: How do I code ...
- Topic: Default memory values
- Replies: 5
- Views: 4656
Re: Default memory values
Thank you so much binder!
So this means that Mem_B holds a byte while Mem_I holds an int? think i start to get a grip about this now
So this means that Mem_B holds a byte while Mem_I holds an int? think i start to get a grip about this now
- Tue Feb 10, 2015 1:42 pm
- Forum: Tutorials
- Topic: Documentation
- Replies: 75
- Views: 67349
Re: Documentation
Im an normal user with some experience of programming, and Ive been spending the last two days spawning the forums for explanations how to use different functions or classes, so i think a wiki like you're talking about would be great! Just a simple thing like knowing how to use the DCPump class, and...
- Tue Feb 10, 2015 1:20 pm
- Forum: How do I code ...
- Topic: Default memory values
- Replies: 5
- Views: 4656
Re: Default memory values
Great, thanks! Very useful
Whats the difference between mbx,y and mix,y?
Is there any list of all different memory allocations somewhere?
Whats the difference between mbx,y and mix,y?
Is there any list of all different memory allocations somewhere?
- Tue Feb 10, 2015 5:57 am
- Forum: How do I code ...
- Topic: Default memory values
- Replies: 5
- Views: 4656
Default memory values
Hi! I currently don't have an wifi expansion (broken, waiting for new one). If i want to write default values for lets say the DCpump memory settings, how would i do that? In the end I'm looking for to program a custom menu that lets me change the DCpump modes and speeds directly in the RA menu Than...
- Mon Feb 09, 2015 7:11 am
- Forum: How do I code ...
- Topic: TimedPort
- Replies: 4
- Views: 3712
Re: TimedPort
Great, thank you
- Sun Feb 08, 2015 11:10 pm
- Forum: How do I code ...
- Topic: TimedPort
- Replies: 4
- Views: 3712
Re: TimedPort
Thanks for your help, but thats not the issue. I run the pump on ntm 90,10.
I think that the pump just reached its lifespan
What i really need is a function thats toggle relay 8 on for 5 minutes, then turns it off, and then on 5 minutes again and repeat.
Thanks, Jim
I think that the pump just reached its lifespan
What i really need is a function thats toggle relay 8 on for 5 minutes, then turns it off, and then on 5 minutes again and repeat.
Thanks, Jim
- Sun Feb 08, 2015 1:44 pm
- Forum: How do I code ...
- Topic: TimedPort
- Replies: 4
- Views: 3712
TimedPort
Hi!
Can someone tell me how to use the timedport function?
I have a wp25 thats not working properly without have to pull the power every 5 minutes, so i want to do a temporary fix with something like the timedport function until i get my new pumps.
Thanks
/Jim
Can someone tell me how to use the timedport function?
I have a wp25 thats not working properly without have to pull the power every 5 minutes, so i want to do a temporary fix with something like the timedport function until i get my new pumps.
Thanks
/Jim