How to disable operation in new ABB user
Dear sir,
I am using CHMI 5.1, and customer's requirement is to put some buttons in read only mode if I login in some particular ABB user account
. How can I achieve the same?
Voted best answer
In "Enabled" property of that button add expression like If user="Requireduser" then true else false
Note: User should be UserAccountName() and Requireduser is which ever user that should be enabled assign UserAccountName() as expression in expression variable and use another expression variable for the If user="Requireduser" then true else false and then assing that variable in "Enabled" of that button.
2.Usernames are case sensitive so in = exactly you should write username
Answers
Hi for Particular Button you can write Expression in Enable Input property that user login with Operator disable the write operations.
by aravind12a6 Rank: 153 on 4/4/2018 1:07:39 AM | Like (0) | Report
What is the type of button?
by nitin1107 Rank: 210 on 4/4/2018 5:22:51 AM | Like (0) | Report
Push Button.
Add new comment