LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

OPC UA: 3rd party OPC client connect to LabVIEW OPC server

Hi all,

 

Currently I am trying to connect a 3rd party OPC UA client to LabVIEW OPC UA Server

  • I created an OPC UA server using LabVIEW with this endpoint URL: opc.tcp://hostname:49580
  • The OPC UA client in my demo is the OPC Quick Client in KEPServerX6 

My question is can this OPC Quick Client connect to this local OPC UA server hosted by LabVIEW? While I am still looking for solution, any inputs from you guys are much appreciated 🙂 

0 Kudos
Message 1 of 3
(1,989 Views)

Hi,

I am looking at it too and I am sorry but i don't know the LabVIEW OPC UN Server.

 

I was trying to connect to an opc server which address is opc.tcp:\\<machine_name:port>\OPCUA\<server_name> but using the datasocket.

However I still cannot connect. Maybe the datasocket protocol is not evolved enough to se this kind of OPC server.

 

If someone has more information it would be wonderful.

Many thanks

0 Kudos
Message 2 of 3
(1,167 Views)

What do you mean by "data socket"?

 

OPC UA is a complete protocol, and ist completely different from the old OPC "non-UA".

You need the OPC UA toolkit, and then develop your own server VI. This isn't complicated (see LV examples), but must be done.

0 Kudos
Message 3 of 3
(1,155 Views)