LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run labview exe with command line

Solved!
Go to solution

Sorry

What do you mean  property node to read the adjustments and Edit - Read the arguments?

 

0 Kudos
Message 11 of 15
(1,638 Views)
You must have a property node to read the arguments. Simple as that and shown to you already. This modification must be made in your code.
Message 12 of 15
(1,629 Views)

@Eran1965 wrote:

Sorry

What do you mean  property node to read the adjustments and Edit - Read the arguments?

 


Dennis is probably posting by phone again and got "Autocorrected"  A property node of Class "Application" is needed to read the property "Command Line Arguments".  You will then need a VI server reference to your "String" control to write the value.

 

Hint: actually look at the exampleSmiley Wink

 

Spoiler
And, it helps to actually READ the FP comments that contain instructions. 
Spoiler
Knock it off Tim!  Trust me, He was laughing his head off.

 


"Should be" isn't "Is" -Jay
0 Kudos
Message 13 of 15
(1,594 Views)

Jeff·Þ·Bohrer wrote:
Spoiler
Knock it off Tim!  Trust me, He was laughing his head off.

Almost rolling on the floor after this comment.


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
0 Kudos
Message 14 of 15
(1,571 Views)

Here's an example of what I like to do when passing in arguments to the EXE.


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
0 Kudos
Message 15 of 15
(1,566 Views)