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

Can I Increase the delay before "GatewayTargetDeviceFailedToRespond" error? #42

Open
EricPublic12 opened this issue May 13, 2019 · 1 comment

Comments

@EricPublic12
Copy link

I have a serial connection to a Modbus Server and everything seems to work okay, but I seem to get a "GatewayTargetDeviceFailedToRespond". If I retry the operation, it seems to continue, but this causes the overall communication rate to be much slower than desired.
I tried using retries, retry, but the results seems to be the same.
I also tried modifying maxDataInterval, but again the results seemed to be similar.
What variable is used to decide how long to wait, before deciding the device failed to respond?
Is it one of the variables mentioned above?
Eric

@dresende
Copy link
Member

It's the retry option. Default is 500 ms, raise it to a few seconds and try.

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

No branches or pull requests

2 participants