12-29-2008 12:33 AM
While building an LLB, is it possible to specify VIs as top-level. I was not able to see any option for this in build specifications. I am using LabVIEW 8.6.
Thanks!
Solved! Go to Solution.
12-29-2008 01:23 AM
An llb is just a container, no something you "built" like an application.
You define the toplevel VIs of an llb in the LLB manager. Simply select the desired VI and do a "rignt-click...toplevel"
When you built an application, you define the "startup VIs". Could you be a bit more specific what you are actually trying to do?
12-29-2008 01:33 AM
Hi altenbach,
In project, under Build Specifications, I was creating a Source Distribution. There under destinations page I selected Destination Type as LLB. When I create the LLB, all VIs are created in the samelevel in the LLB. I was just wondering whether there is any way of setting a VI as toplevel during the creation process other than by opening the created LLB in LLB manager.
12-29-2008 05:08 AM
In the Source Files settings page you can mark files as top-level.
Remember you can only include LabVIEW files inside an llb
Ton
12-29-2008 05:34 AM
Thanks Ton!
Somehow I didn't see that option ![]()