LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

verrouillage librairie / library locking

***english***

Hi,

 

I want to lock a library (.dll) so that VIs in it can't be modified nor deleted unless a password is entered. Apparently it's possible to do that for one VI, does it work for a library? and how?

 

thanks

 

 

 

***français***

Bonjour,

 

je cherche à verrouiller une librarie par un mot de passe pour protéger les VIs en écriture. Est-ce possible pour toute une librarie ou faut-il le faire séparément pour chaque VI?

 

merci

0 Kudos
Message 1 of 3
(2,217 Views)

I have not heard of the ability to lock or password protect a library. As you already know, you can password protect each VI.  You might even be able to do a routine that will assign a password to all your VIs if you have many of them.  I would backup the unprotected code first.

 

Are you trying to prevent people from using the VI's?  Or prevent people from seeing the code, modifying the code, copying the code?  Why lock / password protect a library? 

0 Kudos
Message 2 of 3
(2,197 Views)

In French :

 

Bonjour,

 

Merci d'avoir posté sur le forum National Instruments.

 

Protéger une librairie par mot de passe n'ajoutera aucune protection aux VIs inclus.

 

 

 


 

Je cite l'aide LabVIEW :

 

"Le fait de protéger une bibliothèque de projet par mot de passe n'ajoute pas de protection par mot de passe aux VIs qui lui appartiennent. Vous devez attribuer une protection par mot de passe aux différents VIs."

 

 


 

 

Il vous faudra par conséquent protéger chaque VIs.

 

En espérant avoir répondu à votre question.

 

 


In English :

 

Hello,

 

Thank you for posting on National Instruments' forum.

 

Protect a library with password won't protect VIs included in this one

 

 


 

I quote the LabVIEW Help :

 

"Protect a library project with password doesn't add a protection with password for Vis included in.You should assign a protection with password for every VIs."

 

 


 

 

You have to protect every VIs.

Romain P.
National Instruments France

0 Kudos
Message 3 of 3
(2,183 Views)