From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C++ communication between Labview and one application

Yes, I understood and I tried. I build a dll with the FGV. I included it in the wrapper. I ran the VI. I called the FGV but it returns me nothing. Only with VI's, your solution is good, everything is Ok. But, because of the wrapping, there is a problem, maybe I made a mistake. I am trying another solution, I remove the while to make a VI with the inside loop. I must wrap it etc... I hope that values will not be reinitialized in the final program. But I have so many variables that I doubt that it will work.

0 Kudos
Message 31 of 32
(304 Views)

Can you post the functional global VI, and show (either in a screenshot or real code) how you are using it both in the main VI, and calling it through the DLL? You should be calling it while the main VI is running, in a separate thread.

0 Kudos
Message 32 of 32
(287 Views)