Hi all,
We use the PLCnext User Management to manage access for different user roles on the eHMI.
This works quite well.
Now we would like to implement some kind of „logging-feature“:
We want to write a log-entry into a log file with a timestamp and the user name, every time a user logs in or logs out on the eHMI. Is there any way how this could be done?
Thanks and regards
Fabian
Combination of processing System Variables\HMI_STATUS2 and binding of Application Tag CurrentUserName to additional PLC variable for further change detection can be one of desirable ways to solve your problem.