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
After 1 line replace the row server.engine.addressSpace.addFolder("ObjectsFolder", { browseName: top});
with namespace.addFolder("ObjectsFolder", { browseName: top});
9 rows down replace the row server.engine.addressSpace.addFolder(node, { browseName: path[sub]});
with namespace.addFolder(node, { browseName: path[sub]});
And for last 6 rows down replace the row nodes[topic] = namespace.addVariable({
with nodes[topic] = namespace.addVariable({
Hi, I know this is an old project, but it is very useful on my side.
However, I can't run the code due to the ff error:
Hoping you can help me.
Regards,
Henjoe
The text was updated successfully, but these errors were encountered: