You can use Scandit Express to speed up finding and picking tasks. Here is how it works:
- Make a copy of our example spreadsheet
- Insert the barcode values that you are looking for into the spreadsheet
- The spreadsheet creates a unique “find code” based on the barcode values
- Scan the “find code” using the Scandit Express find mode.
Here is a video demonstration of how it works.
If you don't want to use a spreadsheet, you can also use our online find code generator. Simply copy and paste your barcode values into the text field and you will get a “find code” to get started. You can access the generator here: https://find-code-generator.w3spaces.com/
How does it work?
We encode your barcode values into a JSON object as shown below. The JSON object is directly encoded as a string into a QR code to create the “find code”.
{
"type":"findList",
"listName": "Pick list 230523",
"part": 1,
"partsTotal": 1,
"data": ["050755164998737161267150050464","267904872997493075660232174005","003599442103692589922600168806","794304938682592584917910934794","067998913805565298544505960433","429412684815666169331665683721","629486918747410911816814820923","918501883962214718784809774935","771678071143373996836361503435","535726211992040548851819865224"]
}
The space in QR codes is limited, so if you have more codes that can fit into a single QR code, you can create multiple codes. Simply adjust the “partsTotal” field ("partsTotal": 2) and number each code using the "part" field accordingly ("part": 1 and "part": 2).
Comments
0 comments
Please sign in to leave a comment.