LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI password protection

HI Team,

To prevent VI from being edited the option i found is VI properties option under the File drop-down as shown below.
I would like to know if there is any other better option to protect all my VI's in the project just by setting password once instead of setting password for  individual VI.

sagar7077bishwas_0-1755775657117.png



Regards,
Sagar

0 Kudos
Message 1 of 3
(236 Views)

Hi sagar,

 


@sagar7077bishwas wrote:

I would like to know if there is any other better option to protect all my VI's in the project just by setting password once instead of setting password for  individual VI


Inside the project you should NOT protect any VI, neither locked nor password protected.

It's your source code and you keep your code inside your SCC repository…

 

When you need to distribute code you can use other options:

  • convert your lvlib into a lvlibp, which basically strips any source code
  • build a source distribution and lock/password protect that distribution package (here you can set one password for all included VIs)

 

Keep in mind: this "password protection" is a rather old and simple implementation and can be removed quite easily. It's no "protection" of your IP…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(212 Views)

@sagar7077bishwas wrote:

HI Team,

To prevent VI from being edited the option i found is VI properties option under the File drop-down as shown below.
I would like to know if there is any other better option to protect all my VI's in the project just by setting password once instead of setting password for  individual VI.

sagar7077bishwas_0-1755775657117.png



Regards,
Sagar


What is your intention behind this?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 3 of 3
(170 Views)