1/29/2025 5:20 PM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi _paulg_, WinCC Unified is designed as a multi-client system. This means that several clients can connect to a runtime system and each client uses its own session. It is therefore possible for several users to be connected. This results in "@UserName" being a local system tag of the current session and as a local tag it cannot be used in a scheduled task as these are run in a global scope. So you need to use the tag in a script placed somewhere on a screen object - preferably one that is always active. Kind regards |
Follow us on