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

Notify the user if the motor faulted after a move has completed #40

Open
APRashedAhmed opened this issue Nov 20, 2017 · 0 comments
Open

Comments

@APRashedAhmed
Copy link
Contributor

Expected Behavior

If a motor ever enters a faulted or error state after a move, raise a warning.

Current Behavior

It is unknown if the motor remains in a good state. A move could have reached its position, pacifying the status object but somehow caused a fault which would go unnoticed.

Possible Solution

Perform a check right at the end of a move that raises warning or an exception if it entered a faulted state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant