Go to documentation repository
The GetUserId method returns the identifier of the current Axxon PSIM Software System user.
Method call syntax:
function GetUserId (cmp : String) : String
Method arguments:
For example: To display the identifier of the current user of the Axxon PSIM Software System, which has been installed on a computer named 'WS3':
DebugLogString(GetUserId("WS3"));