LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reentrancy and visible Frontpanel

Hallo,

how can I start and run several instances of a reentrant VI and show all
their frontpanels. All attempts of starting a reentrant VI via VIServer and
show it failed.
Thank you

Oliver friedrich
0 Kudos
Message 1 of 2
(2,673 Views)
Re-entrant do not update their front pannels! (1 exception, FP of a single re-entrant VI that is identified by clicking of icon in diagram).

This challenge is generally accomplished by using a VI template (VIT).

So...
1) Set your VI back to non-re-enttrant.
2) Call the VIT instead of the VI.

Every call to the VIT will create a new VI based on the VIT.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,673 Views)