You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a new to OPC/UA and getting up to speed. We have a project that depends on DI and Robotics. I want to expose both models with the ExampleServer in the MILO's server-examples . I was able to do the folliowing
I see that the ExampleServer starts up an ExampleNamespace. If I need to expose the mergedNodeSet which contains 2 namespaces,
Should I be creating two DINamespace and RoboticsNamespace classes which takes in the mergedNodeSet and filters only those nodes relavant for that namespace and add them ?
Also, should I be doing the following code to get the FolderNode for References , DataTypes , ObjectTypes and simply add the nodes from the UANodeSet ?
I am a new to OPC/UA and getting up to speed. We have a project that depends on
DI
andRobotics
. I want to expose both models with theExampleServer
in the MILO'sserver-examples
. I was able to do the folliowingI see that the
ExampleServer
starts up anExampleNamespace
. If I need to expose themergedNodeSet
which contains 2 namespaces,DINamespace
andRoboticsNamespace
classes which takes in themergedNodeSet
and filters only those nodes relavant for that namespace and add them ?FolderNode
for References , DataTypes , ObjectTypes and simply add the nodes from theUANodeSet
?If you can guide with some sample code for the import process, I appreciate that. Thanks in advance for your time.
The text was updated successfully, but these errors were encountered: