How to work with an Extension Object
In this article, Victor share with us how to work with Extension Objects in Node-RED.
Extension Objects are a powerful feature in OPC UA that allow you to define custom data structures.
They are often used to encapsulate complex data types that do not fit into the standard OPC UA data types.
OPCUA For NodeRed provides a way to work with these Extension Objects in a powerful way.
This tutorial will guide you through the process of reading and writing Extension Objects in Node-RED using the OPCUA Client nodes.