Go to documentation repository
...
| Info | ||
|---|---|---|
| ||
The information about all connections of the local computer (kernel) to other remote computers (kernels) registered during the configuration of the distributed architecture is displayed in the Architecture tab of the System settings window. |
...
| Code Block | ||
|---|---|---|
| ||
if (Event.SourceType == "CAM" && Event.Action == "MD_START")
{
var camid = Event.SourceId;
var compname = GetObjectParentId("CAM", camid, "COMPUTER");
var ip = GetIPAddress("WS1","WS1"); \\if the script is run on the computer where kernel of Axxon PSIM software has been installed
DebugLogString("IP- address of the alarmed camera computer" + ip);
} |
...