How do i code dosing pumps

Do you have a question on how to do something.
Ask in here.
Post Reply
MDB1029
Posts: 178
Joined: Wed Nov 12, 2014 3:10 pm
Location: An Oklahoman in Ohio

How do i code dosing pumps

Post 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.
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: How do i code dosing pumps

Post by lnevo »

Do you have the wifi adapter?
MDB1029
Posts: 178
Joined: Wed Nov 12, 2014 3:10 pm
Location: An Oklahoman in Ohio

Re: How do i code dosing pumps

Post by MDB1029 »

Yes.
Image
MDB1029
Posts: 178
Joined: Wed Nov 12, 2014 3:10 pm
Location: An Oklahoman in Ohio

Re: How do i code dosing pumps

Post by MDB1029 »

Anyone able to help me out here?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: How do i code dosing pumps

Post by rimai »

Try using the wizard. It can do that code for you.
Roberto.
MDB1029
Posts: 178
Joined: Wed Nov 12, 2014 3:10 pm
Location: An Oklahoman in Ohio

Re: How do i code dosing pumps

Post 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?
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: How do i code dosing pumps

Post by lnevo »

Yes! Sorry I didnt get back to you. I would set your settings in portal then upload your new code.
MDB1029
Posts: 178
Joined: Wed Nov 12, 2014 3:10 pm
Location: An Oklahoman in Ohio

Re: How do i code dosing pumps

Post by MDB1029 »

Thanks, Lee
Image
Post Reply