hello everyone,
I am new to this site and to Apex. needing help with the coding.
I have a ATO I am using a toilet ballcock as my main control of water. have set up as well a low float switch and Neptune solenoid to shut main water off when tank full also have a Hi float switch to shut solenoid off should ballcock fail.
the problem is the solenoid is staying on and not shutting off I don't want to burn up the solenoid with it being powered all the time.
here is the code I am using.
fallback off
if ATO_Lo open then on
Set on
min time 045:00 then off
if ATO_Hi closed then off
the set on kept the ato_lo float open otherwise when water closed it the water would shut off ( I don't know if that is right code to use)
wanting a timer on this to turn solenoid off if ato_hi is not triped.
with this code the ATO is filling up when needed but solenoid is staying ON or turning to OFF (and not auto) and not coming on at all and ato going dry.
pleas help.
I am new to this site and to Apex. needing help with the coding.
I have a ATO I am using a toilet ballcock as my main control of water. have set up as well a low float switch and Neptune solenoid to shut main water off when tank full also have a Hi float switch to shut solenoid off should ballcock fail.
the problem is the solenoid is staying on and not shutting off I don't want to burn up the solenoid with it being powered all the time.
here is the code I am using.
fallback off
if ATO_Lo open then on
Set on
min time 045:00 then off
if ATO_Hi closed then off
the set on kept the ato_lo float open otherwise when water closed it the water would shut off ( I don't know if that is right code to use)
wanting a timer on this to turn solenoid off if ato_hi is not triped.
with this code the ATO is filling up when needed but solenoid is staying ON or turning to OFF (and not auto) and not coming on at all and ato going dry.
pleas help.