LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am running an exe C file from Labview using systemj exec.vi. the exe uses a "scanf" command. Can I insert the answer from Labview?

I am running an exe C file from Labview using system exec.vi. the exe uses a "scanf" command.
Can I insert the "scanf" command answer from Labview (that is not to do it manually, but let labview
do it )
0 Kudos
Message 1 of 3
(2,781 Views)
Hi Dror,
how do you insert the command answer manually? To do it via the Command line, you append it in the "Command Line" String input of the "System Exec.vi". Else you take the "standard input".
Greets, Dave
Greets, Dave
Message 2 of 3
(2,777 Views)