Hii, How to assign password for Input field or numerical entry in CHMI 800 ?
I am using Compact HMI 800, in this I developed screens through which operator enters some values for which I used graphic primitives "Input field". I want to assign password for this "Input field" so that operator can enter value when password is correct. Please help me how to do this or is there any other properties available for the same.
Voted best answer
Use "PasswordDew" option from Items hoisted or Element hoisted property. Assign a expression vaiable with a constant string.
In the Password dew you should write expression like the entered string should match the string constant.
Add new comment