03-24-2008 01:38 PM
03-24-2008
01:56 PM
- last edited on
12-29-2024
04:51 PM
by
Content Cleaner
For a simplistic answer, you just have to place your existing VIs into a new top level main VI. In order to pass data from a subVI to a mian, you wire the controls/indicators on the subVI to the subVI's connector pane. These is really basic LabVIEw knowledge and if you don't know how to do this, then you should probably spend some time learning LabVIEW basics. A great starting point is at https://learn.ni.com/learn/article/labview-tutorial.
With 7.1, a library is an llb file and you really don't need to use one of these. They can be handy for distributing an application but should not be used during development. Just keep your VIs in folders.