RSView ME: Pushbutton Security

Join Date
Oct 2004
Posts
51
Is there any way that I can add security to a pushbutton?

I only want the button to be available if the correct user is logged in.

However, I still want users to be able to access the screen to view the status of the item.
 
Under Animation > Visibility, click on Expression. Under Function > Function Categories, you will find Security. You can set visibilty of the button if the logged-in user has the proper level of security 9see security codes), or if the logged-in user's password matches the password set in the string (CurrentUserName() - name of current user).
 
I have been a bigger fan of putting a seperate logon for the specific function. ie Put a button on the screen called "Log On". This button writes a value to the PLC which if correct sets the visibility (and enable) of another button you wish only certain people to use. I usually have a logout as well + a timed log out in the PLC.

Regards Alan Case
 

Similar Topics

I must be mis remembering, but what I need to do is this. 1.Press GOTO Display button 2.Screen pops up AND a value is written to the plc...
Replies
1
Views
2,234
Hello all, I am using RSView Studio 4.0, and was wondering if it was possible to have one maintained pushbutton toggle a tag in each of two PLC's...
Replies
6
Views
2,697
On an operator screen I would like to have a "STOP" momentary pushbutton popup a "ARE YOU SURE" display with a "YES" and "NO" button. What is the...
Replies
18
Views
6,929
Hey guys, I have not worked with RSView for a bit. I have an application that operators are complaining that the pushbuttons don't take all the...
Replies
1
Views
1,918
Hello fellow wirenuts, I am looking to find the P.B. touch indicator option on version 13.00 and failing. It has been a year or so since I last...
Replies
9
Views
322
Back
Top Bottom