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

SDO client timeout not working as expected when using COCSdoRequestDownload(...) #161

Open
MathiasVanbelle opened this issue Sep 10, 2024 · 0 comments

Comments

@MathiasVanbelle
Copy link

Describe the bug

SDO-timout of SDDO download request are not always good.

To Reproduce
Steps to reproduce the behavior:

  1. try to send every 1ms a SDO request as client
  2. use a timeout of 10ms
  3. disabling device that should answer
  4. timeout should be 10ms, but it is not!

Expected behavior
after disabling device the timeout should be 10ms.

Additional context
Removing the timer in COCSdoTransferFinalize() function seems to fix the problem.
Timing seems ok then.

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

1 participant