7/22/2016 9:27 AM | |
Joined: 5/20/2015 Last visit: 1/13/2025 Posts: 217 Rating: (3) |
hello guys,
I want to authorize users Of WinCC v7.3 SCADA by Group wise Screen Navigation, for example if User1 of GroupA want to navigate on particular screen say Screen1 then he should have permission as configure or scripted, other like GroupB users ie User2 will not allow to navigate on Screen1. Simply GroupA users are allowed to navigate on Screen1 and GroupB users are not. will Anyone tell me whether is it possible with WinCC V7.3 or not.
------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 7/22/2016 2:45:40 PMNew subject after splitting Let's do it... |
|
7/23/2016 4:40 PM | |
Joined: 9/19/2009 Last visit: 12/23/2024 Posts: 459 Rating: (85) |
Hi gabbar Yes, you can do it. There is diferent ways to do it. After the user is logging, you can change your menu (Toolbar) and this user have diferent pictures from others, you always can compare your user with System Tags @CurrentUser , @CurrentUserName Update: Another way to do it. I have developed this little function, and you can get the user group that belong to an user If you want to try, copy this *.dll to C:\Controls or another path, then you have to use the regasm function like this: cmd cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 regasm /codebase C:\Controls\WinCCGetGroupUser.dll and cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 regasm /codebase C:\Controls\WinCCGetGroupUser.dll After that ,see the screenshot attached AttachmentWinCCGetGroupUser.zip (606 Downloads) |
Last edited by: JM76 at: 7/24/2016 4:07:13 PMIf my answer help you, use the Thanks or Rate Button, It is free of charge :-) |
|
7/25/2016 3:25 PM | |
Joined: 9/19/2009 Last visit: 12/23/2024 Posts: 459 Rating: (85) |
Hi Gabbar Please, see the attached pictures. AttachmentRegister.zip (616 Downloads) |
If my answer help you, use the Thanks or Rate Button, It is free of charge :-) |
|
Follow us on