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

Read weird result from InputRegisters when open multiple modbus client #90

Open
HanochZhu opened this issue Nov 29, 2022 · 2 comments
Open

Comments

@HanochZhu
Copy link

Hi,
I encounter a weird problem when multiple modbus client running on the same computer. The first client read wrong number from server when the second client launched. For example, The first client read from InputRegister with 1 block. It shows correctly what display on server. After the second client launched, The frist client will read a wrong number, It always looks like -29221 or 9435 such a weird number.

How to solve this problem? Is there any configuration with wrong input? Thanks?

@Padanian
Copy link

You have to consider latency on the server side. Not all servers are so well written to withstand concurrent communication with reasonable latency.

@HanochZhu
Copy link
Author

Thanks!
I will check it with our server developer.

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

No branches or pull requests

2 participants