Hi,
I am a beginner on OPC UA Server and I am using VS2017 to customize it. I could run the Server and Client examples and create my own node.
My questions are:
1) Is it possible to customize the OPC UA Server's form? I couldn't find the form in the project's folder and I would like to customize or remove it.
2) Is it possible to remove the Server and Objects nodes from the OPC UA Server's example? I would like to keep in the root only my customized node.
Thanks in advance!
05/30/2017
All of the code should be on GitHub include all of the code used with the form:
https://github.com/OPCFoundati.....ETStandard
Start with Program.cs for the Server EXE.
The Server and Object Nodes are required by the OPC UA specification and cannot be removed.
If you have a reason to hide those in a UI then you simply ad your root under Objects and show that as your top level in the UI.
1 Guest(s)