LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get some data from an application which is written in CVI?

I write an exe(A) using CVI.
There are some data members(an array of double data) in it.
Now I write an exe(B) using Visual C++, and I want to get some data from the exe(A) to exe(B).
How can I do this?
0 Kudos
Message 1 of 2
(2,799 Views)
If you have Measurement Studio for VC++, you could use the datasocket libraries to send the data across the processes on the local machine. The Datasocket API is built on tcp. If you dont have Measurement Studio, you can use basic tcp/ip. CVI has tcp libraries included. You could also have CVI write out a file, and the VC program could read the data from there.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,799 Views)