Go to documentation repository
The GetUserId method returns the identifier of the current Axxon PSIM user.
Syntax for method invocation:
function GetUserId (cmp : String) : String
Method arguments:
Example. Display in the debug window the identifier of the current user of Axxon PSIM installed on a computer named 'WS3':
DebugLogString(GetUserId("WS3"));