-
Notifications
You must be signed in to change notification settings - Fork 178
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
bug: protocol.set_rail_lights() is not working from OT2 Jupyter notebook #7179
Comments
@kasuskasus1 instead of using |
Hi there! In appreciation of your patience, I have made a sample protocol that should help you with this task: Note the OT-2's circuitboard that controls the lights, rail lights, etc. can only take one connection and has to chose between the App and Jupyter Notebook. That is why we need to run: My recommendation is to divide the protocol into three cells:
Cell One, before you manipulate lightsimport opentrons.execute
Cell Two Manipulating Lights
Cell Three Restarting the Server so that the App can connect
For ReferenceHere are some resources to make your own code based on the example above.
Important NoteUnless there is a really compelling reason, I wouldn't normally recommend Jupyter notebook to run protocols. Regardless of whether you use Jupyter Notebook, all labware calibration still need to be done on the app before running. There are also some "Out of Bounds Errors" that don't really mean it is going to cause an issue but are pretty alarming. If there are any collisions that occur, then you can do a Calibration Health Check and if that doesn't help resolve the issue you can contact Opentrons Support at [email protected] Second Note:Sometimes stopping the robot server can cause weird issues. If you run
|
This is expected behavior if you do not, stop the Since this is expected behavior and the system prints a warning to stop |
Overview
protocol.set_rail_lights() is not working from OT2 Jupyter notebook
Steps to reproduce
Current behavior
Produced output:
after 5 sec:
Lights are not turning on and then off.
Expected behavior
Expect lights to turn on and then turn off after 5 sec.
The text was updated successfully, but these errors were encountered: