Email sending


wuchi

Recommended Posts

I'm assuming you are using Pro. You'll need to somehow identify when the machine is off, say a digital input or something, then you can either include that in the alarm statement:

(Temperature[0] > 100) && (MachineOn)

or put it in the onfired event as an if statement:

if (MachineOn)

beginseq(sendemail)

endif

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.