LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Packed Libraries

Hai

 

I am facing some errors while creating packed libraries. Following are the steps which I am following.

1) I have a project  having classes and libraries and I wanted to do some changes in the code.

2) After coding, I have built the packed library

3) when I am trying to call in the NI test stand( my requirement) it is giving error as VI is broken.

4) Before creating the packed library the error was not there. What is the issue

Please help me with this since i have no much idea about this topic

 

Waiting for your responses

Thank You in advance

 

0 Kudos
Message 1 of 2
(772 Views)

Packed libraries are in many ways complicated. Dependencies can get very difficult to handle. Generally a packed library wants to include every single VI and control it uses, no matter how deep the dependency tree is. And that can conflict sith other LabVIEW VIs using the same or similar functions.

The fact that you are using a very old LabVIEW version doesn’t help either. There were many small improvements over time about PPLs.

 

Last but not least, showing a picture of your error message and hoping that anybody can tell you what’s wrong is similar to taking a picture of your car dashboard and asking someone to help you repair your car! Pretty much impossible.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(743 Views)