10-26-2009 10:42 PM
Hi,
Is it possible to create a VI with subVI placed on the block diagram programatically like we place buttons and arrays and other controls and constants using VI scripting?![]()
I want to create a VI where I want to place a subvi and connect the terminals of the VI- everything programatically.
I have found some examples but in those examples they just call some VIs not SubVIs..
Thanks in advance..!!!
-Sharon
10-26-2009 11:10 PM
You will need VI Scripting to be able to programmatically drop a subVI on the diagram of another VI. Specifically, you'll use the New VI Object function, and wire a path to the VI you wish to drop as a subVI.
I recommend you post future VI Scripting questions to the LabVIEW Scripting Main Board.