01-17-2015 08:38 AM
How can i add and run a labview executable file inside the vi and grab the output of the executable file to be used in the vi?
01-17-2015 08:54 AM
Hi cmdrb,
to run an executable you use SystemExec function.
To get the output of your (LabVIEW-made) executable you need to program some data transfer means: you may use network functions or file functions. In both cases your "LabVIEW executable" needs to provide that options…
01-17-2015 08:57 AM
01-17-2015 09:25 AM
I really hope they lack the source code. Otherwise, this question show an awkward architecture. If you have the source code, you're complicating things by making it an exe. If you don't, you'll need to redesign the exe's functionality to extract information from it unless it's already setup with something like a shared variable to store the information.
01-17-2015 11:05 AM
awkward achiecture seems to be the theme of the day!
01-17-2015 08:30 PM
I'm thinking it's a theme for the forums.
01-18-2015 07:07 AM
01-18-2015 10:42 AM