Instruments

Anatomy of a workcell: the integrated system your liquid classes run inside

A workcell turns a set of instruments into one system. Its parts, the scheduler that coordinates them, and where the method layer sits once the handler is one device among many.

A single automated liquid handler is a capable machine, but it rarely works alone for long. Sooner or later a plate needs to be sealed, heated, read, moved, or stored, and doing all of that by hand around one instrument gives back much of the time the instrument was supposed to save. A workcell is the answer: a set of devices integrated into one system that runs a workflow end to end with little human intervention. Understanding how a workcell is put together, and where your methods and liquid classes sit inside it, is what separates a collection of instruments from an automated lab.

This is an orientation to the parts of a workcell, the software that coordinates them, and the place the method layer occupies once a liquid handler is one device among many. The theme throughout is that integration does not simplify the method layer; it raises the stakes on getting it right.

The parts of a workcell

Workcells vary enormously in size and purpose, from a bench-top pairing of a liquid handler and a reader to a room-sized system with dozens of devices. Most are built from the same kinds of parts.

  • The liquid handler: the heart of most cells, and the device that actually moves reagents and samples between labware.
  • Analytical and detection devices: plate readers, imagers, and sometimes sequencers or mass spectrometers that turn a prepared plate into data.
  • Sample conditioning devices: thermocyclers, incubators, shakers, washers, and centrifuges that change the state of the sample between transfers.
  • Labware movement: a robotic arm, gripper, or track that carries plates from one device to the next, which is what actually stitches the cell together.
  • Storage: hotels, carousels, and incubated stores that hold labware between steps so the cell can run unattended.
  • The scheduler: the software brain that decides what happens when, which is covered on its own below.
  • The enclosure: the frame, safety interlocks, and environmental control that keep the system safe and its conditions stable.

The scheduler is the brain

A pile of integrated devices does nothing useful without something to coordinate them, and that something is the scheduler. It decides the order of operations, hands each plate off from one device to the next, and resolves the contention that arises when several steps want the same arm or the same reader at once. A good scheduler also handles what happens when something goes wrong: a device faults, a plate is late, a step fails, and the run has to pause, recover, or bail out cleanly rather than commit half a workflow. The scheduler is where a workcell stops being hardware and becomes a system.

Where the method and liquid classes fit

A workcell executes protocols, and those protocols reference liquid classes for every transfer the liquid handler makes, exactly as they would on a standalone instrument. What changes is context. On a single machine a liquid class can live as a file on the instrument PC and no one notices. In a cell that runs unattended for hours, referenced by protocols that may themselves be assembled by a scheduler, that class is shared infrastructure. It has to be findable, unambiguous, and the same today as it was yesterday, because there is no technician watching each transfer to catch a class that quietly changed.

Integration raises the stakes for the method layer

The more devices a plate passes through, the more ways a result can go wrong, and the harder it is to attribute a bad number to a cause after the fact. A liquid class that is copied by hand onto each instrument in a cell is a latent inconsistency waiting to surface: two handlers that should be identical drift apart, and the run that used the stale copy is the one you cannot explain. Integration is an argument for keeping the method layer in one place, versioned and vendor-neutral, so that every device in the cell references the same definition rather than its own copy.

A workcell turns a set of instruments into a system, and a system needs its methods to be shared infrastructure, not files scattered across the machines it is made of.
Piptera

Notes on pipetting calibration, liquid classes, and building an open, vendor-neutral catalog for every liquid handler.

© 2026 Piptera. Built for labs.