Ato timeout email alert

Related to the Portal
Post Reply
creed
Posts: 11
Joined: Thu Oct 18, 2012 3:13 am

Ato timeout email alert

Post by creed »

How do you set an ato timeout email alert?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Ato timeout email alert

Post by rimai »

Add this to your loop():

Code: Select all

  ReefAngel.CustomVar[0]=InternalMemory.read(ATO_Single_Exceed_Flag);
  ReefAngel.CustomVar[7]=255;
Then on the Portal, use C0>0 as trigger.
Roberto.
User avatar
jsclownfish
Posts: 378
Joined: Mon Oct 24, 2011 7:52 pm
Location: Saint Louis

Re: Ato timeout email alert

Post by jsclownfish »

What is the memory # location of the exceed flag? I couldn't find it anywhere.
-Jon
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Ato timeout email alert

Post by rimai »

There are 3 of them:

Code: Select all

#define ATO_Single_Exceed_Flag	  733	//747
#define ATO_Exceed_Flag			  734	//748
#define Overheat_Exceed_Flag	  735	//749
Roberto.
Post Reply