- Messages
- 228
- Reaction score
- 0
I have a transformer connected to Outlet 7 on my EB8. The transformer in turn is connected to a buzzer. About every 10 minutes, the buzzer goes off for a second. Essentially, that means that power is being fed to Outlet 7. The problem is that no event change qualified for that outlet to be powered on. If there was a legitimate event based on the coding, then the buzzer would have gone off for a much longer duration. Below is the code associated with the Outlet in question:
Fallback OFF
Set OFF
If Outlet DoorAlarm1 = ON Then ON
If Outlet DoorAlarm1 = OFF Then OFF
If Outlet Flood_Pump = OFF Then ON
If Outlet Flood_Sump = OFF Then ON
So, how do I stop these short bursts of power to Outlet 7 when the conditions are not met?
Thanks.....
Fallback OFF
Set OFF
If Outlet DoorAlarm1 = ON Then ON
If Outlet DoorAlarm1 = OFF Then OFF
If Outlet Flood_Pump = OFF Then ON
If Outlet Flood_Sump = OFF Then ON
So, how do I stop these short bursts of power to Outlet 7 when the conditions are not met?
Thanks.....