LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set gvi as reentrant in NXG

Solved!
Go to solution

I can set a vi (or a subvi) as reentrant (https://labviewwiki.org/wiki/Reentrant_VI) in Labview 2019. But how to do it in NXG? 

0 Kudos
Message 1 of 4
(1,199 Views)
Solution
Accepted by topic author LAL21

Hint:

Open the online manual, search for "reentrant".

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 4
(1,172 Views)

Thanks, found it. method in https://www.ni.com/documentation/en/labview/latest/create-first/minimize-subvi-overhead/

 

  1. On the Document tab, in the Behavior section, click Properties to access the property settings for the subVI.
  2. Place a checkmark in the Inline subVI into calling VIs checkbox.
  3. Set VI Reentrancy to Stateless or Stateful to configure reentrant execution.
Message 3 of 4
(1,158 Views)

Excellent.  And you see why I pointed you to the documentation, instead.  It's so different that I wouldn't know how to explain it without actually reproducing the content.  😉

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 4
(1,141 Views)