Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page The IsAvailableObject method  The GetEventDescription method Next page


The GetUserId method returns the identifier of the current Axxon PSIM user.

Syntax for method invocation:

function GetUserId (cmp : String) : String

Method arguments:

  1. cmp is a required argument. It specifies the name of the computer on which Axxon PSIM is installed. Possible values: String type that meets requirements for network computer names, range is limited by computer names registered in the system.

Example. Display in the debug window the identifier of the current user of Axxon PSIM installed on a computer named 'WS3':

DebugLogString(GetUserId("WS3"));
  • No labels