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: setting rail lights in v2 #13886

Open
ekg opened this issue Oct 31, 2023 · 2 comments
Open

bug: setting rail lights in v2 #13886

ekg opened this issue Oct 31, 2023 · 2 comments
Assignees
Labels
api Affects the `api` project bug papi-v2 Python API V2 protocol-engine Ticket related to the Protocol Engine project and associated HTTP APIs

Comments

@ekg
Copy link

ekg commented Oct 31, 2023

[Tracked internally as RSS-430]

Overview

I am unable to set the rail lights on and off with v2.15. I'm instructed to systemctl stop opentrons-robot-server to use the gpio, but then issuing protocol.set_rail_lights(True) has no effect.

import opentrons.execute
protocol = opentrons.execute.get_protocol_api('2.15')
protocol.set_rail_lights(True) # nothing happens

What is the correct way to manipulate the gpios from python?

@ekg ekg added the bug label Oct 31, 2023
@ekg
Copy link
Author

ekg commented Dec 16, 2023

Any update on this?

@SyntaxColoring SyntaxColoring added api Affects the `api` project papi-v2 Python API V2 protocol-engine Ticket related to the Protocol Engine project and associated HTTP APIs labels Jan 2, 2024
@SyntaxColoring
Copy link
Contributor

Apologies—we haven't had a chance to look into this yet.

@SyntaxColoring SyntaxColoring self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Affects the `api` project bug papi-v2 Python API V2 protocol-engine Ticket related to the Protocol Engine project and associated HTTP APIs
Projects
None yet
Development

No branches or pull requests

2 participants