We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a motor is outside the limits, all moves to be within the limits should be permitted.
Motor cannot be moved because it is outside the limits
Only throw a warning if the current position is outside the limits, but always allow motions
Limits were changed on a motor and made it unmovable using the python interface
The text was updated successfully, but these errors were encountered:
Which motors does this affect?
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
If a motor is outside the limits, all moves to be within the limits should be permitted.
Current Behavior
Motor cannot be moved because it is outside the limits
Possible Solution
Only throw a warning if the current position is outside the limits, but always allow motions
Steps to Reproduce (for bugs)
Context
Limits were changed on a motor and made it unmovable using the python interface
The text was updated successfully, but these errors were encountered: