06-27-2011 03:25 AM
Hello,
I'm sending some commands to a microcontroller programmer via the System Exec.vi.
But this *.exe file I use waits for "press any key" at the end. This halts the execution in system Exec.vi.
Is there any way I can implement a CR in using the System Exec.vi?
(I'm using Labview 8.6)
07-04-2011 03:54 AM
Hi,
the System Exe.vi has an entry "Wait Until Completion" that is true if not wired. If false, your Labview program won't be paused.
It doesn't solve the wait for "press any key", but this allow to run you command in Labview without waiting for nothing...
Hope it helps you.
Regards,
07-04-2011 04:41 AM
07-05-2011 10:03 AM
You can also see if the example I posted here will help. Message 8 contains a follow-up examples where you can send text to the command window.