Discussion:
how to encapsulate subVI in LabVIEW?
(too old to reply)
Jeff Wang
2008-08-14 19:40:06 UTC
Permalink
We have some sub VIs and want to provide others to use, but we do not want them to open those VIs. Are there any methods to encapsulate those VIs such that people can only use it? Thanks.
  
smercurio_fc
2008-08-14 19:40:08 UTC
Permalink
I'm assuming by "open" you mean look at the block diagram. You can password-protect the VI. Or, you can create an application distribution to strip the block diagram. Note if you strip the block diagram then people who try to use them in a higher version of LabVIEW than the version you created them in will not be able to since LabVIEW cannot recompile the VI. Instructions for both are in the LabVIEW Help.
Jeff Wang
2008-08-14 19:40:09 UTC
Permalink
Thanks for your reply !!!!! You mentioned "create an application distribution" , do you mean use Labview Application Builder Toolkit to creat it? Thanks.
Jeff Wang
2008-08-14 20:10:06 UTC
Permalink
Thanks.. I will look it up.
smercurio_fc
2008-08-14 20:10:05 UTC
Permalink
Yes. The actual term is &quot;source distribution&quot;. You can read more <a href="http://zone.ni.com/devzone/cda/tut/p/id/3303" target="_blank">here</a>.
Loading...