06-24-2009 03:06 PM
I have a system that requires three .vis to be running concurrently. This architecture is intentional -- I want them to run as separate processes. Occasionally, a user forgets to start up all three vis. Is there something akin to a batch file I can create so that this error can be avoided?
Earl
06-24-2009 03:22 PM
Modern versions of LV will et you invoke VI's via a command line but I would use VI-Server Invoke node >>> Run VI for each of the VIs since I like lV more than bat files.
Ben
06-27-2009 12:46 PM