LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending GMAIL with Labview Windows 10

Hi,

 

I used this vi to send email using labview.

https://decibel.ni.com/content/docs/DOC-2401#/?page=3

 

It works on windows 7, but not on windows 10. 

 

These are the error message. 

constructore note: Node not supported in current target.

Wire: type not supported in current target

 

Please advise.

Thank you

0 Kudos
Message 1 of 6
(3,517 Views)

Which labview version you are using in Win 7 and Win 10?

follow these steps in the link : http://zone.ni.com/reference/en-XX/help/371361M-01/lvhowto/send_email_from_vi/

and this link : http://forums.ni.com/t5/LabVIEW/Send-email-on-labview-using-the-Gmail-Server-TLS/td-p/474461

-Post your vi/snippet along with error screenshot.

Thanks
uday
0 Kudos
Message 2 of 6
(3,493 Views)

Hi Udka,

 

I have LabView 2015 Service pack 1. Version 15.0.1f1 (32 bit).

 

I attached the VI.

 

Thank you

 

0 Kudos
Message 3 of 6
(3,468 Views)

 

@havevun wrote:

These are the error message. 

constructore note: Node not supported in current target.

Wire: type not supported in current target


Are you trying to run the VI on an RT or FPGA target? The fact it says 'not supported in current target' makes me think you are. The VI uses .NET which isn't supported on anything other than Windows OS. Your desktop OS might be Windows 10, but do you have the VI under an RT/FPGA target in the project?


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 6
(3,454 Views)

Hi Sam,

The project is running on RT.

I am not sure what happened, but it did not give me the error message anymore.

I modified the example from labview of sending email using SMTP (Send Email using SMTP Client.vi).

When I run the example from labview, it works.

The modified VI (Gmailtest.vi), it does not work. Not sending any email.

 

Please advise.

Download All
0 Kudos
Message 5 of 6
(3,437 Views)

Yes - like I said, the Gmail example uses .NET which is windows only, it will not run on RT. The SMTP Client libraries built into LabVIEW run on both Windows and RT.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 6 of 6
(3,403 Views)