06-30-2022 10:21 AM
We can pass arguments to the executable with App.Args property and Pass all command line arguments to application in the executable build specification.
I'm looking for a way to return value from LabVIEW executable after execution to the same command line (like print output in C or python).
I notice that command returns back soon after I pass back on cmd and later LabVIEW gets triggered.
PFA: Executables and Builds used for this purpose.
06-30-2022 10:53 AM
Hi Ajay,
Read somewhere that LV is not a command-line application to return something to CMD or interactively operate with CMD, this means LV exe can only take in arguments from CMD. Someone on LAVAG created a wrapper that allows you to work around this limitation.