LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

E-mail by using labVeiw

Hi everybody

I am working on a school project. I'm going to send an e-mail by using labView. Is it possible to get a step by step information.

Is it possible to convert the e-mail into a SMS? In case how?

Mona
0 Kudos
Message 1 of 6
(3,263 Views)
Hello mona:

If your copy of LabVIEW is a Full Development System, then you have a "SMTP Send Message.vi"
With regards to sending SMS, it will depend on your hardware; probably if you have a cellphone attached you your computer, then you can create vi's that can communicate with it.

I hope this helps. Please inform me if you have further questions.
0 Kudos
Message 2 of 6
(3,256 Views)
Attached is a (v7.0) library that has worked for me.
0 Kudos
Message 3 of 6
(3,236 Views)
Hay!!!!,
Here is a better one.(LV 7.1)

ohiofudu
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 4 of 6
(3,224 Views)
hello Ohiofudo!

Thank you for the example. But I cant run it, because it misses several vi`s. (I think).

The names of the missing vi`s are:
OGIC_SMPT_initializeServer.vi
OGIC_SMPT_SendCommand.vi
OGIC_SMPT_ServerLogin.vi
OGIC_SMPT_SendData.vi

Mona
0 Kudos
Message 5 of 6
(3,199 Views)
Hi,

I would recommend that you use the examples that ships with LabVIEW 7.1, e.g the "EMail with Data.vi", or the "E-Mail Notification.vi". Both are located in C:\Programfiler\National Instruments\LabVIEW 7.1\examples\comm\smtpex.llb\. Or
The only "tricky" part is to find the name of your mail server; you can get this from your IT Administrator.

Regards,

FS
0 Kudos
Message 6 of 6
(3,161 Views)