I try to implement an OPC UA Server in CodeSys Control Win. I have a NodeSet with a bunch of objects, variables and methods and all of them have a defined Node ID and a defined path.
But I have no idea how I am able to map my local objects to it. the configuration does find the right mappings but instead of mapping it, it will create a new object, variable or whatever in a default namespace with a default nodeID.
I'm hoping that CodeSys is able to handle my problem and someone of you can show me how.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I try to implement an OPC UA Server in CodeSys Control Win. I have a NodeSet with a bunch of objects, variables and methods and all of them have a defined Node ID and a defined path.
I figured out how to import a nodeSet file.
(https://help.codesys.com/webapp/_cds_runtime_opc_ua_server;product=codesys;version=3.5.17.0)
But I have no idea how I am able to map my local objects to it. the configuration does find the right mappings but instead of mapping it, it will create a new object, variable or whatever in a default namespace with a default nodeID.
I'm hoping that CodeSys is able to handle my problem and someone of you can show me how.
I think, I have the same issue. Do you find a solution for it?