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

Multi channel index counter issue #13

Open
elphil opened this issue Oct 10, 2022 · 0 comments
Open

Multi channel index counter issue #13

elphil opened this issue Oct 10, 2022 · 0 comments

Comments

@elphil
Copy link

elphil commented Oct 10, 2022

Hi,

thanks a lot for this library, it really works great!

I am using it with two steppers, and corresponding encoders, both with an index pin.
Pins are 0, 1, 2 and 3, 4, 7, respectively
One issue I found is that the index counter (and looking at the source, I think similarly the home counter) seem to not count per channel, but for all connected decoders summed.
I.e. "quadEncoderCh1.indexCounter" always posesses the same value as "quadEncoderCh2.indexCounter".
I'm not sure this is desired, though it is easily worked around for my project.

Maybe you can hint on whether that is intended or if I might be docing something wrong.
Thanks again!
Cheers
Philipp

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