-
Notifications
You must be signed in to change notification settings - Fork 29
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
No outputs for get_info.py
with BSC203 and NRT150
#12
Comments
Can post the modified |
For above output of
|
@mxochicale I have pushed a new branch that has debugging output inserted. Can you please checkout branch FYI I am no longer at Oxford and therefore do not have access to any Thorlabs hardware. |
Thanks @freespace for your kind reply and your message on not having access to any Thorlabs hardware. I have updated my local repo and checkout
Do you have any suggestions? By the way, I will come back to the lab on 13 of January 2020 to hopefully sort out this issue with your help. |
@mxochicale it looks like the controller isn't responding to the APT commands. This could be due to a few things: a change in how APT is implemented; hardware fault; configuration issue; etc. The first step would be to determine if it is at all possible to communicate with these controller using the APT protocol. Download the APT software from https://www.thorlabs.com/software_pages/ViewSoftwarePage.cfm?Code=Motion_Control&viewtab=1 and attempt to manipulate your stages and controllers. If this work then it rules out hardware and configuration issues. |
Hi
I am wondering if anyone (i.e. @freespace, @dorox, @matteoschiav, @mn14tm, @PawelDefee, @pumphaus, @raouf-barboza, @teletoby, @vascotenner, @victorliu, @weinshec, @yuriy-kozlov, etc. ) have tested pyAPT under Ubuntu 18.04x6x with Controller BSC203 and linear stages NRT150/M?. I am asking that as I have been facing some communication problems and perhaps you have some advice. Let me share how I am setting the USB port, library installation and then show the terminal output for
get_info.py
USB setting up
First,
*ftdi.rules
have been setup as followAlso, it has been changed the permissions and its group of the USB port of the controller as shown below.
Library requirements
pip install -r requirements.txt
in(linearstages)
virtual environment with python3 using a standard user (i.e.no root
user).Issue the
python get_info.py
just get stuck:I am not sure what I am missing perhaps you have some hints for the following bug:
Any ideas?
The text was updated successfully, but these errors were encountered: