PDA

View Full Version : Need programming help with doser & ph values


HndMafia
04/01/2011, 10:37 PM
How would I write a program for the outlet controlling my doser (hooked to nilsen reactor) so it checks to see if ph is too high before it activates?

Let's say if ph>8.35 I want the doser to stay off else if ph < 8.35 I want it to run for 20 sec out of every 20 minutes?

aquamanic
04/02/2011, 05:46 AM
OSC 0/:20/20:00 Then ON
If pH > 8.35 Then OFF

HndMafia
04/02/2011, 09:23 AM
Thank You....I guess I was making it too complicated

aquamanic
04/02/2011, 03:19 PM
Most times, simple is best!

HndMafia
04/02/2011, 03:38 PM
working perfect, thank you