02-13-2014 02:03 PM
Hi, I have created a LabView executable which runs some framgrabbing test on a camera system.
The outgoing result is a boolean which I would like to read somehow when I return from the exe.
I saw that there were some way to input arguments with this structure C:\folderX\program.exe -- arg1 arg2
How can I read the bollean result on the output?
Solved! Go to Solution.
02-13-2014 02:05 PM
LabVIEW executables do not return anything to the command line. You could write the value to a file and then read the file.