opcua-client-gui icon indicating copy to clipboard operation
opcua-client-gui copied to clipboard

Sampling rate improvement

Open BhargavN02 opened this issue 1 year ago • 3 comments

Can anyone let me know how to increase the sampling rate of the data incoming? The data frequency at the server is around 20kHZ. The current subscription I'm using has a sampling rate of around 200Hz. Is this a restriction from OPC?

BhargavN02 avatar Dec 03 '22 14:12 BhargavN02

That is a limitation of hw and programming language. You may manage 200hz maybe 500 with c++/rust code. No way you will make 20khz. In python 100hz is almost the max maybe 50 with ua

oroulet avatar Dec 04 '22 16:12 oroulet

oh , so it there any other way for a 20khz writing rate?

BhargavN02 avatar Dec 04 '22 16:12 BhargavN02

As i wrote over this is not possible in software

oroulet avatar Dec 04 '22 17:12 oroulet