1
Support Questions / Re: Email QUESTIONS
« on: March 02, 2020, 04:01:53 PM »
Ok got this working with the Above code but the value only updates when i run a debug. When i trigger the email it sends the last values from the last start up. Fixed the error my plc was not connected.
Emailer1.MessageBody = "Current Value=" & EthernetIPforCLXCom1.Read("MyTag")
Emailer1.MessageBody = "Current Value=" & EthernetIPforCLXCom1.Read("MyTag")