Skip to main content
1-Visitor
September 12, 2019
Solved

KepServerEX for communicating between two OPC UA Clients?

  • September 12, 2019
  • 1 reply
  • 1687 views

We have two OPC UA Clients (PC) and want to communicate between them using KepServerEx.

There i no PLC involved!!!

 

Is this possible?

if it is, which driver should I use?

 

The clients are Pi System and a customer specific program.

Best answer by Fred_Loveless

Greetings, you will want to use the Memory driver. It can be configured to persists values on server shutdown but more importantly because it is memory based and does not use a PLC all communications is processed via local memory cache.

1 reply

5-Regular Member
September 12, 2019

Greetings, you will want to use the Memory driver. It can be configured to persists values on server shutdown but more importantly because it is memory based and does not use a PLC all communications is processed via local memory cache.

andis591-VisitorAuthor
1-Visitor
September 12, 2019

Worked like a charm!

 

I have succeeded using the ODBC Client driver and MS SQL Express server (which was what the Swedish distributor recommended...), but this is much simpler!

 

Thank you very much!

// Anders