People searching for traceability implementation case studies rarely need another story about a barcode that scanned successfully. They need to know what can be translated into their own user requirements, proof of concept and acceptance criteria. This article compares three reference implementation patterns—food, automotive and batteries, and electronics—derived from public standards and official rules. They are not named TOMAS TECH customer cases or claims about specific companies. No savings, defect-reduction figures, project prices or ROI have been invented. The purpose is to help a factory in Thailand prepare a defensible RFP and a 90-day PoC.
Read a traceability case study as a chain of evidence
Copying a screen or device list cannot reproduce another factory’s outcome. Products, processes, partners, regulations and customer contracts differ. What transfers across industries is a design chain: identity, transformation, event, exception, reconciliation and evidence.
GS1 traceability standards organize information around Critical Tracking Events (CTEs) and Key Data Elements (KDEs): who handled what, where, when and why. GTIN, GLN, barcodes, EPC/RFID and EPCIS are complementary identification, capture and sharing standards rather than competing all-in-one products. EPCIS 2.0 provides a shared event-data language and supports sensor data, certification details, JSON/JSON-LD, and REST capture and query. It is not a central database or a complete MES. Adopting GS1 alone also does not prove regulatory compliance.
For each event, define at least:
- Identity: stable keys for items, lots, serials, logistics units, locations and parties.
- Event: receiving, consuming, transforming, splitting, merging, packing, shipping, holding or scrapping.
- Time: separate event time from record time and retain the time zone or UTC offset.
- Relationship: preserve the link between transformation inputs and outputs.
- Exception: treat corrections, late arrivals, duplicates, manual action and offline replay within the same evidence model.
- Accountability: name the recorder, approver and reconciliation owner.
One-step-up/one-step-down visibility is a useful external minimum, but it cannot narrow a scope if internal transformations disappear. The core of the implementation is therefore the input-output event model, not the dashboard.

Comparing three manufacturing traceability reference patterns
The table below is a standards-based reference comparison, not a report of outcomes at named customers. Each company must confirm applicability for its products, export markets, contracts and risks.
| Dimension | Food | Automotive and batteries | Electronics |
|---|---|---|---|
| Trace unit | Ingredient, production and packing lots; logistics units | Component lot/serial, module, pack and finished product | Material/component lot or serial; board/product serial |
| Main events | Receive, store, consume, transform, split/merge, pack, ship | Receive, assemble, transform, configure, test, aggregate, ship | Receive, issue, mount, reflow, inspect, repair, ship |
| Required evidence | Source, lot, quantity, time, location, input-output, hold/release | Parent-child genealogy, configuration, test, software/firmware where relevant, QR link | Genealogy plus material-declaration version and issuing authority |
| Common exception | Unknown lot, repack, split/merge, rework, quality hold | Substitution, reassembly, configuration change, manual correction, replacement | Reel change, mixed lots, repair, alternate material, declaration revision |
| Partner exchange | KDE/CTE, shipment/receipt, EPCIS where appropriate | Supplier/customer events and DPP-related information in a distributed model | Shipment events linked to IEC 62474-type declarations by stable IDs |
| Acceptance drill | Reconstruct inputs and destinations, including exceptions | Query component-to-pack and pack-to-component | Retrieve production genealogy and the declaration version as distinct records |
The deciding question is not merely which barcode is used. It is what counts as the same object, which changes deserve an event, and which evidence crosses an organizational boundary.
Food traceability reference implementation pattern
Food traceability normally connects receiving, production, packing and shipping lots. When several ingredient lots feed one batch, every input lot and quantity must remain linked to the output batch. When one batch is divided into several packing lots, the destinations of the split must remain visible. Rework returned to a later batch should not erase the original batch; it becomes an input to a new transformation event.
CTEs and KDEs for a food factory
A receipt can record supplier, item, lot, quantity, unit, receiving location, event time, recorder and inspection state. A transformation connects the production order, input lots and quantities to the output lot, yield, remainder or scrap, line, equipment and start/end times. Packing and shipping then connect packing lots, logistics units, destinations and dispatch time.
Consistent with the GS1 Global Traceability Standard, transformation events should retain input-output relationships, and time should be interpretable with its time zone or UTC offset. This does not mean every factory must deploy every GS1 identifier. If legacy codes remain, the URS must still establish globally non-conflicting keys, mappings and ownership.
The U.S. FDA Food Traceability Rule requires KDEs associated with CTEs for covered foods on the Food Traceability List. When FDA requests records, the rule provides for them to be supplied within 24 hours or another reasonable time agreed by FDA. This is not a generic performance target for all foods or every Thai factory; product and transaction scope must be checked.
Dates must be distinguished precisely. The original compliance date in the final-rule materials was 20 January 2026. FDA later proposed extending the compliance date. Separately, Congress directed FDA not to enforce the rule before 20 July 2028, and FDA states that it will comply. These are not one interchangeable fact that should be shortened to “the law was postponed.” Confirm the final legal date and current FDA position for any contractual or export decision.
The official abstract of ISO 22005:2007 describes general principles and basic requirements for feed and food traceability and says the standard was confirmed current in 2022. This article neither quotes unreviewed paid clauses nor implies certification. Thailand FDA’s GMP overview supports the need for process control and food safety, but that page alone does not establish a particular electronic traceability obligation. Product-specific duties should be confirmed with Thai FDA or qualified advisers.
Food exceptions that belong in the test
Test an unreadable lot label, relabelling after receipt, split and merge, rework returned to another batch, quality or allergen hold, and a scrap quantity that does not reconcile. Held stock must remain visible with location, status, reason and decision owner. In a recall drill, evidence should narrow the affected scope rather than expanding it indefinitely out of caution.
Automotive component and battery reference pattern
Automotive traceability combines lot and serial genealogy. Fasteners may be tracked by lot, controllers by serial, and modules and packs by parent-child relationship. The same model must support forward tracing from a component and backward tracing from a finished product.
For batteries, cell-to-module-to-pack transformations and aggregation may also need to connect configuration, test and, where relevant, software, firmware or parameter versions. Keeping only a “latest” value prevents reconstruction of the configuration at shipment. Master and configuration versions need effective periods and must not rewrite historical evidence.
European Commission information states that from 18 February 2027, in-scope EV batteries, LMT batteries and industrial batteries above 2 kWh must have a battery passport. It is linked through a QR code and may include identification, operator, performance and durability, repair/reuse/recycling and sustainability information. Responsibility rests with the economic operator placing the finished battery on the EU market. A component supplier therefore needs contracts and identifiers that let the responsible operator obtain supporting data.
Commission guidance published on 21 August 2026 says it consolidates 71 data points to support preparation. “71” is a statement about that guidance; it is not a guarantee that every factory completes the same 71 fields under identical conditions and thereby achieves compliance. The guidance also does not claim to be an authoritative legal interpretation. On 20 July 2026, the Commission announced that the DPP Registry and test environment were live, registration could use a UI or API, and data remained decentralized. A design should not assume that all detailed production history must be uploaded into one EU central database.
What to include in a battery PoC
Build the relationship from received cells or components through module, pack and shipment, then pass substitution, disassembly/reassembly, failed inspection, component replacement and configuration change. Separate the public or restricted information referenced by the QR code from detailed factory genealogy. Turn each DPP-related field into a data contract that names its source of truth, updater, evidence, version and disclosure responsibility.
Electronics traceability reference implementation pattern
In electronics, material reels and component lots become board and product serials. Mid-run reel replacement, allocation across lines, alternate manufacturers and repair replacements break a simple production-order-to-finished-product relationship. Automatically captured placement data must be reconciled with warehouse issue, line replenishment and return transactions by a named owner.
The official abstract of IEC 62474:2018 describes the procedure, content and form for material declarations in the electrotechnical supply chain, enabling downstream users to assess substance-restriction compliance. It describes XML as an accepted format. A material declaration is not the same record as production genealogy.
Keep them distinct. A declaration record can carry declaration ID, item, supplier, issuing authority, version, effective date, status and referenced file. A manufacturing event carries consumed item/lot, quantity, machine, step, time and product serial. Stable item and supplier identifiers—and lot where needed—connect the two without confusing “which component lot was used” with “which declaration version applied.”
If a supplier corrects a declaration, retain the old and new versions, correction reason, receipt date and impact assessment. Acceptance should allow queries for both the declaration effective at production time and the current declaration. This article does not claim that IEC 62474 alone traces lots/serials or that an unreviewed paid clause mandates this design.

Design exception and reconciliation paths first
A happy-path scanning demonstration is easy. Operational credibility depends on recovering evidence after an exception.
| Exception | Required control | Acceptance evidence |
|---|---|---|
| Unknown lot | Quarantine with a temporary ID and resolution owner | Discovery, isolation, identification and release history |
| Relabel | Retain old-to-new relationship | Reason, actor, approval and original-label evidence |
| Split/merge | Link source and destination quantities | Input-output relationship and variance |
| Rework | Treat the original unit as a new transformation input | Source/destination lots, order and decision owner |
| Scrap | Change state; never delete genealogy | Quantity, reason, approval and physical action |
| Manual override | Restrict rights and retain before/after values | Actor, reason, approval and time |
| Offline replay | Use original event ID for idempotent ingest | Event/receipt time and replay result |
| Duplicate or late event | Deduplicate and recalculate event order | Accept/reject reason and reconciliation log |
| Clock skew | Expose device and server time | Offset, sync health and correction record |
| Master-version mismatch | Bind the event-time version | Version, effective date and exception approval |
| Supplier correction | Relate revisions without overwrite | Reason, receipt and impact assessment |
Reconciliation is not an IT-only task. For each scenario, decide whether physical stock, equipment counter, warehouse transaction, production result, quality state or shipment record is authoritative. Network delivery is not business posting. Monitor received, validated, accepted, rejected and reprocessed states separately.
Use metrics as definitions for the reader’s own test, not as unsourced market benchmarks:
- Capture completeness = accepted mandatory events / expected mandatory events.
- Reconciliation variance = absolute difference between physical and system quantities.
- Mean trace query time = average elapsed time in the factory’s own drill from request to scope decision and evidence output.
Thresholds belong in the RFP and depend on product risk, volume, customer requirements and downtime tolerance. Do not reuse another company’s improvement percentage or a universal number of seconds as a guarantee.
Neutral current-state checklist
Score each item as present, partial, absent or unknown; assign an owner and date to every unknown.
- Are item, lot, serial, location and party keys unique across systems?
- Can current records reconstruct split, merge, rework and scrap?
- Do input-output quantity variances have reason codes and approvals?
- Are event time, record time and time zone distinct?
- Can a historical event resolve the applicable master-data version?
- Do physical and system quality-hold states agree?
- Does offline replay avoid duplicate events?
- Can a supplier correction remain as a revision rather than an overwrite?
- Can the factory trace both shipment-to-input and input-to-shipment?
- Is a business owner accountable for recall scope and approval?
- Are partner-shared fields separated from internal-only fields?
- Are retention, access, correction and disposal rules defined?
When comparing investment, include master-data work, labels, equipment interfaces, exception procedures, retention, partner connectivity and validation—not just licenses and scanners. See the traceability system cost guide for Thai factories. For inter-company event exchange, see chain traceability and EPCIS. The 4M change management guide explains how change evidence connects to manufacturing records.
Make URS and RFP answers comparable
“Supports traceability” lets every bidder answer a different question. Provide common requirement IDs, scenarios, inputs, expected outcomes, exceptions, performance conditions and evidence.
| URS/RFP topic | Buyer provides | Supplier must answer |
|---|---|---|
| Identity | Item/lot/serial/location scheme | Standard function, numbering, legacy migration |
| Events | CTEs, triggers and mandatory KDEs | Capture, validation, retention and query |
| Transformation | Split, merge and rework scenarios | Input-output and quantity-variance handling |
| Exception | Unknown, manual, offline and correction cases | Quarantine, rights, replay and audit trail |
| Integration | ERP/MES/WMS/equipment/partner boundary | API/file/EPCIS, monitoring and reprocessing |
| Time | Time zone, synchronization and late-arrival policy | Event/record time, correction and ordering |
| Security | Roles, segregation, retention and classification | Authentication, access, logs and backup |
| Performance | Buyer volume and concurrency | Test environment, result, constraints, scale path |
| Acceptance | FAT/SAT scenarios and exit conditions | Evidence, defect handling, retest and RACI |
| Commercial | Scope, assumptions, exclusions and rollout | Initial, recurring, change and exit cost structure |
For scripted demonstrations, give every candidate the same anonymized data and require split, merge, rework, late arrival and correction—not only a clean scan. Separate standard, configuration, custom development, third-party product and unsupported functions. A customization response should include upgrade revalidation and maintenance ownership.
A 90-day PoC plan
Ninety days is a planning box for a limited proof of concept, not a guaranteed production implementation duration. Limit the scope to one representative product, a selected line and partner, and important exceptions.
Days 1–30: fix facts and acceptance definitions
- Confirm product, line, trace boundary and connected systems.
- Define CTE/KDE, identifiers, time, master versions and owners.
- Profile current data for unknowns, duplicates and gaps.
- Write normal and exception test scripts.
- Approve how completeness, variance and query time will be measured.
- Define security, retention and external sharing boundaries.
Days 31–60: connect the limited flow and force exceptions
- Connect receipt, transformation, split/merge and shipment events.
- Build minimum label, scanner, equipment and ERP/MES/WMS interfaces.
- Test unknown lot, relabel, rework, scrap and manual override.
- Inject offline replay, duplicates, late arrival and clock skew.
- Reconcile physical and system records daily and classify causes.
Days 61–90: create FAT/SAT and decision evidence
- Run FAT in the controlled supplier environment for functions, interfaces and failures.
- Run SAT in the factory with terminals, network, equipment, representative data and shifts.
- Perform forward and backward tracing and export the evidence.
- Validate procedures, access, training, incident contacts and recovery.
- Document residual defects, workarounds, due dates and owners for the decision.
The final output should be a requirements traceability matrix, event dictionary, data mapping, exception scripts, measurements, variances, procedures and rollout assumptions—not only a polished dashboard.

FAT and SAT acceptance matrix
FAT validates the designed solution in a supplier or controlled environment. SAT validates terminals, networks, equipment and real operating constraints at the factory. What matters is which risk is closed where.
| Test | FAT | SAT | Passing evidence |
|---|---|---|---|
| Identifier validation | Reject duplicates, invalid formats and missing fields | Read actual site labels reliably | Input, result and log |
| Transformation genealogy | Retain input-output and quantity links | Reproduce actual split/merge | Bidirectional query and variance |
| Exception/correction | Retain role, reason and before/after | Operate approval and quarantine path | Audit and approval record |
| Offline | Idempotent ingest and ordering | Simulate site outage and recovery | Replay and deduplication log |
| Integration | Reject/reprocess API or file errors | Use actual ERP/MES/WMS connection | Transport and business states |
| Performance | Measure at agreed data volume | Measure with site network/concurrency | Conditions, results and limits |
| Security | Test roles, logging and backup | Test shared terminal, access and restore | Matrix, test and restore record |
| Trace drill | Calculate scope from prepared data | Query forward/backward with physical items | Scope, decision and output time |
An aggregate pass rate is insufficient. Evaluate every critical gap, missing evidence, workaround burden and ability to repair data. Agree defect severity, retest, acceptance authority and payment relationship before contracting.
Go, Conditional Go and No-Go
Go means critical trace paths and exceptions pass; reconciliation is complete; and accountable procedures exist for operation, incident response, access and recovery. A calendar date or successful demo is not evidence of readiness.
Conditional Go means limited residual items do not compromise critical safety, legal or customer obligations, and the workaround, scope, owner, due date and review date are approved. A low-frequency report with a validated manual path may qualify if genealogy is unaffected. Conditions must be recorded with escalation after expiry.
No-Go applies when an input-output relationship breaks, duplicates change balances, a quality-held lot can ship, history is overwritten without trace, or consistency cannot be proven after recovery. Stop as well when operators cannot use the process, training is incomplete, an owner is missing or a major workaround remains untested.
The decision pack should show requirement ID, result, evidence link, defect, impact, workaround, owner, due date and final decision maker. Quality, production, warehouse, IT and regulatory/customer-facing owners—not only the vendor—should sign.
FAQ about traceability implementation case studies
What should a manufacturer decide before selecting a traceability system?
Define the trace boundary, unit, CTE/KDE, input-output relationship, exceptions, reconciliation owner and acceptance evidence before selecting devices. A limited current-state assessment creates comparable RFP answers.
Should every food traceability project adopt FDA’s 24-hour provision?
No. It concerns records for covered foods and transactions under the Food Traceability Rule, not every food or Thai factory. If in scope, test the ability to provide requested records within 24 hours or another reasonable time agreed by FDA.
Are automotive genealogy and the battery passport the same thing?
No. Internal genealogy contains detailed lots/serials, transformations, tests and configurations. The passport is a framework for product information linked by QR. Connect them with stable IDs while separating disclosure, access and responsibility.
Is IEC 62474 alone enough for electronics traceability?
Not necessarily. Its official abstract concerns material declarations, which are distinct from manufacturing events and lot/serial genealogy. Link the declaration version and issuing authority to the actually used component through stable identifiers, then test both records.
Can a 90-day PoC prove ROI?
A bounded PoC proves event capture, exception handling, integration, query and operating feasibility within its scope. It cannot guarantee company-wide benefit or ROI. Use measured results together with rollout, data and operating cost estimates.
Does EPCIS require a central database?
No. EPCIS is a shared event-data language. Parties may retain their own data and exchange or query according to permissions. Source of truth, retention, access and response responsibility still require explicit design.
How should traceability implementation costs be compared?
Use identical assumptions covering identity, master data, equipment and enterprise interfaces, exceptions, retention, partner connection, validation, training, maintenance, site rollout and data return at exit. This article does not offer a universal project price.
Conclusion: translate cases into your own acceptance criteria
Food, automotive/batteries and electronics differ in trace unit and external obligation, but share the same backbone: identity, event, transformation, exception, reconciliation and evidence. A useful traceability case study is not a dashboard or an unsupported benefit percentage. It is a testable explanation of who handled what, where, when and why; how inputs became outputs; and how evidence is recovered after failure.
Use public standards to write a URS for your products, export markets and customer contracts. Then run a limited 90-day PoC with exception-heavy FAT and SAT, and decide Go, Conditional Go or No-Go from evidence.
If your Thai factory is still defining its trace boundary, CTE/KDE, exception scenarios or RFP acceptance criteria, contact TOMAS TECH. The discussion can start from current forms and events before any product or equipment is selected.
References
- GS1, Traceability
- GS1, Global Traceability Standard
- GS1, EPCIS 2.0
- U.S. FDA, Food Traceability Rule
- ISO, ISO 22005:2007 official abstract
- Thailand FDA, Good Manufacturing Practice
- European Commission, Battery passport preparation guidance
- European Commission, Digital Product Passport for batteries
- European Commission, DPP Registry now live
- IEC, IEC 62474:2018 official abstract
This general guide is based on public primary information checked on 31 August 2026. The three industries are standards-based reference implementation patterns, not named customer results, legal advice or a conformity determination. Confirm product- and destination-specific obligations with the competent authority or qualified adviser.