LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating LLB from a directory (LV 7.1)

Hi
 
  Is there any way of converting a directory into LLb programatically.
0 Kudos
Message 1 of 4
(3,030 Views)

Try "menu..tools...VI library manager". 🙂


edit: Please ignore, I did not see the word "programmatically" ;). Look for Evan's answer below. :)

(To be fair, you can press "ctrl+." when the LabVIEW 7.1 VI library manager is running to place it in edit mode, then dig down into the code to see how they do it. It's all LabVIEW code!  :D)

Message Edited by altenbach on 01-12-2006 08:11 AM

0 Kudos
Message 2 of 4
(3,026 Views)

You are looking for the LabVIEW Librarian.  Go to vi.lib\Utility\libraryn.llb  (spelled correctly)

There are a lot of VIs in there that you can use, and I think what is easiest for you would be to use the "New VI Library.vi" and the "Copy In Or Out of VI Library.vi".  You can easily get the list of files in the directoy and then use the above to move them into an LLB

0 Kudos
Message 3 of 4
(3,018 Views)
Is there a way to do this programatically. I have to rename some files in the LLB and recompile it. How do I make he llb pick the renamed files instead of the old files. 
0 Kudos
Message 4 of 4
(3,015 Views)