-
Notifications
You must be signed in to change notification settings - Fork 685
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 and PDO parallel execution #867
Comments
Yes, PDO and SDO can function perfectly next to each other. But make sure they are running in different threads. Also check the return value of any SDO function, they might fail. And when it fails check the error message that is stored in the error list. |
OK, but did you do it the way I instructed? You do not show any of your code or a wireshark trace. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good day everyone.
I need periodically request not mappable object by SDO. So the question occured. Can we parallel execute next actions?
ec_send_processdata();
ec_receive_processdata(EC_TIMEOUTRET);
and
2.
ec_SDOread(1, index, subindex, FALSE, &size1, &v1, EC_TIMEOUTSAFE);
The text was updated successfully, but these errors were encountered: