Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Table calibration fails for Z axis #214

Closed
arnobaer opened this issue Feb 26, 2024 · 0 comments · Fixed by #215
Closed

Table calibration fails for Z axis #214

arnobaer opened this issue Feb 26, 2024 · 0 comments · Fixed by #215
Assignees
Labels
bug Something isn't working
Milestone

Comments

@arnobaer
Copy link
Member

Calibrating the table fails for Z axis after sucessfully calibrating X and Y axis.

Issue: an improper way to tell that 2 ncal finished moving, by testing for pos of Z is zero.

Solution: use status bit 0 to determine if an axis is moving:

res.write("2 ncal")
while int(res.query("st")) & 0x1:
    ...
@arnobaer arnobaer added the bug Something isn't working label Feb 26, 2024
@arnobaer arnobaer added this to the 0.46.x milestone Feb 26, 2024
@arnobaer arnobaer self-assigned this Feb 26, 2024
arnobaer added a commit that referenced this issue Feb 26, 2024
table is_moving, bump version, changelog
arnobaer added a commit that referenced this issue Feb 26, 2024
reconnect resource on exception (workaround)
@arnobaer arnobaer mentioned this issue Feb 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant