email test

jwfrisch

Member
Join Date
May 2007
Location
Boston MA
Posts
13
Any ideas on how I could force an email message from a Red Lion G308 unit remotley? I don't want to toggle a bit within the plc code or force an alarm that will disrupt the process. Any help would be much appreciated. Thanks.
 
Any ideas on how I could force an email message from a Red Lion G308 unit remotley? I don't want to toggle a bit within the plc code or force an alarm that will disrupt the process. Any help would be much appreciated. Thanks.

You can use an internal tag and configure an alarm in the G3 that won't affect the logic. That tag can then send an email.

There is also a SendMail function that you could attach to a button. Sendmail(1,"Test Subject Line", "Test Body Text") where 1 (or other number) is the recipient's index in the database's address book.
 

Similar Topics

Can anyone help out with this Panelview Plus Performance Email. I keep getting an "unable to activate connection "smtp-mail.outlook.com". I've...
Replies
4
Views
208
I tried the click plus PLC to send emails today but could not get it to work over my network. I need a mass alert when a temperature reaches a...
Replies
9
Views
388
can the slc500 5/05 send a email and text over Ethernet ?
Replies
3
Views
185
Trying to understand how to send email or text messages for alarms. Anyone have example code for this?
Replies
1
Views
254
I've got a program that talks raw unencoded SMTP to send emails. I've used it where the customer has a local email server so the unencoded SMTP...
Replies
0
Views
153
Back
Top Bottom