Closed JoaoMCPereira closed 6 years ago
My Issue #26 might be related since it throws the error Error: Session Not Valid On Read
. As of my understanding the Connector-Node could not connect to the OPC-UA server, so the read/write nodes can't access the server endpoint.
What I had to do in order to get the examples to work was:
LOCAL SERVER
or set/check the endpoint uri is correct
do not inject read, listen or write before server is ready - use the start delay with some seconds
I'm new to node-red and to OPC-UA. After installing node-red and this module I run a few examples and always got the same error message saying "Error: Session Not Valid On Write" I also copy the examples 'write.json', 'read.json' and 'server-demo.json' but same error message is showing up. What I'm missing? I need to install something else besides 'node-red-node-data-generator'?
Thanks for the help