-
Notifications
You must be signed in to change notification settings - Fork 692
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
Setting up multiple slave groups #398
Comments
No example available yet. Steps: PDO loop 1 at x Hz PDO loop 2 at y Hz Slaves that have not been reassigned to a group have group 0. |
Hi Arthur,
........................................................ |
I made one mistake. Before ec_config_init() you must set the logical start address of each group. If the problem persists, please post a zipped wireshark capture. |
Still having the same problem. Preparing the wireshark capture and sent it to you asap. |
Hi Arthur, |
Have you pulled the latest git for SOEM? The wireshark trace shows packets being send that do not align with the latest code base. Or you have added code in your test program that is more than you have stated above. Slaves are being put in safe-OP before a valid mailbox has been programmed. Anyway, I have made a similar set-up and that works with my code suggestion. No issues found. Two groups map independent and can do independent PDO loops. Moving slaves from one group to the other behaves as expected. |
Hi Arthur, |
Hi,
I am trying to set up two slave group with different update rate on my EtherCAT slaves. I can make it work when i set only one group, but having problem when try to set up for two groups. Is there an example on how to set up multiple groups? Which parameters i need to modify?
Regards
The text was updated successfully, but these errors were encountered: