01-10-2014 03:32 PM
Hello,
Is there a way to password protect sa ving changes in the block diagram? I don't want to password protect viewing the code, only making changes.
much thanks!
01-10-2014 04:00 PM
Hello Monse,
If you want true password protection without changing what the user has access to within the development environment, your best bet is probably to set the folder containing your VIs to read-only with restricted user permissions. This won't stop editing, but it will prevent saving the modified VIs.
Another option is to "lock" the VI, which will assist in preventing casual editing but doesn't allow a password. More information on locking VIs can be found here:
LabVIEW Help: Locking and Unlocking VIs
http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/locking_and_unlocking_vis/
Regards,
01-10-2014 04:10 PM
I'll try that, thanks!