LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a subvi from a selection using VI scripting

I am having a Main VI which has many while loops and is spread across in many screen sizes. I wanted to make a subVI of the nodes selected in the Block Diagram using VI Scripting. I had found a method called AbstractDiagramClass/subVI from Selection method. But I am not able to find it in my LabVIEW 2023.

If someone has used something similar, please do share. Thanks

Kovelil_0-1706266550399.png

 

0 Kudos
Message 1 of 2
(647 Views)

Here.

 

In order to be able to select that method, and other private methods, 

Add these lines to labview.ini

SuperPrivateScriptingFeatureVisible="True"
SuperPrivateSpecialStuff="True"
SuperSecretPrivateSpecialStuff="True"

"If you weren't supposed to push it, it wouldn't be a button."
Message 2 of 2
(610 Views)