Skip to content

docs: plate reader manual #19136

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

Open
wants to merge 10 commits into
base: edge
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nav:
- Flex Stacker: '!include stacker-manual/mkdocs.yml'
- HEPA/UV Module: '!include hepa-uv/mkdocs.yml'
- Thermocycler Module: '!include thermocycler-manual/mkdocs.yml'
- Plate Reader Module: '!include plate-reader/mkdocs.yml'
- Python API: https://docs.opentrons.com/v2/

plugins:
Expand Down
14 changes: 14 additions & 0 deletions docs/plate-reader/docs/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Plate Reader Module: Using Plate Reader Data"
hide: toc
---

# Using Plate Reader Data

Plate reader data is available on the Recent Protocol Runs screen in the Opentrons App. To download your data from the app, click Devices and select your Flex from the list. Next, find the protocol that used the plate reader. Expand that protocol and click the Download link to retrieve your data. The robot formats plate reader data as a comma-separated value (.csv) file.

<figure class="screenshot" markdown>
![CSV data file location](images/csv-data.png){width="90%"} <!-- 100% seems huge -->
</figure>

You can also use plate reader data immediately in a Python protocol. See the Python Protocol API documentation for more information.
6 changes: 6 additions & 0 deletions docs/plate-reader/docs/images/WEEE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/plate-reader/docs/images/csv-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/plate-reader/docs/images/deck-map-highlighted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/plate-reader/docs/images/opentrons-flex-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/plate-reader/docs/images/plate-reader-labeled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/plate-reader/docs/images/yellow-caution.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/plate-reader/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Plate Reader Module"
hide: toc
---

<div style="text-align: center;" markdown>

![Opentrons Flex®](../images/opentrons-flex-logo.svg "opentrons-flex-logo.svg"){style="width: 60%"}

# Absorbance Plate Reader Instruction Manual

![Plate reader cover image](images/plate-reader-hero.png){style="width: 60%"}

**Opentrons Labworks Inc.**<br>
October 2024

</div>

## Product description

The Opentrons Absorbance Plate Reader Module is an on-deck microplate spectrophotometer that works with the Flex liquid handling robot. It uses light absorbance to determine sample concentrations. The module accepts ANSI/SBS-standard 96-well plates and has 96 separate detection units, which allows for rapid endpoint or kinetic sample analysis. The Absorbance Plate Reader is designed for laboratory research and other non-in-vitro diagnostic analyses.

**The Opentrons Flex Absorbance Plate Reader may currently not be offered, used or put on the market in any European Patent Convention States due to a third party patent application.**

20 changes: 20 additions & 0 deletions docs/plate-reader/docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Plate Reader Module: Installation"
hide: toc
---

# Installing the Plate Reader

To attach the Absorbance Plate Reader to your Flex:

<div class="instruction-list" markdown>

1. Use a 2.5 mm hex screwdriver to remove the deck slot you want to use for the module. Retain the screws.

2. Insert the module into the open deck slot and secure it with the screws you removed in Step 1.

3. Route the USB cable under the deck and attach it to a USB port on the right side of the robot.

When connected, the Absorbance Plate Reader appears in the Instruments and Modules section on your robot’s device details page in the Opentrons App. It does not require positional calibration after installation. You can use the Absorbance Plate Reader as soon as the robot detects it.

</div>
13 changes: 13 additions & 0 deletions docs/plate-reader/docs/placement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Plate Reader Module: Deck Placement"
hide: toc
---

# Deck Placement

You can put the plate reader in deck slots A3–D3 only. The module comes pre-installed in its own caddy, which attaches the unit to the deck.

![Deck locations](images/deck-map-highlighted.svg)

!!!note
Other deck components may need one of these slots. For example, the default location for the internal trash bin is slot A3, but this component can go in any one of multiple deck locations. The external waste chute requires slot D3 so you’ll have to remove it (if installed) to put the plate reader in this location.
Loading
Loading