소규모 창고를 위한 코드 128 바코드 설정 방법 — Amazon에서 배운 내용

작성자

카테고리:

← 피드로
DEV Community · swift king · 2026-07-05 개발(SW)

swift king

I configured barcode systems for three different Amazon facilities over 12 years. Every time I walk into a small warehouse now, I see the same mistakes I saw new associates make in their first week.

Here is what actually matters for a small warehouse barcode setup:

1. Pick Code 128, not Code 39
Code 128 packs alphanumeric data at higher density. A 12-character bin location label in Code 39 takes 40% more label space than the same data in Code 128. When you have 2,000 bin locations, that space adds up fast.

2. Bar width = 3 dots at 203 DPI
I tested this on Zebra ZT410 and ZD620 printers. At 2 dots, scan reliability drops to 95%. At 3 dots, it goes to 99.9%. One dot makes that much difference.

3. Quiet zone: 10mm minimum each side
The #1 scan failure I saw at Amazon inbound was cropped quiet zones. Designers try to squeeze the barcode into a small space on the label. Do not. Leave 10mm of white space.

4. Test your first batch before printing 500 labels
Print one sheet. Scan every barcode with a $150 Bluetooth handheld. If any fail, fix the settings before printing the full run.

I built a free browser-based barcode generator at genbarcode.org — Code 128, EAN-13, UPC-A, ITF-14, batch mode, everything client-side.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다