08-21-2025 06:27 AM
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.
Regards,
Sagar
08-21-2025 07:03 AM - edited 08-21-2025 07:03 AM
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:
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…
08-21-2025 07:46 AM
@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.
Regards,
Sagar
What is your intention behind this?