LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create application with multiple LLBs

Solved!
Go to solution

I asked how to add files to the Always Include list.  My Always Include is greyed out.

File attached.

0 Kudos
Message 11 of 39
(133 Views)

Why does your file list only have one VI? Did you add all the other VIs to the project first?

0 Kudos
Message 12 of 39
(129 Views)

All of the VIs I use are in the Project Dependencies list. See attached.

0 Kudos
Message 13 of 39
(126 Views)

Anything that's dynamically loaded needs to be added to the Always include list, since LV doesn't know about it at compile time.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 14 of 39
(90 Views)

The problem is I can't seem to add anything to the always include list.  All options are greyed out. See attached.  I don't have any dynamically loaded VIs, they are all statically linked subVIs.... all in different LLBs.

Download All
0 Kudos
Message 15 of 39
(87 Views)

You might need to drag them to the project first from the Dependency list.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 16 of 39
(82 Views)

I dragged all of the dependencies up to the project level. Added all of the VIs to the Always Include list. Still when I run the executable the pink toolbar at the top does not display.

Download All
0 Kudos
Message 17 of 39
(71 Views)

You keep throwing BMPs at us.

 

The toolbar VI will not be in the dependencies if it is exclusively called via a path, it will also have a different relative path when called inside the runtime.

 

Can you include some error handing to see what the runtime thinks when the toolbar is called?

Can you remove all these "always include" items again and show is the built preview instead?

 

0 Kudos
Message 18 of 39
(66 Views)

I'm not sure how to add error handling... I've got the error cluster wired to/from each subVI. I've got a tab control on the front panel called Errors that display the contents of the error cluster. There are no errors. The executable appears to be working because when I click the DONE button, the application closes, as expected.

Also, what is built preview?

0 Kudos
Message 19 of 39
(53 Views)

@TLamb64 wrote:

Also, what is built preview?


altenbach_0-1747668326369.png

 

0 Kudos
Message 20 of 39
(48 Views)