subscribe data from the client

Unified Architecture topics related to OPC UA Specification, compliant behavior and any technical issues of OPC UA, like Security, Information Model, Companion Specs DI, PLCopen, ADI, ...

Moderator: Support Team

Post Reply
SeongsuByeon
Jr. Member
Jr. Member
Posts: 2
Joined: 14 Jan 2020, 17:35

subscribe data from the client

Post 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

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: subscribe data from the client

Post 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.
Best regards
Unified Automation Support Team

Post Reply