TozoM8 Posted April 10, 2014 Report Posted April 10, 2014 I just bought a couple of V130J PLCs and running a small program on it. It has a weigth and humidity control that I would like to put the settings behind a password. I have a couple V1210s that has multiply passwords for different access levels and it was easy to set up. However this "non touch screen" is giving me trouble. I can't figure out how to use the keypad on it. I had to set it up so the up-down arrows adjust the settings and the left-right arrows scroll through the pages. Any help would be greatly appreciated. 324.vlp
Kikis Posted April 10, 2014 Report Posted April 10, 2014 Hello, To increment values of keypad entry operands using up/down arrows, enable up/down arrow mode in the property window of each HMI element. To scroll between pages with left/right arrows, link SB 51 and SB 52 to a jump condition for a screen in "links and jumps" configuration. Hope this Helps.
Eyal Koren Posted April 10, 2014 Report Posted April 10, 2014 Hi, Your problem lies in the application, in Main Routine nets 19-22. You are constantly calling a function to load a specific screen, and that is not allowing you to edit the value of the keypad entry variable. The solution is to load a screen with a transitional contact. I attached the corrected application. 324.vlp
TozoM8 Posted April 10, 2014 Author Report Posted April 10, 2014 Thank you! It works great. The second part of my problem is the password. The password variable looks different then the help file examples. I've tried to set it, but SB250 never goes high. What am I missing here?
Eyal Koren Posted April 13, 2014 Report Posted April 13, 2014 Thank you! It works great. The second part of my problem is the password. The password variable looks different then the help file examples. I've tried to set it, but SB250 never goes high. What am I missing here? V130 is an Enhanced Vision PLC. That means that SB250 and SB251 wouldn't work. What you need to do is to define a "Legal Entry" MB (in the Variable: password menu) that will set when the password entered is correct. Another useful operand is SI45. It counts the number of attempts for entering password. You can use it to limit the password inputs by the user. 1
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