Search
3 result(s) for unitId
-
OPC-10000-8 – OPC Unified Architecture - Part 8: Data Access5.6.4.3 Definition of EUInformationEUInformation structure namespaceUri String Identifies the organization (company, standards organization) that defines the EUInformation . unitId Int32 Identifier for programmatic lookup. -1 is used if a unitId is not available. displayName
-
OPC-10000-8 – OPC Unified Architecture - Part 8: Data Accesscharacters) has been converted into a 32 Bit Integer and is used for the unitId . The following pseudo code specifies the conversion algorithm: Int32 unitId = 0; Int32 ... CommonCode[i]; if (c == 0) break; // end of Common Code unitId = unitId << 8; unitId = unitId | c; } The Symbol field shall be used as invariant locale for displayName . Servers
-
OPC-10000-8 – OPC Unified Architecture - Part 8: Data Accesscode has been converted into a 32-Bit Integer and is used for the unitId . The following pseudo code specifies the conversion algorithm: Int32 unitId = 0; Int32 ... UnitCode[i] 0x1f; unitId = unitId << 5; unitId = unitId | c; } The Short Name field shall be used as invariant locale for displayName . Servers can configure multiple additional locales