Jump to content

add VI to .lvlib programmatically


Recommended Posts

I'm trying to generate an lvlib for the contents of an LLB, see screenshot.

The code works fine, but if I open dummy.lvlib directly, and then try to open one of the VI's, I get this message:

"mytest.vi" is at the expected path but is not part of "dummy.lvlib". Do you want to update the VI to be part of the library or remove the item from the library?

Is there any way to "update" the VI's programmatically?

http://forums.lavag.org/index.php?act=attach&type=post&id=5998

Link to comment

Save the lvlib before you add the VI (this makes it less complicated)

Load the VI into memory before you add it to the library, and save it after the lvlib has been saved.

Now here's my Q:

Does anyone know how to set the 'private' state of a lvlib-member?

Or detect the state of such a member.

I only get to this:

http://forums.lavag.org/index.php?act=attach&type=post&id=6003

Someone?

Ton

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.