nauful / LibUA

Open-source OPC UA client and server library
Apache License 2.0
262 stars 94 forks source link

Question on how to read data from PLC #184

Closed jlanzarotta closed 2 months ago

jlanzarotta commented 2 months ago

Hello,

I am totally new to OPCUA and the technology. Is there a way to use your library to connect to an actual PLC and read data from it?

Thanks.

nauful commented 2 months ago

Yes, if your PLC can connect over TCP/IP as a server. Look at TestClient as a sample client for this library.

jlanzarotta commented 2 months ago

Many thanks. I will check that out.