Hawkdl2
Mad Scientist
For months I thought my system was running perfectly only to find out email alarms weren't being sent. I fixed the email set up and added an "if Time...then on" statement to turn on the email outlet each morning for 5 minutes that should send out a system check email each day. The problem is it doesn't work. I don't see the email outlet turn on in my XML Outlet log and I don't get an email. I know the alarm system otherwise works now because I've had a power failure or two and I get an email. Something must be wrong with the code. Any ideas? Is the 30 minute defer statement being applied to all statements in the list?
Set OFF
If TempDT > 83.0 Then ON
If TempDT < 76.0 Then ON
If pHmain > 08.40 Then ON
If pHmain < 07.90 Then ON
Defer 030:00 Then ON
If Outlet WaterBug = ON Then ON
If Power Apex Off 001 Then ON
If Time 09:00 to 09:05 Then ON
Set OFF
If TempDT > 83.0 Then ON
If TempDT < 76.0 Then ON
If pHmain > 08.40 Then ON
If pHmain < 07.90 Then ON
Defer 030:00 Then ON
If Outlet WaterBug = ON Then ON
If Power Apex Off 001 Then ON
If Time 09:00 to 09:05 Then ON