Ahmaad
2 November 2023 22:09
1
Hello, I installed docker desktop then I installed nodered.
I used the following from NodeRed for this:
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red
Now I want to set up OPCUA server. I installed the necessary pallets for this.
node-red-comtrib-opcua
node-red-contrib-opcua-server
And this is the Flow (from Examples)
Everything looks good, the structure is obviously being built!
so I try to connect to this OPCUA server using UA-Expert, but it doesn't work.
I used “localhost” for the IP address. Port remained the same "54845".
For the IP address i also used "host.docker.internal" but unfortunately not successful either.
I get this message all the time: BadCommunicationError
Is it correct that I use "localhost" as IP address? If not, what else should I use?
Thank you very much!
Ahmad
Colin
3 November 2023 07:41
2
Do you have a good reason for using docker? If not then I suggest you don't. It can make life difficult as you are finding out.
Ahmaad
3 November 2023 09:37
3
Hi Colin,
yes I do.
This is my reason:
Hello everyone,
I have a problem with building an OPC UA server.
I have built a flow where I use an OPC UA server. Everything worked great. I recently checked again and then I see that nothing works anymore.
Node-Red runs on a server. All necessary palettes are added.
I then deleted my flows and added an example flow from the library and tried it out. Unfortunately, this example doesn't work either. (see image)
I use UA-Expert to check the connection.
Picture 1:
[image]
The problem is t…
system
Closed
2 January 2024 09:37
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.