AC3 Keeps E-Mailing me

tennowataru

New member
Have issue with the email alarm it keeps emailing every 30min. Even If I have no fail. It emailing every 30min cause that what I set for Re-email Delay.

Timer Names
T5A#-A01
T5D#-A02
PM1#-A03
PM2#-A04
RTN#-A05
COL#-A06
HET#-A07
SMP#-A08
ALM#-A09

Programing
If Time > 01:00 Then ALM OFF
If Time > 09:00 Then T5A ON
If Time > 21:30 Then T5A OFF
If Time > 10:00 Then T5D ON
If Time > 21:00 Then T5D OFF
If Time > 22:00 Then SMP ON
If Time > 08:30 Then SMP OFF
If Temp > 81.5 Then COL ON
If Temp < 80.5 Then COL OFF
If Temp < 79.5 Then HET ON
If Temp > 80.5 Then HET OFF
If Temp > 82.0 Then T5A OFF
Max Change 010 M Then T5A OFF
If Temp > 82.0 Then T5D OFF
Max Change 010 M Then T5D OFF
If FeedA 005 Then PM1 OFF
If FeedA 005 Then PM2 OFF
If FeedA 005 Then RTN OFF
If Temp > 82.0 Then ALM ON
If Temp < 78.5 Then ALM ON
If Power 000 Then ALM ON
If pH > 08.50 Then ALM ON
If pH < 07.00 Then ALM ON

This is what it emails me. It jsut keeps emailing the status.
Temp pH
78.2 7.88
T5A is ON Auto
T5D is ON Auto
PM1 is ON Manual
PM2 is ON Manual
RTN is ON Manual
COL is OFF Auto
HET is ON Auto
SMP is OFF Auto
ALM is OFF Manual

As of right now I have actually remove all the ALM programing and Names and it still emailing me. The only way to turn it off was to shut off the email. Auth and password. Any idea.
 
First, change this line:
If Time > 01:00 Then ALM OFF
to
If Time > 00:00 Then ALM OFF

What is the setting for Email ALM? Is it ALM or some other timer name? It should be ALM.
 
First, change this line:
If Time > 01:00 Then ALM OFF
to
If Time > 00:00 Then ALM OFF

What is the setting for Email ALM? Is it ALM or some other timer name? It should be ALM.

I have set it both ways.
Time > 01:00 Then ALM OFF
Time > 00:00 Then ALM OFF.

And timer name is ALM# won't let me just put ALM.

That not the problem right now. I have no alm setting and no Alm timer in my program yet its still e-mailing me. All I have right now is the Net setup filled out. :headwallblue:
 
ALM# on the program page is fine. The # specifies which icon to display on the controller's display (wave, box, etc.).

Russ is referring to the Email Alarm Name on the Net Setup page. It should be set to ALM. If it is set to something else, it would explain the problem.
 
Russ is referring to the Email Alarm Name on the Net Setup page. It should be set to ALM. If it is set to something else, it would explain the problem.
Yup... that's what I meant. Thanks Doug for adding that clarification.
 
Back
Top