I've started playing with the alarms on the Apex and I'll swing in here with code questions from time to time. This stuff is, for the most part beyond me. Here is what I have for an email alert for tank temps.....does it look like it will work. Tank parameters on 2 tanks.....
SndWrn_17(V)
Set OFF
If Temp < 76 Then ON
If Temp > 83 Then ON
If Tmpx5 < 75 Then ON
If Tmpx5 > 81 Then ON
EmailAlm_15
Set OFF
If Outlet SndWrn_17(V) = ON Then ON
The "(V)" signifies a Virtual Outlet
I can probably test this on my own messing with it but that would take quite a bit of time for me as well. I'm still not sure my email is set up right either....Just looking to avoid any obvious errors before I go any further. Post your codes in here too if you want...I am pretty good with the C/P.