Hi All,
Has anyone ever used the "loadAddressSpace" command of the "OpcUa - Server" node of the "node-red-contrib-opcua" library?
I'm trying to create an XML of variables to load into the OPC UA server when the flow starts.
This is so that when the flow starts I already have a correctly configured server without having to execute the "AddVariable" and "AddFolder" commands individually.
As a test I'm doing this:
-
I modify the server with the "addVariable" and "AddFolder" commands
-
Use the "saveAddressSpace" command to save the configuration I created
-
I restart node red and use the "loadAddressSpace" command to reload the previously loaded configuration
When I do this the console gives me this error:
Can anyone tell me why and how I can solve it?
Node JS: 18.19.0
Node Red: 3.0.2
node-red-contrib-opcua: 0.2.320

