LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
JasonD_at_DL

LLB Manager - "Mid-Level VIs" section

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

 

In the LLB Manager, it's nice to have a separator between Top-Level VIs and the subVIs.

 

I'd like to see something for a mid-level VIs. This would allow the "major" (but not top-level) blocks of code to be easier to find when developing, separating them from the low-end subVI pool.

 

21151i6B3333152562E342

5 Comments
Intaris
Proven Zealot

Don't like LLBs....

Dennis_Knutson
Knight of NI

LLBs are essentially obsolete except somewhat rarely now as a distribution tool and should never be used to store VIs that are in development. They don't work at all with source code control, the compression is minimal, and a single corrupt VI will make the whole LLB unreadable. They were originally a way to get around the limited allowed length for file names in old windows versions.

 

Current versions of LabVIEW have projects and the lvlib. With the lvlib, you can make your low level VIs private.

JasonD_at_DL
Member

 

Hmm. I guess I'm too old-school for my own good.

 

I'll take a more serious look at using Projects.

 

We tend to pass code around to other developers in our organization (versus a final build), so the LLB had always made the most sense.

 

Thanks for the feedback.

AristosQueue (NI)
NI Employee (retired)

Build your VIs as separate files and pass them around as .zip files*. The virtual folder hierarchies of the project tree and the organization layer provided by libraries (all flavors) will serve you much better than any extensions to the LLB. Even better, all those features are available today, not at some future time when (if) this idea got implemented.

 

* even better, share them around by having different members of your team sync the files from your source code repository.

Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.