Fallback OFF
Set OFF
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF
If ATO_LO OPEN Then OFF
When On > 001:30 Then OFF
Defer 000:20 Then ON
Defer 000:10 Then OFF
Min Time 060:00 Then OFF
So that’s my current ATK lines. Is it possible to set the ATK_HI portion with time? So it only activates that line after a set amount of time, like if ATK_HI is CLOSED for more than 10 seconds then it will turn OFF instead of immediately?
If ATK_HI CLOSED > 000:020 Then OFF
Is that a thing? My issue is the optical sensors are right below the float valve so when it fills the water basically runs down onto the optical sensors and sometimes triggers the ATK_HI sensor. If not possible I guess I can probably readjust some things.
Set OFF
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF
If ATO_LO OPEN Then OFF
When On > 001:30 Then OFF
Defer 000:20 Then ON
Defer 000:10 Then OFF
Min Time 060:00 Then OFF
So that’s my current ATK lines. Is it possible to set the ATK_HI portion with time? So it only activates that line after a set amount of time, like if ATK_HI is CLOSED for more than 10 seconds then it will turn OFF instead of immediately?
If ATK_HI CLOSED > 000:020 Then OFF
Is that a thing? My issue is the optical sensors are right below the float valve so when it fills the water basically runs down onto the optical sensors and sometimes triggers the ATK_HI sensor. If not possible I guess I can probably readjust some things.