-
Notifications
You must be signed in to change notification settings - Fork 73
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
error working with SC10 #368
Comments
Yes can you report what version you are using? |
Sorry for the late reply. The version I used is |
I have updated the version to |
Two things that come to mind to check:
I hope one of these points work, don't have a good number 3 in mind right now. Let us know if this helps and what you find. Thanks! |
Finally, I used
and it works. Using other options will pop up the same error. |
Thanks for checking. Looks like there is an error in the
I think that this solution would remain in the |
Yeah, if the device is expecting We've had to do something similar to other instruments, where the commands aren't idempotent |
From @Mendelevium9555 report and the manual, it seems to me as if indeed it is a toggle and not a setting. I rewrote the |
@Mendelevium9555: This should now be fixed. Would be great if you could install the latest version directly from GitHub with
You should then be available to run the shutter as you would expect, i.e., with |
I have been experimenting with the SC10 shutter controller and have been facing an issue getting it to work.
After I call any sc.XXXX command at first time, everything works fine. But the code will fail if I make a second command, showing
instruments.errors.AcknowledgementError: Incorrect ACK message received
The text was updated successfully, but these errors were encountered: