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

[FEATURE REQUEST] For Dynamixel devices add a read / write loop that can process sequential registers #63

Closed
sonelu opened this issue May 27, 2020 · 0 comments · Fixed by #66
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sonelu
Copy link
Owner

sonelu commented May 27, 2020

Is your feature request related to a problem? Please describe.
For Protocol 1.0 with AX devices only SyncWrite is available. For reading multiple registers from devices we need to resort to a BaseReadSync that is very inefficient.

Describe the solution you'd like
It should be possible to use READ instruction across a series for registers that are one after another and then interpret the returned values according to the length of each register.
This would work for read and write loops.

Describe alternatives you've considered
Using BaseReadSync but this is very ineficient.

Additional context

@sonelu sonelu added the enhancement New feature or request label May 27, 2020
@sonelu sonelu added this to the Release 0.1 milestone May 27, 2020
@sonelu sonelu self-assigned this May 27, 2020
sonelu added a commit that referenced this issue May 28, 2020
RangeRead in dynamixel and fix #63; additional testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant