 frischro
		
			frischro
		
		
		
		
		
		
		
		
	
			07-17-2014 02:20 AM
Hi there
I want to make a VI an EXE that I can pass a value in the command line and 2 calculated values get back. How does it work with LabView?
Solved! Go to Solution.
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			07-17-2014 02:48 AM
 crossrulz
		
			crossrulz
		
		
		 
		
		
		
		
		
	
			07-17-2014 06:22 AM
You can pass parameters in via the command line, but you can't get values back to the command line.
To be able to pass in the parameters, you need to turn on an advanced setting in the build specification of the executable to accept the command line parameters. And then you read them with an Application property node.