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

DS402: Support checking the homing status. #248

Merged
merged 2 commits into from
Aug 2, 2021

Conversation

acolomb
Copy link
Collaborator

@acolomb acolomb commented Jul 27, 2021

Implement a new method BaseNode402.is_homed() which will switch to the corresponding operation mode HOMING and then examine the Statusword for the homing status bits.

This allows to skip the homing procedure in case the drive controller still knows its position, but e.g. the Python application was restarted.

Implement a new method BaseNode402.is_homed() which will switch to the
corresponding operation mode HOMING and then examine the Statusword
for the homing status bits.

This allows to skip the homing procedure in case the drive controller
still knows its position, but e.g. the Python application was
restarted.
@acolomb acolomb changed the title ds402: Support checking the homing status. DS402: Support checking the homing status. Jul 27, 2021
@af-silva af-silva merged commit 179022c into christiansandberg:master Aug 2, 2021
@acolomb acolomb deleted the check-homed branch August 2, 2021 13:44
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

Successfully merging this pull request may close these issues.

2 participants