Difference between revisions of "OPC UA Application URI Derivation"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
 
! Category !! Name !! Description
 
! Category !! Name !! Description
 
|-
 
|-
|rowspan="2"| Common || HostName ||
+
|rowspan="4"| Common || HostName || Host name of the local computer.
 
|-
 
|-
| ModuleName||  
+
| ModuleName || Name of the main module for the current process.
 +
|-
 +
| ProcessId || Numeric Id of the current process.<ref>Normally not used, as it is not stable enough for the intended purpose.</ref>
 +
|-
 +
| ProcessName || The name of the current process.
 
|-
 
|-
 
|rowspan="4"| Application Assembly || SimpleName||  
 
|rowspan="4"| Application Assembly || SimpleName||  

Revision as of 14:34, 20 December 2022

(TBD)

Category Name Description
Common HostName Host name of the local computer.
ModuleName Name of the main module for the current process.
ProcessId Numeric Id of the current process.[1]
ProcessName The name of the current process.
Application Assembly SimpleName
Version
Culture
PublicKeyToken
Application Version Info NameToken
FileVersion
Language
  1. Normally not used, as it is not stable enough for the intended purpose.