Add BioTek EL406 plate washer backend#878
Open
tfehlmann wants to merge 1 commit intoPyLabRobot:mainfrom
Open
Conversation
Add a new plate washing module with a backend for the BioTek EL406 plate washer, communicating via FTDI USB serial interface. Architecture: - PlateWasher resource and PlateWasherBackend base class - BioTekEL406Backend composed from mixins: Communication, Queries, Actions, and Steps (manifold, peristaltic, syringe, shake) - Binary protocol with framed messages, ACK/NAK flow control, and async status polling for long-running operations Features: - Manifold wash/dispense/aspirate/prime/auto-clean operations - Peristaltic pump prime/dispense/purge with column/row selection - Syringe pump dispense/prime with column selection - Plate shaking with configurable intensity and duration - Device queries (manifold type, serial number, sensor status) - Action commands (abort, pause, resume, reset, self-check) - 160+ device error codes with descriptive messages - MockFTDI test double for hardware-free testing 374 tests covering all operations, wire format encoding, parameter validation, communication protocol, and error handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f9b25f5 to
4b77208
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pylabrobot.plate_washingmodule withPlateWasherresource andPlateWasherBackendbase classBioTekEL406Backendfor the BioTek EL406 plate washer, communicating via FTDI USB serialSupported operations
Architecture
MockFTDItest double enables hardware-free testingPlateReader/PlateReaderBackendhierarchy)Test plan
pytest pylabrobot/plate_washing/biotek/)🤖 Generated with Claude Code