LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LbView exe read output

Solved!
Go to solution

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?

0 Kudos
Message 1 of 2
(2,266 Views)
Solution
Accepted by topic author hasse

LabVIEW executables do not return anything to the command line.  You could write the value to a file and then read the file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,265 Views)