Replies: 2 comments
-
To create folders and nodes manually, try to search for example, this one: I am not familiar with Hope it helps. |
Beta Was this translation helpful? Give feedback.
-
Please check out the sample documentation here on how to create your own NodeManager: https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Workshop/DataTypes |
Beta Was this translation helpful? Give feedback.
-
Type of issue
Current Behavior
I am quite new to OPC UA so forgive me if the question is rather basic.
I would like to create an OPC UA Server that implements the Machinery specifications.
I've found the nodesets and succesfully compiled them with ModelCompiler.
Now i would like to create all the server structure directly in c# excluding the xml import.
Is there a trail to follow or that could help me in doing this?
The first thing i cannot understand is: do I need to create a NodeManager (inheriting NodeManager2) for the whole Machinery Nodeset or should I create more node managers and create a sort of connection between them?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions