PDA

View Full Version : ALM Help Please


intenseimage
04/24/2008, 10:34 AM
I finally have the web access working and the emails working but now I want to set the ACIII so that I am sent an email when temps are out of range

I am trying to do this while at work while connected to the ACIII

If Time > 00:00 Then ALM OFF \\ Error: Timer name not found
If Temp < 77.0 Then ALM ON \\ Error: Timer name not found
If Temp > 83.0 Then ALM ON \\ Error: Timer name not found


How can I fix that Error that I am getting?



On a side note how does this setup look?

If Time > 10:00 Then ACT ON
If Time > 22:00 Then ACT OFF
If Time > 11:00 Then HAL ON
If Time > 21:00 Then HAL OFF
If Time > 22:00 Then LED ON
If Time > 10:00 Then LED OFF
If Time > 10:00 Then FUG OFF
If Time > 22:00 Then FUG ON
If Time > 00:00 Then RET ON
If Time > 00:00 Then VOR ON
If Time > 00:00 Then SKM ON
If Time > 00:00 Then REA ON
If Time > 00:00 Then NET ON
If Temp < 77.5 Then HET ON
If Temp > 78.0 Then HET OFF
If Temp > 81.0 Then FAN ON
If Temp < 78.0 Then FAN OFF
If Temp > 83.0 Then HAL OFF
Max Change 030 M Then HAL OFF
If FeedA 000 Then RET OFF
If FeedA 000 Then VOR OFF
If FeedA 000 Then SKM OFF

PSam
04/24/2008, 10:39 AM
Set up a timer name ALM on an unused port number, like if you have DC8 that controls A01 - A08, make the ALM on A09

intenseimage
04/24/2008, 10:41 AM
OK well I have 2 DC8s

A01-08

and

B01-08

I can set the ALM to A09 are be perfectly fine?


EDIT: Worked!!!! Thanks alot

Now I just set the email notification to ALM correct?

And if I set another ALM such as If pH < XX Then ALM ON it will automatically trigger an email for that as well?

kenargo
04/24/2008, 02:04 PM
Now I just set the email notification to ALM correct?

And if I set another ALM such as If pH < XX Then ALM ON it will automatically trigger an email for that as well?


Correct