05-25-2016 12:14 PM
Hi,
I have a cDaq RT target (9133) I have a simple code that writes temperature to a tdms file every 15 minutes. I want to extend this code to send me the tdms file periodically ( say weekly) as an email and also send me an email whenever the code stops running.
could someone please advise on how to go about this.
05-26-2016 01:36 AM
@Muyo wrote:Hi,
I have a cDaq RT target (9133) I have a simple code that writes temperature to a tdms file every 15 minutes. I want to extend this code to send me the tdms file periodically ( say weekly) as an email and also send me an email whenever the code stops running.
could someone please advise on how to go about this.
Hi,
You can get the example code to send email here . you can add your requirements with this to complete your tasks. get your system date and time and create vi that can send you a mail every week using the example vi.
Kudos Welcome 🙂