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

Avoid using buses without positioners connected #20

Closed
albireox opened this issue Jul 18, 2019 · 1 comment
Closed

Avoid using buses without positioners connected #20

albireox opened this issue Jul 18, 2019 · 1 comment
Assignees
Projects

Comments

@albireox
Copy link
Member

Right now if a multibus device receives a broadcast, it sends it to all buses, regardless of whether there are positioners connected there or not. Instead we should:

  • Broadcast GET_ID to determine the bus-to-positioner mapping.
  • Clear any error in buses that got messages that were never delivered.
  • From there on, when a broadcast is sent, skip buses without positioners.
@albireox albireox self-assigned this Nov 12, 2019
@albireox albireox added this to To do in General Jul 14, 2020
@albireox
Copy link
Member Author

#131 should have taken care of most of these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
General
  
To do
Development

No branches or pull requests

1 participant