Skip to content
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: Cannot perform DROPTIP without a tip attached #10880

Closed
eirinnm opened this issue Jun 23, 2022 · 1 comment
Closed

bug: Cannot perform DROPTIP without a tip attached #10880

eirinnm opened this issue Jun 23, 2022 · 1 comment
Labels

Comments

@eirinnm
Copy link

eirinnm commented Jun 23, 2022

Overview

Robot was power cycled when it had a tip attached. I can't pull them off manually. How to force the robot to drop tips?

Steps to reproduce

Power cycle robot when it has tip attached. Connect to notebook. Run

executor_context = execute.get_protocol_api('2.12') ## connect to robot
p300 = executor_context.load_instrument("p300_multi_gen2", "right",)
p300.drop_tip()

Current behavior

NoTipAttachedError: Cannot perform DROPTIP without a tip attached

Expected behavior

Robot should obey my command drop tips anyway.

@eirinnm eirinnm added the bug label Jun 23, 2022
@mcous
Copy link
Contributor

mcous commented Jun 23, 2022

Duplicate of #6243. As a workaround, you can upload a protocol that picks up a tip and then drops it and run it without physically placing a tip rack on the deck

@mcous mcous closed this as completed Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants