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

Connection timesout when connecting to multiple clients to modbus server in parallel over modbus tcpip connection #500

Open
maitreyi-timesys opened this issue Apr 20, 2023 · 3 comments

Comments

@maitreyi-timesys
Copy link

I am using modbus-serial package to connect to EthernetPLC using TCPConnect() method.
My program continuously reads and writes registers from PLC.
I have 3 Clients in parallel which will connect to Ethernet PLC device.
But when I connect 1, the other one gives connection timeout Error.
when other one connects then Port not open error on previous Client is noticed.

Interestingly, when I connect my program with modbus-SIMULATOR exe, (https://sourceforge.net/projects/modrssim/) I can seemlessly connect multiple devices and run the same application, without getting any communication error.

@indroneelray
Copy link

I have this issue too. I've been currently extracting data from 1-2 PLCs for the demo. I'm in a situation where my end product will be reading data from approximately 800 PLCs. I am extremely worried that when we get to that point, this method of extracting data might not hold up. I'm eagerly waiting for a response from the author of this repo

@indroneelray
Copy link

@maitreyi-timesys did you manage to figure this out?

@maitreyi-timesys
Copy link
Author

maitreyi-timesys commented Aug 24, 2023 via email

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

No branches or pull requests

3 participants