So on my system I have a high water float that protects against overflows from the ATO. It is a last resort. When that triggers it kills the ato, return pump and triggers a 24v audible alarm.
I have a AFS that is running off a virtual outlet. When the AFS triggers it does its thing and when the time is up I want the return to turn on and then the MP10s to come on about 2 minutes later after the water level is back up. But what happens now is the AFS feed is over and the audible alarm triggers because the high water float is triggered.
Here are my codes.
vFeed
Set OFF
If Time 11:00 to 11:02 Then ON
If Time 18:30 to 18:32 Then ON
Defer 005:00 Then OFF
AFS
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
If FeedC 000 Then ON
Defer 001:00 Then ON
Audible Alarm
Set OFF
If ALD1 CLOSED Then ON
If ALD2 CLOSED Then ON
If ALD3 CLOSED Then ON
If HIGHWT OPEN Then ON
If FeedA 005 Then OFF
If FeedC 005 Then OFF
If FeedD 005 Then OFF
If Output vFeed = ON Then OFF
Defer 008:00 Then OFF
I am sure I am missing something simple. I just can't figure out how to have the leak alarm off for a couple extra minutes until the return has come on and corrected the water level.
I have a AFS that is running off a virtual outlet. When the AFS triggers it does its thing and when the time is up I want the return to turn on and then the MP10s to come on about 2 minutes later after the water level is back up. But what happens now is the AFS feed is over and the audible alarm triggers because the high water float is triggered.
Here are my codes.
vFeed
Set OFF
If Time 11:00 to 11:02 Then ON
If Time 18:30 to 18:32 Then ON
Defer 005:00 Then OFF
AFS
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
If FeedC 000 Then ON
Defer 001:00 Then ON
Audible Alarm
Set OFF
If ALD1 CLOSED Then ON
If ALD2 CLOSED Then ON
If ALD3 CLOSED Then ON
If HIGHWT OPEN Then ON
If FeedA 005 Then OFF
If FeedC 005 Then OFF
If FeedD 005 Then OFF
If Output vFeed = ON Then OFF
Defer 008:00 Then OFF
I am sure I am missing something simple. I just can't figure out how to have the leak alarm off for a couple extra minutes until the return has come on and corrected the water level.