LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Lauch several time the same Executable

I want to launch the same exe created by labview several time in order to see several window of this exe in parallel.
But when I try to launch a second time the exe (while it is running), no window appears (process is not added in the task manager).

How can I suppress the protection to run the same exe several time ??
Eddy DUCHENE
12 F Chemin de Boutary
69300 CALUIRE ET CUIRE

educhene@laposte.net
0 Kudos
Message 1 of 3
(2,728 Views)
"I want to launch the same exe created by labview several time in order to see several window of this exe in parallel."

To allow multiple instances of a LV exe, add the following line to the exe's INI file

allowmultipleinstances=True

It's been discussed in the LAVA forums here.
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 2 of 3
(2,708 Views)
Yes, I read it in the LAVA forum, but when I try it nothing happend.

In fact, it is not mentionned you have to add the executable name's section at the beginning of the ini file !! It is not clear.

When I received your answer, then I try again and again, and I don't know why, save the logbook => I noticed it added this section in the ini file.

Thanks.
Eddy DUCHENE
12 F Chemin de Boutary
69300 CALUIRE ET CUIRE

educhene@laposte.net
0 Kudos
Message 3 of 3
(2,683 Views)