Thanks, I'll give that a shot. What does that do give it a minute break? As for the ATK If ATK_HI CLOSED Then ON. I have a crap load of netpune equipment and Im starting to lose faith. Is it because the sensors keep shifting because of the weak magnets? The ATK is new to my system, I switched from Tunze ATO.
Yes. If pH is fluctuating around that ~6.7 range this should (hopefully) reduce the amount the solenoid gets triggered. You might also want to try a "Defer 000:30 Then OFF" statement as well. I added a Neptune ATK kit to my system earlier in the summer. This is the programming I use (anything including including/after "‘«««" is just my comments for you):
Fallback OFF
Set OFF
If FeedD 000 Then OFF ««« Feed Mode D is "maintenance" mode for me, so turn ATK off
If LEAK CLOSED Then OFF ««« Added a leak detection floor sensor
If ATK_RO OPEN Then OFF ««« Added an optical sensor to the RO reservoir
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF ««« I think this is where you had the issue
When On > 006:00 Then OFF ««« This will permanently turn the ATK off if it exceeds 6 minutes
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 030:00 Then OFF
Note that I have an external 15-gallon RO reservoir that tops up an internal 7-gallon gravity-fed RO reservoir. The reason for this is so that the Neptune sensors remain in RO water, don't accumulate anything and require virtually zero maintenance.
If my reservoir ever gets really low I run the ATK manually by turning it to ON, set a timer and manually watch it to ensure it doesn't overfill. Then I switch it back to AUTO. If it runs for more than 6 minutes it will
*permanently* revert to OFF until I manually switch it back to AUTO (this is a failsafe to prevent the tank or reservoir from flooding; something the Tunze doesn't have).