Replies: 1 comment 2 replies
-
Has the node a reference of HasStructuredComponent (https://reference.opcfoundation.org/Core/Part3/v105/docs/7.22)? This feature is currently not support. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to all OPC UA interested. I have a question regarding Structured Data Type variables. The larger goal is to browse an existing OPC UA server through a client and export certain data structures as XML. Afterwards the XML shall be imported by a server. An existing server is to be cloned in this way. So much for the context.
The original server uses its own enums as well as structures that are used to create object types. The described elements are shown in the pictures. The variable "OperationModeInfo" has a type definition that points to the object type "OpconOperationModeInfo". As you can see in the pictures, there is a structure for this, in which the fields are defined.
On the original server, the individual values of "OperationModeInfo" are each accessible via their own NodeId and are listed as variables. However, when such an object is created on the FreeOpcUa server, this is not the case. The variables are only accessible via "OperationModeInfo" itself (cf. screenshots).
Is there a way to create the identical data structure with individually reachable values in FreeOpcUa?
Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions