dcarroll Posted May 29, 2009 Report Posted May 29, 2009 Hello all, I have a Labview program that runs in a loop and logs data from an instrument. I want to send the realtime data values from Labview to my C# application. What is the best way to accomplish this? I am using Labview 8.6 and the latest version of .net. best, Dustin Quote
Aristos Queue Posted May 29, 2009 Report Posted May 29, 2009 Open a TCP/IP session between the two applications and communicate data between them. Quote
ragglefrock Posted May 30, 2009 Report Posted May 30, 2009 QUOTE (dcarroll @ May 28 2009, 12:02 PM) Hello all,I have a Labview program that runs in a loop and logs data from an instrument. I want to send the realtime data values from Labview to my C# application. What is the best way to accomplish this? I am using Labview 8.6 and the latest version of .net. best, Dustin You can also look into using http://en.wikipedia.org/wiki/Windows_Communication_Foundation' rel='nofollow' target="_blank">Windows Communication Foundation utilities for inter-process communication. TCP/IP might be simpler unless you require some advanced functionality. It's really neat technology, sufficed to say... Quote
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.