I'm writing some code here to launch an arbitrary VI from a command
line. The user uploads a VI and then it's launched and they are
provided with a page containing their panel. However, if they make a
change and re-upload the VI, it jams because the host system asks for
user confirmation via the View/Discard dialogue for a currently running
VI. I realize I could avoid this problem by incrementally naming their
uploaded files, but I need to control the amount of memory used and
therefore cannot permit a ton of running VIs.
Does anyone know a way to supress user interaction when opening a VI
that is already running or perhaps close a currently running VI of a
specific name from the command line?
Also, does anyone know of a complete
list of command line switches for
labview? (i.e. labview.exe -run suchandsuch.vi, etc)
Thanks in advance for any help,
- Xo
--
Xocet
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------