11-11-2009 05:18 PM
Hi,
For example, I created a LabView class to control an instrument. Now my customer want to use it but I do not want the customer to access the source code of the class. I checked the LabView help and only found how to export zip file. Is it possible ? If it is, what should I do?
Thanks.
11-11-2009 08:20 PM
Solved!
Generate LLB and remove the block diagram of vis.
11-11-2009 08:54 PM
You might refer to this forum post for some of the limitations of removing diagrams.
Another option that avoids these downsides is to simply password protect your VIs. This prevents users from accessing the diagram without the password. You can even just add the password during the build process for your LLB, so that you don't have to keep track of it during development.
Also note that there are some issues with using LabVIEW classes that are password-protected or have their block diagrams removed that make it difficult for users to override the class methods. You can see more about it in the LabVIEW 2009 Known Issues List document.