Rsview Security Code To Rs5000

bdanelon

Member
Join Date
Oct 2003
Posts
11
Can anyone tell tell if there is a way to know who (Code letter) is logged in to the versa view.

Thanks
 
Take a look at the 'CurrentUserCodes' property.

Here's the example script from the help file. You can modify it to copy the current user code to a string tag for your HMI to read:


Code:
Sub CurrentUserInfo()

    gActivity.Log "The current user '" & gSecurity.CurrentUserName _
        & "' has codes '" & gSecurity.CurrentUserCodes & "'."

End Sub
 

Similar Topics

Is there a way to inform the PLC what security codes are active for the active user. I like the PLC to know if the current user has security code...
Replies
1
Views
3,648
Hi all Having trouble with password resetting. New customer wants a user name and password I had previously used. When I try to reset the...
Replies
6
Views
2,512
I'm trying to setup a password protected screen in RSView Studio 4.0. What I want is to have a goto button on a non security screen that directs...
Replies
0
Views
3,570
is there a way to show/hide buttons in rsview 32 based on the user's scurity settings? i'm reworking our hmi and learning how to use view at the...
Replies
13
Views
3,848
Can anyone point me to some tips and tricks for getting the Windows based security on a PanelViewPlus to work properly. I configured the domain...
Replies
8
Views
8,792
Back
Top Bottom