One way is to make the VI reentrant. When the VI is reentrant, you have a
separate instance for each node on diagrams and for each strict reference
opened to the VI.
However, if you have to run the VI dynamically (non-strict reference and Run
VI method), then you save the VI as a template with a *.vit extension. Every
time you open a reference to a template VI, a new copy (different name) of
the VI is created in memory.
Jean-Pierre Drolet
Scientech R&D
"Alexandre Komyak"
a écrit dans le message news:
3B4D836B.5D84E6B9@cameca.fr...
> labview 5.1
>
> How can I create a thread to execute the same vi in a multiple context?
>
> Task is: serve multiple clients
>
> Thanks,
> Alexandre
>
>