Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

labview data communication c borland builder ram memory

I have data generated by labview and I want it send to borland c++ builder as variable. but I dont want use the hardrive. how can I communicate with C++. the communication must be fast.

greeting paul
0 Kudos
Message 1 of 2
(3,015 Views)
There are two ways to do this:
1.Pass the data value or pointer of the data that generated by LabVIEW vi to your c code using "call library function"
2. Have your C code to call LabVIEW using LabVIEW activeX server and get the data from the vi.
You can find examples in NI website, search for key words like "call external routine in LabViEW" or "call LabVIEW in C"

Irene
irene_he@hytekautomation.com
www.hytekautomation.com
0 Kudos
Message 2 of 2
(3,015 Views)