Search these docs, or ask Revo a question — answers link the pages they came from.
Transfer
Transfer labware between two locations.
Transfer Transfer labware between two locations.
| Parameter | Type | Description |
|---|---|---|
| Labware Name ✱ | string | An identifier for a specific instance of a piece of labware in the run. |
| From Current Location | bool | Start from wherever this schedule last left the labware, so no source is needed. |
| Source Type | ObjectLocationType | The kind of place to collect from: a location, device pool or virtual store. |
| Source Location | string | The specific location, pool or store to collect the labware from. Required unless From Current Location is set, and not needed for the labware group, virtual store or labware pick list source types. |
| Destination Type ✱ | ObjectLocationType | The kind of place to deliver to: a location, device pool or virtual store. |
| Destination Location ✱ | string | The specific location, pool or store to deliver the labware into. |
| Read Barcode | bool | Call at a barcode reader to scan the labware on the way to its destination. |
| Ignore Barcode Failure | bool | Carry on with the transfer instead of raising an error if the scan fails. |
| Barcode Mismatch Action | BarCodeMismatchAction | What to do when the scanned barcode does not match the one on record. |
| Lid Action | LidAction | Call at a lid handler to remove, replace or dispose of the labware's lid. |
| On Lid Failure | ErrorRecoveryActionType | What to do if the lid handling step fails. |
| Apply Barcode Label | bool | Call at a labelling machine to apply a barcode before delivering the labware. |
| Claim Timeout | TimeoutSpan | How long to wait to claim the devices and locations this transfer needs. |
| Transfer Priority | int | When several steps are queued, the one with the highest number goes first. |
| Notes | string | A free-text note kept with this step. It changes nothing at run time. Shown on the step in the schedule editor and in the event log. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it skips the step when the schedule runs. The step stays in the schedule, in place and still configured. |
✱ Mandatory parameter