Alarm notification ??

elahav

New member
Is it possible to set the Alarm notification email messages, for the Switches ,to Change from : "œIf Swith A1 CLOSED Then ON" To: "œHigh_Water _Sump" IS ON" (this are just examples"¦..)
 
Not directly but remember that the controller will always tell you the alarm condition. So, if you create a virtual outlet called 'high_water_sump' and in that outlet test for switch A1 being closed and if so, turn the outlet 'high_water_sump' ON, you can then test in your email for that virtual outlet being ON. The alarm email will then tell you that outlet 'high_water_sump' was ON.

Note, you may have to abbreviate that outlet name to < 12 char. Try it and see.
 
If you are asking if it is possible to change the content of the email the answer is not but if this is an Apex then you can have the switched on a virtual outlet and use the virtual outlet to trigger the email like this:

Outlet name: SumpHigh

If Switchx8_3 OPEN Then OFF
If Switchx8_3 CLOSED Then ON

Then in the email say:

If Outlet SumpHigh = ON Then ON


I think this will get you what you are looking for...
 
Follow the info, I set 6 switches, (as virtual outlet ) and everything works good.
I have in the “status page” 6 outlet and 6 virtual outlet (that I don’t need to see)
+ all the other programs.
Can it be “unseen” in the Status Page” ? I know that I can set the individual pages, but I like to have it all as 1 page. ???
 
You can't change the "All" page; only the other pages can be configured.
 
Back
Top