Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

add/call a VC++ .NET to labview

Hi everybody,

Can somebody guide on how to add/call a VC++ .NET code for accquiring real time data in Labview to do data processing oa the accquired data?

I have build in VC++.NET the code which accquires the data in real time and this is called for by computer 2 using the VC++.NET developed. Iam looking to add this code to labview to process these data  for feedback and at the same time create a user friendly layout.

Thanks in advance

0 Kudos
Message 1 of 2
(6,410 Views)
Hello,
 
There are different ways to call your .NET code depending on what you are doing.  You can call a DLL into LabVIEW using a Call Library Function Node or you can use the .NET LabVIEW functions to interface between the two.  Please take a look at the following links:
 
An Overview of Accessing DLLs or Shared Libraries from LabVIEW
 
.NET Functions (Windows)
0 Kudos
Message 2 of 2
(6,397 Views)