01-26-2024 04:57 AM
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
01-26-2024 06:30 AM
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"