JOTA Posted February 27, 2017 Report Share Posted February 27, 2017 Hello: I am using Visilogic to program an application for a V1210 HMI unit. My application requires 3 level of users: Operator Supervisor Programmer Each kind of user should have a password. Of course, all of those passwords should be different. Can someone suggest a way to do this? Thank you in advance Link to comment Share on other sites More sharing options...
Cam Posted February 28, 2017 Report Share Posted February 28, 2017 Can you please clarify. Is it just three users/levels with 1 password per user/level? Or multiple users with three access levels(multiple users per access level with different unique ID's and passwords) For the first case you may want to look at a password screen. For the second case you may want to look at a data table that would conatin the user login, password and access level. Cam Link to comment Share on other sites More sharing options...
JOTA Posted March 1, 2017 Author Report Share Posted March 1, 2017 Hello: Thanks for your answer. In order to clarify, it is only 3 users/level and 1 paswword per user/level. I want to set a password for each user but can't find how to do it on help. Link to comment Share on other sites More sharing options...
Cam Posted March 1, 2017 Report Share Posted March 1, 2017 In the help file search for Password, then review the Password: Keypad Entry This would allow you to place a keypad entry variable(it's under Numeric -> Password) on the screen for each level. When touched if a valid password is entered you can then use the Legal Entry MB (which you have to assign to the variable.) to jump to the screen you want to protect. Cam 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now