convertersystems / opc-ua-tools

Tools to build an HMI using OPC Unified Architecture (OPC UA) and Visual Studio.
31 stars 11 forks source link

Create structure from tree #8

Open franklupo opened 3 years ago

franklupo commented 3 years ago

Hi, is it possible to create the class that represents a structure from the tree?

Bets regards

awcullen commented 3 years ago

That would be a useful addition. We can't do that now. Some have exported the Nodeset file from Siemens S7 and used a tool https://github.com/quinmars/UaTypeGenerator to create a type library. Then the library can be added to the Visual Studio project and the custom types can be used.

see https://github.com/convertersystems/opc-ua-client/issues/191#issuecomment-797865815