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
Hi,
I am using thorlabs_apt to control a stage of NRT150 via BSC203. I found a problem of homing by using code: "motor.move_home(True)".
1)The stage goes to the forward direction and not reverse direction. 2)The stage does not stop when it reached the end of the range!
Does anyone have the same issue? I am not exactly sure how to set the switch limit for this to protect the stage.
The text was updated successfully, but these errors were encountered:
I found the problem of this issue is about the setting of "(True)". If I use "motor.move_home()", then there is no problem of homing NRT150 stage.
But I still don't understand why it is wrong to set True.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am using thorlabs_apt to control a stage of NRT150 via BSC203. I found a problem of homing by using code: "motor.move_home(True)".
1)The stage goes to the forward direction and not reverse direction.
2)The stage does not stop when it reached the end of the range!
Does anyone have the same issue? I am not exactly sure how to set the switch limit for this to protect the stage.
The text was updated successfully, but these errors were encountered: