Rate limit for client write requests

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
jramirez-jh
Hero Member
Hero Member
Posts: 21
Joined: 14 Jun 2021, 23:39

Rate limit for client write requests

Post by jramirez-jh »

Is there any built in feature that allows the server to rate limit the write request? For example, if the client is reading some coils every second and writing exactly the same data too frequently (data has not changed) to some OPC-UA Server Variables, is it possible the server limits that writing frequency or is it something that the client by itself needs to implement?

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

Re: Rate limit for client write requests

Post by Support Team »

There is no direct way to limit the accepted write request frequency. Maybe you can describe your use case in more details. So you have a client that is reading data from somewhere and is writing that data to a OPC-UA server? Are you developing the client, the server or both? And what is the problem of changing a value in the server every second?
Best regards
Unified Automation Support Team

Post Reply