steviemac Posted November 14, 2007 Report Share Posted November 14, 2007 QUOTE(peteski @ Mar 17 2006, 07:57 PM) pbrooks,I'm looking foreward to checking these out when I get back to work on Monday. I use the Enterprise Connectivity Toolkit for this sort of thing in one aplication right now, but a trick like this could be very useful in places that have not purchased that toolkit. As an aside, a long time ago in a job far far away, I developed a labview vi which allowed to do TAP/IXO protocol, which is what alpha-numeric pagers use to use. I gotta say that it was a fun thing to do, I loved the following part of the http://fy.chalmers.se/~appro/SITE/IXO.TAP.protocol.html' target="_blank">protocol documentation that I found on the net: TRANSCRIBER'S FOOTNOTES: {1} It lies. All the way through this document, it lies. Gotta love truth in advertising... when you can get it, that is... -Pete Liiva Hi Pete, Would you mind sharing the LabVIEW VI that you created for full TAP/IXO alphanumeric paging? Thanks in advance, Steve Quote Link to comment
jbrohan Posted November 15, 2007 Report Share Posted November 15, 2007 QUOTE(eerc @ Mar 2 2006, 08:12 PM) Hello, Yes, I using the standard SMTP VIs that come with LabVIEW. I have the following error: " code : 56 source : TCP Open Connection in NI_SMTPEmail.lvlib:SMTP Email Open Session.vi:3->NI_SMTPEmail.lvlib:SMTP Email Send Message Charset.vi:2->NI_SMTPEmail.lvlib:SMTP Email Send Message.vi:1->testesend email.vi " what happens? Thank you If you execute the email vi's too frequently you get an error. I looked for mail every 5 minutes (OK) but the same program failed at every 1 minute. My solution is to move the problem to a php script on a webserver and use cURL.exe Even there, forwarding all your email to a php script directly works like a charm and simplifies the logic because it will fire for each email. You'll find the text on sysin! | php -q /home/mydomain/public_html/myfolder/emailprog.php > /dev/null John Quote Link to comment
marp84 Posted October 8, 2008 Report Share Posted October 8, 2008 i've try dotnet_smtp_send_message_71 but there aren't works well, labviw find error "Error accessing property System.Net.Mail.MailMessage.Subject of NULL ObjectId >> Non-static method requires a target. in dotNET_SMTP_Send_Message_71.vi" can anybody help me to understand that. tanx before Quote Link to comment
Minh Pham Posted October 8, 2008 Report Share Posted October 8, 2008 QUOTE (eerc @ Mar 3 2006, 11:12 AM) Hello, Yes, I using the standard SMTP VIs that come with LabVIEW. I have the following error: " code : 56 source : TCP Open Connection in NI_SMTPEmail.lvlib:SMTP Email Open Session.vi:3->NI_SMTPEmail.lvlib:SMTP Email Send Message Charset.vi:2->NI_SMTPEmail.lvlib:SMTP Email Send Message.vi:1->testesend email.vi " what happens? Thank you It is quite straight forward using the SMTP Email Send Message VI under Communication. Make sure you enter the correct infomation in the 'mail server' terminal (check your email exchage server if you have outlook>>view>>option). Good luck, Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.