- Joined
- Jul 27, 2018
- Messages
- 627
- Reaction score
- 317
I want my alert to go off if my High Water Float is activated. However, I do not want it to alert me if the ReturnPump is currently off (feeding my fish). Here is my current code:
Set OFF
If HWater OPEN Then ON
If FeedA 011 Then OFF
If FeedB 011 Then OFF
If FeedC 011 Then OFF
If FeedD 011 Then OFF
IF Outlet 1-ReturnPump OFF Then OFF
*Problem is as soon as the ReturnPump turns on the water is still above the high water float and the alarm still sounds. I could set a defer method here, but if I understand it correctly that will defer ALL commands. There are times I would want to be alerted immediately (not like a minute from now).
Is there any good way to program this? If not...I guess its just another HUGE flaw with the APEX system :-(.
Set OFF
If HWater OPEN Then ON
If FeedA 011 Then OFF
If FeedB 011 Then OFF
If FeedC 011 Then OFF
If FeedD 011 Then OFF
IF Outlet 1-ReturnPump OFF Then OFF
*Problem is as soon as the ReturnPump turns on the water is still above the high water float and the alarm still sounds. I could set a defer method here, but if I understand it correctly that will defer ALL commands. There are times I would want to be alerted immediately (not like a minute from now).
Is there any good way to program this? If not...I guess its just another HUGE flaw with the APEX system :-(.