ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SCADA appliction - different user type

Hello,

 

I have a task to apply changes in my control Panel of SCADA application to be different depending on user type that has logged in.
3 types:  worker, technician, manager.

 

How to apply a password  recognition functionality?

Some of the functionalities of SCADA panel should be editable by only a technician but all should be seen by others.

 

Thanks,

 

Best

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

Do a search for password and you will find many examples on the forum. 

 

Basically you can use a promt for user input vi and then compare the results to determine if the information entered is correct.  If it is correct then make changes based on the input.

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

Hello,

as mentioned above, there are some examples already available on this forum:

http://forums.ni.com/t5/LabVIEW/how-to-create-login-and-password-for-my-application/td-p/787166/high...

 

The changes to you front panel, like hiding/showing controls, you will need to implement manually.

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