Hi All,
This is the first time programming switches with a B/O box while also using the OSC command. Would some of you experts take a look and point out any potential problems? It appears to be working correctly based on testing, but have not yet committed to this pushing water...yet.
This is what I'm trying to do: I want the Apex to limit the topoff process to 4 minutes an hour at most, but also take into account a high and low float switches in my sump. When the low switch is ON, it should top off. If for some reason that switch remains on, and the high switch turns on, it should kill the topoff process. Also I don't want it to run between the hours of 5-8 while my auto water change is running.
Please let em know if you see any issues here. Thanks in Advance!
**Top OFF**
Fallback OFF
Set OFF
OSC 000:00/004:00/056:00 Then ON
If Outlet TopOffLow_A1 = OFF Then OFF
If Outlet TopOffHigh_A = ON Then OFF
If Time 17:00 to 20:00 Then OFF
**TopOffLow_A1**
Set OFF
If Switch1 CLOSED Then ON
**TopOffHigh_A**
Set OFF
If Switch2 CLOSED Then ON
This is the first time programming switches with a B/O box while also using the OSC command. Would some of you experts take a look and point out any potential problems? It appears to be working correctly based on testing, but have not yet committed to this pushing water...yet.
This is what I'm trying to do: I want the Apex to limit the topoff process to 4 minutes an hour at most, but also take into account a high and low float switches in my sump. When the low switch is ON, it should top off. If for some reason that switch remains on, and the high switch turns on, it should kill the topoff process. Also I don't want it to run between the hours of 5-8 while my auto water change is running.
Please let em know if you see any issues here. Thanks in Advance!
**Top OFF**
Fallback OFF
Set OFF
OSC 000:00/004:00/056:00 Then ON
If Outlet TopOffLow_A1 = OFF Then OFF
If Outlet TopOffHigh_A = ON Then OFF
If Time 17:00 to 20:00 Then OFF
**TopOffLow_A1**
Set OFF
If Switch1 CLOSED Then ON
**TopOffHigh_A**
Set OFF
If Switch2 CLOSED Then ON