05-09-2014 10:17 AM
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
05-09-2014 11:15 AM
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.
05-14-2014 04:51 AM
Hello,
as mentioned above, there are some examples already available on this forum:
The changes to you front panel, like hiding/showing controls, you will need to implement manually.