I'm getting this e-mail alarm triggering but everything seems to be working properly. Anyone know why this statement would be on if the system is working or am I missing something?
I had this issue as well. It seems the display will reboot occasionally and would send me this alert. I since switched to
if power eb_3 off 000 then on
So if loose power will still get email but not everytime display reboots.
Why wouldn't you want to know if your Apex is experiencing power blips or spurious reboots? Seems like an important thing to me...
So I won my bet?Russ, your the best! Thanks!
Happy 4th!
Chris and Leyton... you have a misconception about the time value in If Power statements... it is not a defer-type action; it works just like the time value in Feed statements.... it keeps the outlet on for the specified time value after the triggering condition is cleared.
This is why If Power Apex OFF 000 Then ON doesn't work to trigger an email in a basic Apex system. The Apex has no power when it loses power, so it can't send the email. Once power is restored and the Apex is back online, there is no power loss, so the Apex doesn't know to send an email. If Power Apex OFF 001 Then ON, however, will make the email outlet stay on for one minute after a reboot/power return, long enough to get that alert sent out, letting you know that there was a power loss or other cause of the Apex rebooting.
So I won my bet?
If you have only one EB8, then If Power Apex is the appropriate one to use. If Power EB8 is of most value when you have multiple EBs.
If you got emails frequently when using If Power Apex, then something is wrong, either with power stability or with the Apex, or with the Power Monitor setting being set incorrectly for your system configuration.
I'm assuming that the email was triggered by the line If Power Apex Off 003 Then ON?Mpfaff77 said:I just change apex power statement to 003 and still getting email alerts.
Yes. Power Monitor: Enabled merely changes the way power monitoring works for use in certain system configurations. Having that option disabled does not disable the basic power monitoring capability. The majority of Apex owners should have Power Monitor disabled.So if I disable the power monitor can I still receive email alert if lost power to tank room?