05-22-2010 07:58 PM
Hi;
I have a real time implementation that runs in my PXI machine. Then I have a front panel running on a different computer (host) that reads the outputs of the real-time machine and plots them. The output of the real-time machine is a 2d array. What I am trying to do is take this data and send it to my C++ application. To do that I am considering sending the data to a specific port on my host machine using the data server example (2d version of it). To this end, I am considering converting this server into a Labview dll and read its output in my C++ code.
I am wondering if this can be done?
If yes Could you please provide me a little code as to how to read the outputs of this Labview dll in c++?
Is there any tutorial as to how to create a Labview dll for Labview 2009?
Thank you so much!
Serdar
05-23-2010 02:46 AM
I made a little mistake in my problem statement. What I am trying to is to take this data and send it to my C++ application. To this end, I am considering creating a server application in Labview. Then creating a client application and convert it into dll so that I can call this dll from my C++ applcation to read the output of my real-time program. Is this possible?
Thank you?
05-24-2010 05:25 PM
Hello,
You may want to take a look at this tutorial:
http://zone.ni.com/devzone/cda/tut/p/id/3517
Let me know if it helps!
-Zach