12-30-2022 12:41 AM
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
12-30-2022 04:39 AM
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.