Handling structure DataTypes
Posted: 10 Jun 2024, 09:07
Hi,
Due to the integration of production lines with new technology into our systems, I need to expand the management of data by dynamically managing different types of ExtensionObjects.
I'm looking for example codes for this and so far I've found this: https://documentation.unified-automation.com/uasdkc/1.10.0/html/client_structure_datatypes.html.
This example does not work because the functions in the uastack\utilities modules are not exported into the uastack ddl because the function declarations are missing the OPCUA_EXPORT definition. If I fix this, the sample code can be linked and works the static decoding.
Well, I would be interested in what the sample code does not cover - see the comment in. How to use the TypeID, how to get the type definition from the server and how to decode the data inside the ExtensionObject based on that.
Do you have a complete sample code or any specific suggestions for this?
Thanks
Zoltan Nemeth
ANSI C Based OPC UA Client, 1.10
Due to the integration of production lines with new technology into our systems, I need to expand the management of data by dynamically managing different types of ExtensionObjects.
I'm looking for example codes for this and so far I've found this: https://documentation.unified-automation.com/uasdkc/1.10.0/html/client_structure_datatypes.html.
This example does not work because the functions in the uastack\utilities modules are not exported into the uastack ddl because the function declarations are missing the OPCUA_EXPORT definition. If I fix this, the sample code can be linked and works the static decoding.
Well, I would be interested in what the sample code does not cover - see the comment in. How to use the TypeID, how to get the type definition from the server and how to decode the data inside the ExtensionObject based on that.
Do you have a complete sample code or any specific suggestions for this?
Thanks
Zoltan Nemeth
ANSI C Based OPC UA Client, 1.10