- Joined
- Dec 23, 2018
- Messages
- 88
- Reaction score
- 71
Good morning,
I purchased a motorized ball valve to control the ph by opening and closing, bypassing the scrubber. I am using the Apex 2016 and the valve is plugged in to the EB832. I don't want to wear the motor out prematurely, so I would like the ball valve to open at 8.30, and close at 8.25. This is a normally closed valve, meaning (I think) that when the power is off, the valve is closed. Here is the programming that I came up with:
Fallback OFF
Set ON
If pH > 8.30 Then ON
If pH < 8.25 Then OFF
That programming does not seem to work, as the valve is cycling like crazy according to the logs. It seems to be triggered by the last line of code. I would appreciate any help.
Thanks,
Mike
I purchased a motorized ball valve to control the ph by opening and closing, bypassing the scrubber. I am using the Apex 2016 and the valve is plugged in to the EB832. I don't want to wear the motor out prematurely, so I would like the ball valve to open at 8.30, and close at 8.25. This is a normally closed valve, meaning (I think) that when the power is off, the valve is closed. Here is the programming that I came up with:
Fallback OFF
Set ON
If pH > 8.30 Then ON
If pH < 8.25 Then OFF
That programming does not seem to work, as the valve is cycling like crazy according to the logs. It seems to be triggered by the last line of code. I would appreciate any help.
Thanks,
Mike


