Issue 4779: Improved mapping between OPC and DAIS (dais-ftf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Uncategorized Issue Severity: Summary: The following improvemnts are suggested- the COM iterator requires new methods- introduce server handles to enable simple bridging to OPC, improve perfromace and memory consumption in server.- introduce the OPC blob to enable simple bridging to OPC, improve perfromace and memory consumption in server. Add methods reset() and clone() to the Iterator.Replace ItemID with OPCHandle in all methods but create and validate entries.Add the blob.For more details se discussion below. Resolution: see above Revised Text: Refer to comments in [1] · LOO4, LOO6, LOO10, LOO18 and LOO19 in section 3.1.5 · LOO30 in section 3.1.6 · LOO33 in section 3.1.7.2 · LOO43 in section 3.1.8.2 · LOO60 in section 4.2.4.2 · LOO66, LOO67, LOO68, LOO69, LOO70, LOO71, LOO72, LOO73, LOO74, LOO75, LOO76, LOO77, LOO78, LOO79, LOO80, LOO81 in section 4.2.5.2 · LOO85, LOO87, LOO88, LOO89, LOO90, LOO91, LOO92, LOO93, LOO94, LOO95, LOO96, LOO99, LOO100, LOO101, LOO102, LOO103, LOO104, LOO105, LOO106, LOO107, LOO108, LOO109, LOO110, LOO111 in section 4.2.6.2 · LOO148 in section 5.2.8.2 Actions taken: December 14, 2001: received issue October 23, 2002: closed issue Discussion: Add methods reset() and clone() to Iterators. Replace ItemID with OPCHandle in all methods but create and validate entries. Re-introduce the ServerItemHandle replacing the ItemID in read and write calls. The new error code ERROR_INVALID_HANDLE is already defined by Microsoft and a new name must be created for this error code, i.e. ERROR_INVALID_DAIS_HANDLE. End of Annotations:===== This is issue # 4779 Improved mapping between OPC and DAIS The following improvemnts are suggested- the COM iterator requires new methods- introduce server handles to enable simple bridging to OPC, improve perfromace and memory consumption in server.- introduce the OPC blob to enable simple bridging to OPC, improve perfromace and memory consumption in server. Add methods reset() and clone() to the Iterator.Replace ItemID with OPCHandle in all methods but create and validate entries.Add the blob.For more details se discussion below.