Hit picking via Barcode

Hello everyone,

Can someone help with a method which conducts hit picking based on the scannend barcode?

Something like this:
Variable target sequence (tubes in 32 Carrier tubes) has been loaded and scanned (via User Input and file handling).
Based on the loaded Target barcodes: find and generate the source sequence (tubes in 24x Carrier).

How can one get this done in an efficient manner?
My main problem is the day to day Variation Not just in amount but also in the set up. And I would like to handle this efficiently.
The source and target tubes are on different racks and as well as the barcodes can differ, but the source-target-barcode relation is the only constant, this Information can be stored in a file and is not the challenge.

Thanks in advance!

1 Like

Hi @yunghans ,

Using Vector Database Helper you can use the BuildSequenceFromBarcodes function to feed an array of barcodes and use the sequence that it outputs.

This does require all barcodes to be scanned on the deck which can be verified by using the CheckBarcodes function.

To build the sequence from a worklist to associate source and target positions can use the GetContainerFromBarcode function while reading the worklist that contains both the source and target barcodes. Call this function for each barcode and build the two sequences.

4 Likes

OMG, Thank you so much!!!
Cant wait to try it tomorrow :blush:

Hello! @BrandonBare_Hamilton could you send the link again please? It has an error…

Hi @Oleksandr ,

The link above is operational again.