Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is read_multiple the best way to readout a set of values frequently for every 100ms? #714

Open
MBL-DGS opened this issue Jul 8, 2024 · 1 comment
Labels

Comments

@MBL-DGS
Copy link

MBL-DGS commented Jul 8, 2024

I want to readout a set of 20 variables every 100ms even when the value did not changed.

I tried subscribing to a variable which changes every nanosecond and subscribe to it every 100 ms. Then define the variables to read from, and lastly add a read action to obtain the value. (see image below).

I saw the option, read multiple. Is this much more efficient/ computationally effective , since i sometimes get connection failures after some time it is deployed.

image

This is the example with multiple read:
image
image

@mikakaraila
Copy link
Owner

Most probably yes if target server will provide response fast enough and your client can process data so fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants