05-23-2014 08:41 PM
Does anyone know if there is a way to view 'by size' in the LLB manager?
Solved! Go to Solution.
05-24-2014 12:13 AM
05-24-2014 06:23 AM
You could always hack up the LLB Manager to do what you want. It's written in LabVIEW and resides in <LabVIEW>/projects/llbedit.llb.
05-24-2014 06:31 AM
@Dennis_Knutson wrote:
I don't know of any method. Why are you using an llb? It's been obsolete for several years.
Really? It was my understanding that the .rtexe, the format that is the default "executable" format for Remote Targets such as a PXI chassis, is a compressed version of an LLB. I also understood that the only other way to deploy something to a remote PXI was as a "source distribution", which I also understood was an LLB.
How does one configure "stand-alone" code (meaning code not deployed "by hand" from Project) to run on a remote RT system other than as a single .rtexe ("skinny LLB") or as a Source Distribution (LLB)?
I'm not trying to be cute, here -- I'm just "migrating myself" and my code from LabVIEW 7 to LabVIIEW 2012, and this is the one detail that I've not completely understood.
Bob Schor
05-24-2014 08:36 AM - edited 05-24-2014 08:41 AM
I'm not sure about rtexe, but normal exes are since about LabVIEW 2009 really disguised ZIP files inside an executable wrapper, unless you select the "Use LabVIEW 8.x layout" in the Build options. So I wouldn't be to surprised if they use that in LabVIEW RT executables as well.
05-24-2014 08:39 AM
05-24-2014 11:16 AM
Dennis, can you please expand on this point? What is the modern way to keep everything together?
05-24-2014 11:19 AM
05-24-2014 12:32 PM
wait a sec though, the lvlib seems to offer scope protection but takes away from having "one file" that has all of your subvis in it. What's the best way to have that? I want to send my code to bob all in one file what's the best way to do this?
05-24-2014 01:03 PM - edited 05-24-2014 01:04 PM
The packed LabVIEW Library. Basically it's a ZIP file of a lvlib but with the extensione lvlibp.