Topic RSS2:24, EEST
August 7, 2018
OfflineHi,
I am having problems to load the model, I am using this:
File model = new File(“OpenSCS.NodeSet2.xml”);
server.getAddressSpace().loadModel(model.toURI());
Like the SampleConsoleServer example, but I can not see the instances. My file OpenSCS.NodeSet2.xml has the UAObjects.
Do I have to do an extra step to see them?
15:47, EEST
April 17, 2013
OfflineHi,
You are loading the model correctly. However, one thing to note is that normally respective generated Java classes are registered into use with UaServer.registerModel method.
I would start by checking the model and making sure it’s correctly formatted. As an example, if the UaNodeset model doesn’t define references starting from standard instances such as Objects folder (NodeId i=85) then the instances don’t show up in the address space of the server as there’s no references leading to them.
We’ll be also happy to check the model file. Files cannot be attached here to the forum, so if you’d like to share the model with us please send an email to us at uajava-support prosysopc.com.
1 Guest(s)

Log In
Register