03-28-2008 01:33 PM
03-31-2008 05:38 PM
04-01-2008 05:08 AM
04-01-2008 10:32 AM
04-02-2008 04:58 PM - edited 04-02-2008 04:59 PM
It seems like you should be able to do this with either an executable or VI. Using Command Line Arguments with a LabVIEW Executable shows how you would pass these commands in.
Once you have these parameters passed in to the VI or the EXE, then using shared variables to pass the information to other VIs and having the first VI exit once communication is finished seem like fairly simple implementations.
04-02-2008 05:56 PM
04-02-2008 06:18 PM
04-24-2008 09:56 AM
04-24-2008 04:10 PM
04-27-2008 09:27 PM
On the first question: How about using the 'echo' command?