Skip to content
Tech

Serialisation: giving a unique identity to every single item

· 6 min read

Arte astratta — Serializzazione: dare un'identità univoca a ogni singolo pezzo

A barcode says what an object is. A serial number says which object it is. The distance between those two statements is the whole difference between an inventory and traceability.

The identical-twin problem

Two protective helmets of the same model, off the same line on the same day, are indistinguishable to the eye. But one suffered an impact six months ago and the other did not. Without serialization, the information system treats them as the same thing, and the consequence is that the critical piece of information — that one must be withdrawn — has nowhere to exist.

Serializing means assigning every single item an identifier that no other item possesses, and binding it stably to the physical object.

The three properties that matter

Not all identifiers are equivalent. For serialization to hold up over time, three properties are needed.

Uniqueness. The identifier must never repeat, not even by mistake, not even across batches produced by different suppliers. NFC and RFID chips solve the problem at the root: the UID is written into non-rewritable memory at the factory, following allocation schemes that guarantee its global uniqueness.

Persistence. The identifier must survive the object's life cycle. A label printed on a garment that goes through sixty industrial washes at 90°C can no longer be read after the tenth. A textile tag sewn into the seam can. The choice of medium is not a packaging detail: it is the choice of how long the system will keep working.

Non-alterability. If the identifier can be rewritten or cloned, serialization becomes a suggestion. In contexts where the serial number determines regulatory compliance, authenticity or legal liability, this is the requirement to verify first.

Serialization and regulation

In several industries serialization is not a management choice but an obligation. Pharmaceuticals, medical devices, tobacco and, increasingly, textiles and luxury goods through the European Digital Product Passport. In all these cases the regulator does not ask for an identifier: it asks for an identifier verifiable by third parties, associated with data the company must be able to produce on request.

Those who tackle the issue only when the regulatory deadline is close usually choose badly: they adopt the solution that is quickest to certify, not the one that fits their production process. Those who tackle it earlier discover that the same identifier the regulator needs also serves maintenance, warranty and anti-counterfeiting.

The real cost

The cost of a serialized tag is almost always negligible compared with the cost of the object it identifies. The real cost is the association process: the moment, in production or at goods-in, when the serial number is bound to the master record. If that moment is not designed — if it is an operator typing in a code — the error rate will make the rest of the chain useless.

This is where serialization stops being a hardware question and becomes a question of software, workstations and flow. And it is the reason the two sides must be chosen together, not in sequence.

LinkedIn

Related articles

Stay updated

Subscribe to the newsletter to receive news about NFC/RFID technology, products and events.