
Sparkyinak (Customer) asked a question.
Hi,
I would like to temporarily prevent access to some HMI screens when the PLC signals the HMI to do so. I do not want to necessarily have to enter a password every time the screen is selected plus passwords can be forgotten. I can prevent the HMI from activating IOs within the PLC but I would like to prevent access to certain screens within the HMI programming when signaled from the PLC. Although I can blank out objects within a screen with their "Object Visibility Option" screen, however, the function keys are still active per their programming and do not appear to have the "Object Visibility Option" like other objects do, that I am aware of, That would definitely meet my needs too if that is possible. Thoughts?
Thank you in advance.
Jerry
Use the PLC <-> Panel features under Function to use the PLC to change the current screen to a duplicate of the screen that just displays values and has nothing assigned to function keys. Once back to a state where user can adjust settings, have the PLC switch HMI to the appropriate screen.