LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview and .NET data exchange

Hi to everybody!

 

I’ve got a .NET project which works with IXXAT USB-to-CAN II device. It is assembled in .exe and registered in GAC. Now I need to make it exchange some data and methods with LabVIEW VI. Let’s say, the app receives some CAN messages and stores them in an array. I want to share it with LabVIEW, so that the app and VI could read and edit the same array. It could be done via shared variable between 2 LabVIEW executables. But how can I share data between LabVIEW and .NET exes, launched on one machine? Temporary file in not an option because of the speed.

0 Kudos
Message 1 of 2
(2,195 Views)

Hey Devicemaker,

 

You're definitely on the right track when you talked about using shared variables.  Take a look at the link I'm attaching for some more information.  At the bottom of the article there are some more links to different articles that you could look at for more information.

 

http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/usingnetworkvariableexchanged...

Taylor
0 Kudos
Message 2 of 2
(2,142 Views)