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

Encoder and Microstep Modulus #148

Open
sjkelly opened this issue Feb 16, 2021 · 0 comments
Open

Encoder and Microstep Modulus #148

sjkelly opened this issue Feb 16, 2021 · 0 comments
Labels
enhancement New feature or request speculative Possible future development
Milestone

Comments

@sjkelly
Copy link
Collaborator

sjkelly commented Feb 16, 2021

e.g. for a 1000cpr encoder with 200 steps/rev and 64 microsteps we have 64 microsteps and 5 encoder ticks per full step then 12.8 microsteps per encoder tick.

We could possible handle a few ways:

  • Microsteps become divisible by 10 e.g. 60 microsteps
  • Use a lookup table for phasing increments e.g. {12, 13, 13, 13, 13} for the above example
  • Compressed version of the above, in words "13 microsteps per tick, but every 4 ticks it is 12".

None of these seem satisfactory, hence an issue to noodle and get some comments.

@sjkelly sjkelly added enhancement New feature or request speculative Possible future development labels Feb 16, 2021
@sjkelly sjkelly added this to the v0.2 - Prototypical milestone Feb 16, 2021
@sjkelly sjkelly modified the milestones: v0.2, v0.3 Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request speculative Possible future development
Projects
None yet
Development

No branches or pull requests

1 participant