04-02-2023 10:16 PM
I don't really understand what you are trying to do, but there's likely a better way to do whatever it is you are trying to do. Could you go into a bit more detail?
04-02-2023 10:56 PM
Hi,
I am reading command line data using Application:Command Line Arguments property:
After reading this string, I am processing it in my code. Once LabVIEW finishes processing, I want to display string to same command prompt as a response.
Meanwhile command line console is not engage which means i can write anything in it. e.g. In attached screenshot, I was pressing Enter key after my first command(setmode) sent to LabVIEW application. after some time i got response from LabVIEW application as Mode successfully changed.
Now, What I want my application to do:
1. Read string from command prompt,
2. Hold its handle (No other operation should be permitted on that command line console)
3. Once LabVIEW sends response back to console, i want to release handle. (Now next command should be permitted to execute from Command line)
Thanks,
Ashwini A Pandit