LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rename a LabVIEW project library via scripting

Hello,

 

I am attempting to script the operation of renaming a library that is available within the LabVIEW project.  I can duplicate the lvlib file using scripting but the VI's referenced inside still are tied to the original library file.  Any suggestions?

 

terickson_0-1755277464779.png

 

0 Kudos
Message 1 of 3
(186 Views)

In general, you would have to write code that recurses through all owned items, saving them individually.

However if your library contains only .vi, .vim, .vit, .ctl, & .ctt files, you could create special case code that skips the recursion and only acts upon the library's owned items.

paul_a_cardinale_0-1755287427251.png

0 Kudos
Message 2 of 3
(161 Views)

Maybe this will help.

0 Kudos
Message 3 of 3
(133 Views)