Louis D
Louis D

Reputation: 1

OPC UA : Get the current state of items on server

I am currently working on a OPC UA application to get data form a OPC server. I get data when an item has changed using MonitoredItems, but I would like to get the data from the server at any time, not only when the values change.

Does someone know how to do that ?

The code I am using comes from here : OPC UA : minimal code that browses the root node of a server

Thanks a lot

Upvotes: 0

Views: 749

Answers (1)

Kevin Herron
Kevin Herron

Reputation: 6985

You can issue a ReadRequest for the values you're interested in at any time.

Upvotes: 1

Related Questions