Page 1 of 1

subscribe data from the client

Posted: 16 Jan 2020, 14:08
by SeongsuByeon
I have one question about the writing and reading data in OPC UA.

I have tested OPC UA client and server by writing specific values on the server and reading these values from the client.

But for the project, I have to transfer sensor data to OPC UA Server. It means that I should use the client as a publisher.

Can I make client publish data to the server?

I do not expect the solution but a just intuition or approach.

Thanks

best regards
Seongsu Byeon

Re: subscribe data from the client

Posted: 19 May 2020, 22:19
by Support Team
Hello,

you can either be client and write to a variable/node of a server or (if the server supports the subscriber side of the PubSub extension) you can "publish" dataSet and server may be configured to pick it up. Depending on what is the server supposed to do with the sensor data, and the capabilities of the server, you can either do the one or the other.