Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

IS IT POSSIBLE TO CONVERT DATA SERVER EXAMPLE INTO DLL AND CALLING IT FROM VC++

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 

0 Kudos
Message 1 of 3
(5,960 Views)

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? 

0 Kudos
Message 2 of 3
(5,952 Views)

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

0 Kudos
Message 3 of 3
(5,930 Views)