01-04-2010 09:31 PM
Hello, I just tried out the gmail.vi for sending emails from labview, works great. Is it possible to implement this same function on a real-time target like a cRIO runing labview real-time 2009. It doesn't seem that the real-time targets accept the .net function calls.
Thanks,
Dave
01-06-2010 09:57 AM
Dave,
I'm pretty sure the .NET calls are OS-specific and so should not work under the Real-Time operating system. I know the SMTP VIs don't allow an email to an authenticated server (GMail), but should work in RT.
01-20-2010 08:21 AM
01-21-2010 11:10 AM
01-21-2010 11:24 AM
01-21-2010 11:32 AM
Hi Serialdiver,
There is currently a Corrective Action Request (#55009) where this error is given by the SMTP VIs on a VxWorks cRIO, such as the cRIO-9014. Give the set of VIs I've attached to this post a try and see if it works.
01-28-2010 10:38 AM
The VIs in the zip above work well for me. They are in French, but they send emails on my cRIO-9073 in LabVIEW 2009 without any issues.
In order to use them effectively without overwriting my normal SMTP VIs, I extracted the zip to "C:\Program Files\National Instruments\LabVIEW 2009\Targets\NI\RT\vi.lib\Utility". This lets LabVIEW use these updated VIs whenever it is deploying to a realtime target, but otherwise to use the original (non-French) VIs for normal PC targets.
-Jody
02-15-2010 07:38 AM
Hi,
I have the same problem with Labview 8.6 with a compact field point application. Is it possible to solve it?
Thanks
02-16-2010 03:22 PM - edited 02-16-2010 03:23 PM
Hi manzo,
Did you try the VIs that were attached above? What model cFP controller are you using?
02-24-2010 10:54 AM
Hi, I had problems using labview 8.6. Now I'm using 9 and it works.
Thank you so much