OPC UA NODE RED ERROR Message

Hello I am trying for a school project to creat a dashboard via Node red which gets his data from a opc ua client and the client gets it from a server. The problem is when i am connected to the other pc where the server is running via LAN and try to start node red it starts normally and gives me my Url but after that this error message comes:

client_tcp_transport :48 [NODE-OPCUA-E05] this transport protocol is not supported :opc.tpc:

I looked on Google but could not find anything useable. Could you please help me out? Thanks in advance :wink:

Welcome to the forum @MaxDP

Have you got a typo in the setup somewhere? tpc instead of tcp?

OPC UA Server endpoint url format:
opc.tcp://hostname:port/resource-path

Example:
opc.tcp://H7Q8Q13.mshome.net:53530/OPCUA/SimulationServer

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.