LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi server, multiple exe instances - example?

I have created a VI and made an exe.
I would like to run 10 instances of this exe.
 
I have tried opening another instance while one is allready running, but labview/windows does not seem to allow it....  😞
 
Reading the forum, it seems like I need to use VI server to do this?
Has anyone got an example on how I can go about to enable multiple instances of my exe (or vi)
 
Goose
0 Kudos
Message 1 of 3
(2,494 Views)

If your file is called Foo.exe, open Foo.ini and add the line allowmultipleinstances=true in the [Foo] section (create it if it does not exist). Then, each call to the exe should launch a new instance.

Note that you should be careful about using common resources between instances (e.g. files).


___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,493 Views)
Wow, thanks, it works like a bomb!
0 Kudos
Message 3 of 3
(2,490 Views)