I have an ozone generator plugged into one of my EB832 ports. I currently have it programmed to turn on below 300:
Fallback OFF
Set OFF
If ORP < 300 Then ON
While the above keeps very tight control over the ORP, it causes frequent cycling of the EB832 port because it turns on at 299 and off at 300.
Ideally, I would like to reduce the number cycles of the port by providing a hysteresis like functionality. For example, I would like to turn on the port at ORP < 290 and turn if off when ORP > 310.
Any tips in how to accomplish this would be appreciated.
Fallback OFF
Set OFF
If ORP < 300 Then ON
While the above keeps very tight control over the ORP, it causes frequent cycling of the EB832 port because it turns on at 299 and off at 300.
Ideally, I would like to reduce the number cycles of the port by providing a hysteresis like functionality. For example, I would like to turn on the port at ORP < 290 and turn if off when ORP > 310.
Any tips in how to accomplish this would be appreciated.