LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does a vi called by two executables need to be reentrant ?

Solved!
Go to solution

Hi everybody,

 

this seems to be a newbie question, but this is the first time i'm in this case...This vi store some values in shift registers. The built application (exe format) that call this vi is then duplicate in two folders with different ini file, and they're running at the same time : is it necessary for the vi to be reentrant ?

 

Thanks for any help,

 

Vincent

Vincent
0 Kudos
Message 1 of 3
(2,003 Views)
Solution
Accepted by topic author VdG

No, it doesn't need to be reentrant. Each compiled exe will use its own version of the VI.

 

Message 2 of 3
(1,996 Views)

Ok, thanks Dan,

Vincent
0 Kudos
Message 3 of 3
(1,981 Views)