Free Trial

← Back to blog

Production managementReading time 11 min

Serial-level traceability pays for itself on the day something goes wrong

Traceability is worthless on an ordinary day and decisive on a bad one, it decides whether you recall three hundred units or thirty thousand.

▚▚

01Lot number or serial number

Lot traceabilityUnit serial traceability
GranularityOne lot (hundreds to thousands of units)Every unit
CostLowHigh, marking, reading, data volume
Recall scopeThe whole lotDown to the individual unit
Typical useFasteners, raw material, consumablesAutomotive safety parts, medical devices, aerospace
Data volumeSmallLarge; needs a database design
IATF 16949 generally expects unit traceability on safety parts, with lot numbers acceptable elsewhere.

02Barcode types

TypeDimensionsCapacityCharacteristics
Code 1281Dabout 48 charactersGeneral purpose, dense
Code 391DLowerLegacy systems, self-checking
EAN / UPC1DFixedRetail goods
QR Code2DThousands of charactersHigh error tolerance, phone readable
DataMatrix2DThousands of charactersReadable at very small sizes; the default for industrial marking
PDF417StackedMediumID cards, logistics labels
Direct part marking is almost always DataMatrix, it still reads inside a 2 × 2 mm area.

03Grading a direct part mark

A code cut into metal is not graded the same way as one printed on a label. ISO/IEC 29158 exists specifically to grade DPM quality:

MetricWhat it looks at
Cell ContrastWhether cell-to-background contrast is sufficient
Cell ModulationHow consistent the cell brightness is
Fixed Pattern DamageWhether the finder pattern (L and clock track) is intact
Axial Non-uniformityWhether the code's aspect ratio is distorted
Grid Non-uniformityWhether the grid positions have drifted
Unused Error CorrectionHow much error correction margin is left
Grades run A to F. Customers typically ask for C or better; automotive often wants B.

The marking method drives the grade. Laser annealing removes no material and builds contrast through oxide colour, which suits stainless and corrosion-sensitive surfaces. Dot peen is cheap but low contrast. Laser engraving gives the best contrast but breaks the surface, and the mark can become a fatigue initiation site, which is why drawings often restrict where marking is allowed.

04Numbering rules

  • Do not encode meaning into the serial. Packing part number, date and plant code into the serial looks convenient until the scheme changes and the old numbers stop parsing, and the length gets away from you.
  • Let the serial be nothing but a key. Everything else lives in the database, so adding a field does not invalidate parts already marked.
  • Design against mistakes. A check digit (Mod 43, say) blocks manual entry errors.
  • Follow the sector standard. Automotive commonly uses VDA 4902 or AIAG B-4 label formats; medical devices use UDI; aerospace uses ATA Spec 2000.

05The data has to connect

A complete trace chain runs raw material lot → work order → operation reporting → inspection results → finished serial → customer shipment. Any link maintained by hand on paper or in a spreadsheet means a recall turns into people cross-checking records, and that time usually costs more than the recall itself.

LinkData sourceWhere it commonly breaks
Raw materialIncoming inspection, mill certificateThe certificate exists only on paper
Work orderERP
OperationsShop floor reportingVerbal handoffs, entered after the fact
InspectionInspection sheetOnly a checkmark, no measured value
ShipmentDelivery noteNot linked to the serial
The break is most often at inspection, a verdict recorded with no measurement behind it leaves nothing to trace back to.