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. |
| 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, which starts from wherever the schedule last left the labware. |
| 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 to. |
| 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 highest number goes first. |
| Notes | string | Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time. |
✱ Mandatory parameter