1

Can anyone help me out to implement the OPC UA client implementation using the OPC Foundation ANSI C Stack. I believe that only the server implementation is available in the repository, so far.

I have the OPC UA server working using the OPC Foundation ANSI C stack and i'm using the GUI client to communicate to the server.

It would be great if anyone helps me out to implement a simple client using the OPC Foundation ANSI C stack to connect to the server and do a data access (single variable) from the server's address space.

TechDev
  • 41
  • 2
  • 4

1 Answers1

0

Why do you want to complicate your life using the stack directly? use a SDK.

Here is an open source option that offers client and server options https://open62541.org/. It comes with examples and good documentation.

IzonFreak
  • 409
  • 1
  • 5
  • 15