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

Converting to Units when data is read with syncRead and BulkRead #132

Open
SupSonAlv opened this issue Sep 18, 2023 · 0 comments
Open

Converting to Units when data is read with syncRead and BulkRead #132

SupSonAlv opened this issue Sep 18, 2023 · 0 comments

Comments

@SupSonAlv
Copy link

First of all, hi:
I don't know if it's right to ask this here. If it is not the right location, I would appreciate it if you could give me an idea for the relevant location.

-The servo motor I use is mx-106 (protocol 2.0).
-I am using the OpenCR 1.0 card.

-In the library
getPresentPosition
getPresentVelocity
getPresentCurrent
With its functions, it can directly convert the data into the required units and export it.
But I want to do this for data read with SyncRead.
-From two servos with SyncRead
present_current;
present_velocity;
present_position;

I can read data from addresses with syncRead(I think it can also be used for BulkRead) and I want to convert this data into units. How can I do this? How can I use a built-in function for this?

Every opinion given is worth respecting.

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