LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find Reentrant VI in memory by VI server

Hi, in LabVIEW 2013 there is a new feature that help to open instance of reentrant VI:

 

 

11-25-2013 5-53-28 PM.png

 

Is it possible to do it by VI server?

I looked at the Properties and Method and I didn't find anything 😞

 

Anybody as achieve that with LabVIEW 2013?

 

Thanks

LabVIEW ChampionArchitect
0 Kudos
Message 1 of 5
(2,961 Views)

Anyone at NI can confirm that it's possible or not?

 

Thanks

 

LabVIEW ChampionArchitect
0 Kudos
Message 2 of 5
(2,900 Views)

HI Dani

 

Identifying which VIs are reentrant and open them using the VI Server can’t be done.  What you can do is programmatically read the VI properties and detect which VIs are reentrant using a property node. This article shows a simple example to detect if a VI is reentrant or not.

 

Regards

Chris S.
0 Kudos
Message 3 of 5
(2,878 Views)

@chris88 wrote:

HI Dani

 

Identifying which VIs are reentrant and open them using the VI Server can’t be done.  What you can do is programmatically read the VI properties and detect which VIs are reentrant using a property node. This article shows a simple example to detect if a VI is reentrant or not.

 

Regards


Ok thank you Chris

 

I will add a suggestion on the Ideas Exchange

LabVIEW ChampionArchitect
0 Kudos
Message 4 of 5
(2,851 Views)

For those who want this Property in VI Server Please vote for this idea:

 

http://forums.ni.com/t5/LabVIEW-Idea-Exchange/List-of-clone-in-memory/idi-p/2639435

 

Thank you

 

LabVIEW ChampionArchitect
0 Kudos
Message 5 of 5
(2,823 Views)