Jump to content

Recommended Posts

  • MVP 2023

This is handled with PLC code.

Unitronics has a password screen object which hashes the input value, but this limits you to one password only.  I typically don't use the hashed input so I can have a backdoor password as well as a user-changeable password.

Try your hand at HMI calls based on compare blocks in the PLC logic and post your code with what you've done so we can help.

Joe T.

Link to comment
Share on other sites

On 1/12/2018 at 6:03 PM, Joe Tauser said:

This is handled with PLC code.

Unitronics has a password screen object which hashes the input value, but this limits you to one password only.  I typically don't use the hashed input so I can have a backdoor password as well as a user-changeable password.

Try your hand at HMI calls based on compare blocks in the PLC logic and post your code with what you've done so we can help.

Joe T.

OK i have one question

When i make on hmi password , how can i it compare with my entry ? 

if entry equal with password i need to entry to hmi screen new  if isnt equal i need to show other screen with text wrong password

 

 

I resolve my problem

 

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.