LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I password protect a control

I am working on Labview 5 .

In the application , my vendor has asked to provide a password protection to a specific control in my VI.

Can anybody help me out

Thanks
Gajanan
0 Kudos
Message 1 of 5
(3,184 Views)
try this - password is pass. right click on string controls/indicators to change to/from password style display
0 Kudos
Message 2 of 5
(3,184 Views)
I am sure there are many ways to do this, but one way I have used is
putting a string control on the front panel for a password. Before
someone runs the VI, the user must type the password into the string
box. Then if the password string matches a string I store in the VI,
the VI will use data from the controls, but if the password is wrong,
I use data from constants instead of the controls.
0 Kudos
Message 3 of 5
(3,184 Views)
David

Can you please send me any sample vi , if you have any.
It will help me a lot as I am new to this technology

Thanks
Gajanan
0 Kudos
Message 4 of 5
(3,184 Views)
Gajanan wrote in message news:<50650000000500000088BE0000-1031838699000@exchange.ni.com>...
> David
>
> Can you please send me any sample vi , if you have any.
> It will help me a lot as I am new to this technology
>
> Thanks
> Gajanan

Send me an email, and I will reply to you with an example
dhlabview@yahoo.com
0 Kudos
Message 5 of 5
(3,184 Views)