LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering an email to be sent

Solved!
Go to solution

I have been searching the forum for about a week now and havnt come across an explaination for this yet..

 

I am taking readings from a strain guage. I need the VI to send an email notification when it reaches a certain value. So far I have the VI writing the data to a spreadsheet. If any additional information is needed just let me know.

 

Thank you in advance,

Blake

0 Kudos
Message 1 of 9
(4,640 Views)

Hi,

 

you can check below link to send Email using LabVIEW

 

http://decibel.ni.com/content/docs/DOC-2401

 

 

 

 

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 2 of 9
(4,638 Views)
Have you tried the email functions that come with LabVIEW?
0 Kudos
Message 3 of 9
(4,621 Views)
I have looked at the email functions, but dont see anyway to trigger it to send. I have tried to use a comparison function and have an output of true or 1... Just cant seem to figure out how to cause the output to send the email.
0 Kudos
Message 4 of 9
(4,616 Views)

Hi,

 

check the attached VI

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 5 of 9
(4,610 Views)
Solution
Accepted by topic author 06Civicsi
The comparison function will certainly work if you use it correctly. Did you place the email function inside a case statement?
0 Kudos
Message 6 of 9
(4,605 Views)
The case statement worked. Now I am tinkering with the email settings to get it to send correctly. Thank you for the help!
0 Kudos
Message 7 of 9
(4,567 Views)
The hardest part will probably be getting the name of the smtp server from your it department.
0 Kudos
Message 8 of 9
(4,563 Views)

Have to agree with the issues about getting the SMTP server from IT, having the program working perfectly from outside/internet access to going to working internally has caused a great deal of stress.

0 Kudos
Message 9 of 9
(3,930 Views)