opentrons icon indicating copy to clipboard operation
opentrons copied to clipboard

bug: setting rail lights in v2

Open ekg opened this issue 2 years ago • 2 comments

[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 avatar Oct 31 '23 19:10 ekg

Any update on this?

ekg avatar Dec 16 '23 09:12 ekg

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

SyntaxColoring avatar Jan 02 '24 19:01 SyntaxColoring