LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

just curious why "subroutine" disappear in NXG?

Solved!
Go to solution

Some VIs play an important role in calculation and they are usually set subroutine by me. Now in NXG it seems disappear and there is an option for stateful and stateless(and the default value:none) in behavior property-execution. Could somebody explains something for these?

 

0 Kudos
Message 1 of 2
(1,702 Views)
Solution
Accepted by topic author Heartnode

I think those options relate to the reentrancy of a subVI, and not the execution priority. See this help page for more information: http://www.ni.com/documentation/en/labview/latest/g-prog/choose-right-vi-reentrancy/

 

As of NXG 3.0, it doesn't look like VI priorities are supported. Converting code from LabVIEW to NXG which has the subVI priority set throws a VIPriorityNotSupported warning: http://www.ni.com/documentation/en/labview/latest/migration/vi-priority-not-supported/




Certified LabVIEW Architect
Unless otherwise stated, all code snippets and examples provided
by me are "as is", and are free to use and modify without attribution.
0 Kudos
Message 2 of 2
(1,670 Views)