Getting error in reading complex data using OPCFoundation.NetStanderd.Opc.Ua.Client.ComplexTypes.dll #2455
Replies: 1 comment 2 replies
-
Hi @mysterynirav, the complex type support has been vastly improved since 370 to properly support arrays also in complex types. Could you share the following information about your server: |
Beta Was this translation helpful? Give feedback.
-
Hi there,
We are using OPCFoundation.NetStanderd.Opc.Ua.Client and OPCFoundation.NetStanderd.Opc.Ua.Client.ComplexTypes to develop our own OPCUA Client which can connect to the server and get data.
Using the latest version of OPCFoundation.NetStanderd.Opc.Ua.Client.ComplexTypes version 1.4.370.12, the complex type data we are getting array data in extension object, but on first time execution on typeSystemLoader.Load() taking more than 1 minute.
I've attached a screenshot below for you to look over.
When we upgrade the same OPCFoundation.NetStanderd.Opc.Ua.Client.ComplexTypes.dll to version 1.4.372.106, we get the data in Byte[] format. We want to know how can we get the data in the extension object as the previous version of the library.
I've attached a screenshot below for you to look over.
Beta Was this translation helpful? Give feedback.
All reactions