OPC UA Client continues reading

Hello,

I have OPC UA Client where I read two items as shown in the picture.

I have set the inject timer to 10ms interval, each 10ms, the node fetches the updated data. This is an issue for me as I will have continues request of data each 10ms, and not only when data has changed. Is there a way of implementing call-back method. By the way I am using a PLC as OPC UA server host.

Cheers,
Kamal

OPC UA limits sample interval to 100ms.
If you can store values to array and then update array with slower sample rate.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.