LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Standalone add-on to multiple projects

Hi guys,

 

I've written a standalone module which I want to include as an add-on to several projects.  The module consists of around 100 VIs itself.

 

Question is how to maintain the module for inclusion into other projects (to include in exe build).

 

I don't want to keep multiple copies of the module.

 

I have started to use libraries but I don't think they're going to work.  Any ideas on the best structures (project and file) to achieve (a) portability of module into other projects; and (b) maintainability of module.

 

Thanks.

 

0 Kudos
Message 1 of 3
(2,383 Views)

Hi battler,

 

I keep all those "modules" in my user.lib and use them in any project I need to.

Then the "user.lib"-VIs will appear under "Dependencies" in your project tree…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,375 Views)

Plug-in architectures using packed libraries, here is an interesting one: https://decibel.ni.com/content/docs/DOC-19176


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 3 of 3
(2,374 Views)