LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open multiples reference from same .vi

I need open multiple intance from same VI. My purpose punctuality is open (N)  TCP connection from same .VI but change its IP direction and port and it runs simultaneously all them. I tryed using function call asynchronous but whit that .VI don´t it runs simultaneously several instances called from same .VI.
0 Kudos
Message 1 of 3
(2,788 Views)

It's hard to know exactly what your problem is without seeing code, but my best guess is that you need to open the VI you are calling asychronously, and change it to "reentrant" in the properties on the Execution tab.  Then make sure you're using the 0x40 and either the 0x80 or 0x100 options when you open the VI reference.

0 Kudos
Message 2 of 3
(2,778 Views)

My guess is Kyle has the right idea of your problem.

 

Here's a tutorial for asynchronous call and collect.

Make sure your VI is set to reentrant execution and notice the x100 input here:

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 3 of 3
(2,760 Views)