10-24-2023 06:25 AM
I can't edit either the front diagram or the block diagram. The protection by category settings is not available in the VI settings:
Also, other settings aren't available in the VI settings...
Is it possible to unlock this or not? I think the developer (supplier) deliberately blocked the editability... Can this be solved or not?
10-24-2023 06:30 AM - edited 10-24-2023 06:36 AM
Hi sziszkont,
mind to share that VI?
Is the block diagram still included in that VI?
What happens when you press Ctrl-M?
I just saved a VI with block diagram removed and get the same greyed-out "protection" dialog window. when the block diagram is removed then you cannot edit that VI anymore…
10-24-2023 06:53 AM
I can't share the VI because the folder containing the source file doesn't contain the VI. If I open the project file, I can see all the VIs, I can see the front and block diagrams of each VI, but it is not possible to modify them. I also see this:
And the extension is: lvlibp.
10-24-2023 07:14 AM - edited 10-24-2023 07:16 AM
Hi sziszkont,
@sziszkont wrote:
And the extension is: lvlibp.
You create a packed library (lvlibp) from regular libraries (lvlib): a packed library cannot be edited after creation.
Instead you need to edit VIs in those lvlib(s) and rebuild your lvlibp…
10-24-2023 10:55 AM - edited 10-24-2023 10:56 AM
Never mind, It's in a ppl.
There's an option to lock VIs in LabVIEW if the VI is locked in Windows:
There are lots of reasons why you can't change this setting. If it's in a library that is locked, you can right click the class\library and choose the option "why is this ... locked".
10-24-2023 01:09 PM
Yes, I have packed library (lvlibp). This is how the supplier gave me the source file. I think that's why it can't be edited. So according to them, there is no option to edit it again? It's because only they can edit it and we ask them for all changes...
Only then is it not complete source code... even though they should have given the complete source file.
10-24-2023 01:14 PM
@sziszkont wrote:
Yes, I have packed library (lvlibp). This is how the supplier gave me the source file. I think that's why it can't be edited. So according to them, there is no option to edit it again? It's because only they can edit it and we ask them for all changes...
Only then is it not complete source code... even though they should have given the complete source file.
A Packed Project Library (PPL) is a LabVIEW equivalent to a DLL (not exactly, but that is the closest equivalent). It is compiled; it does not have any source in it.