Page 1 of 1

How do i code dosing pumps

Posted: Tue Mar 08, 2016 11:29 am
by MDB1029
I am hoping someone can help me get a code for running 2 dosing pumps.

I am wanting to run them several times a day for short equal periods. I don't have the actual specifics at this time but for an example I could manipulate with the times i will want to use could we have port 7 come on for 3 minutes every 4 hours starting at maybe midnight and port 8 running for 2 minutes every 4 hours starting at 2am?

I have been without a computer for a few months now and therefore have lost what little coding knowledge I had and am having trouble figuring out how to get this coded correctly.

Thank you for any help you can provide.

Re: How do i code dosing pumps

Posted: Tue Mar 08, 2016 11:43 am
by lnevo
Do you have the wifi adapter?

Re: How do i code dosing pumps

Posted: Tue Mar 08, 2016 1:29 pm
by MDB1029
Yes.

Re: How do i code dosing pumps

Posted: Thu Mar 10, 2016 11:09 pm
by MDB1029
Anyone able to help me out here?

Re: How do i code dosing pumps

Posted: Thu Mar 10, 2016 11:44 pm
by rimai
Try using the wizard. It can do that code for you.

Re: How do i code dosing pumps

Posted: Fri Mar 11, 2016 12:18 am
by MDB1029
Didn't realize it was able to be set up through the wizard. I feel like an idiot.

So with using internal memory,

Code: Select all

ReefAngel.DosingPumpRepeat1( Port7 );
    ReefAngel.DosingPumpRepeat2( Port8 );
I would just have to adjust how i wanted them to run from the portal, right?

Re: How do i code dosing pumps

Posted: Fri Mar 11, 2016 6:33 am
by lnevo
Yes! Sorry I didnt get back to you. I would set your settings in portal then upload your new code.

Re: How do i code dosing pumps

Posted: Fri Mar 11, 2016 10:27 am
by MDB1029
Thanks, Lee