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

MovLIO documentation incorrect #3

Open
NA-D2Solar opened this issue Sep 30, 2022 · 1 comment
Open

MovLIO documentation incorrect #3

NA-D2Solar opened this issue Sep 30, 2022 · 1 comment

Comments

@NA-D2Solar
Copy link

NA-D2Solar commented Sep 30, 2022

I'm trying to implement the MovLIO function with my MG400, but it seems that the parameters are not ordered correctly in the documentation. The ReadMe says: {Mode,Distance,Index,Status}, but in my attempts the parameters are {Index, Status, ?, ?}. I can get the correct pin to the correct state this way, but I am unable to tell what, if any, changes to the other parameters affect the distance.

Edit: I got the distance to work with: MovLIO(X,Y,Z,R,Mode,Distance,{Index,Status,?,?}) but that still doesn't allow me to string multiple points together in a single linear move. It breaks after the first one.

@NA-D2Solar
Copy link
Author

For anyone else with this issue, the problem is that it is only implemented for the CR robot parameters in the dobot api library. You can edit the api file to only require 4 coordinate parameters and then it works.

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