Q's about programming 3 dc pumps

Do you have a question on how to do something.
Ask in here.
Post Reply
ganjero
Posts: 147
Joined: Fri Jul 05, 2013 5:29 am

Q's about programming 3 dc pumps

Post by ganjero »

I have 3 dc pumps on my system controlled by the day, Actinic, low ato ports.
I want to start using the the SineMode but I have a few questions. There are four values you must enter min speed, max speed, duration and sync/antisync.

- How would the pumps behave if I use a different value for duration with antisync? or do I have to use the same duration when using sync/antisync?

-Do I always need to use a sync or antisync? Can I make a pump independent from the other two (in my case the low ato port)?

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

Re: Q's about programming 3 dc pumps

Post by rimai »

You can run them independent :)
Although, if you are using ReefCrest, Lagoon, NTM or TSM, the pumps will use the same timer to synchronize themselves.
On your sinemode, you can use any speed duration and sync method independently.
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Q's about programming 3 dc pumps

Post by lnevo »

You just can't use the DCPump to do it.

What I would suggest is using the Custom mode for your settings and then manually set each port to the desired % by calling the function with whatever parameters you want.

You just need to put some code in to check that the mode is Cusom and then do what you want.
ganjero
Posts: 147
Joined: Fri Jul 05, 2013 5:29 am

Re: Q's about programming 3 dc pumps

Post by ganjero »

If I'm doing the Sine Mode on the lowato will the 2.55 also mutiply my 120 sec in the line below?

Code: Select all

analogWrite(lowATOPin, SineMode(30,100,120 true)*2.55);
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Q's about programming 3 dc pumps

Post by rimai »

No, it only applies to the %
Roberto.
Post Reply