Manufacturing data collection decides how much of a factory can actually be managed. Every digital manufacturing initiative above it reads from the same layer: OEE monitoring, predictive maintenance, energy optimisation, AI. When collection is manual, delayed or stripped of context, every system above it inherits those gaps and produces confident reports about a factory that does not exist.

This article covers which production data is worth collecting, the four ways to collect it, what changes when collection becomes real time, and what plants measured after making the switch.

What is manufacturing data collection?

Manufacturing data collection is the automated acquisition of signals from production equipment and their enrichment with production context.

The distinction between a signal and production data is the whole subject. „Spindle load 78%” is a signal. „Spindle load 78%, line 3, order 44921, product MDF-18, night shift, operator B” is production data. Only the second can be attributed to a loss, compared against another shift, or used to train a model.

Collection therefore has two halves. The first is connectivity: reading tags from PLCs, CNC controls, SCADA systems, historians and sensors. The second is contextualisation: joining those tags to order, product, shift and equipment hierarchy at the moment of capture. Systems that do the first and skip the second create a data lake nobody can query.

Which production data is worth collecting

Collect the data that lets you attribute a loss to a cause. Everything else is storage cost.

Data typeTypical sourceDecision it supports
Machine state (run, idle, fault)PLC, CNC controlDowntime classification, OEE availability
Cycle times and piece countsPLC counters, photocellsPerformance rate, throughput, bottleneck location
Quality results (scrap, rework, SPC)Inspection stations, MES, terminal entryQuality rate, root cause analysis
Process parameters (temperature, pressure, speed, humidity)PLC, process sensorsProcess stability, predictive quality
Condition signals (vibration, current, bearing temperature)Retrofit condition sensorsPredictive maintenance
Energy and utilities (electricity, gas, compressed air, water)Meters and submetersCost per unit, CO2 reporting
Order and product contextERP, MESAttributing losses to a product and a customer order
Operator and shift contextTerminal login, MESShift comparison, training needs, changeover analysis

The last two rows are the ones most projects postpone and most regret postponing. Machine data alone tells you that line 3 lost four hours. Machine data joined to order and shift context tells you that line 3 loses four hours whenever it runs a specific product on the night shift, which is an actionable finding rather than a number.

Four methods of manufacturing data collection, compared

The collection method sets a ceiling on latency and on how many machines can be added without re-engineering the whole architecture.

MethodHow it worksTypical latencyScales across mixed vendorsFits
Manual entryOperators record events on paper or in spreadsheetsHours to a full shiftPoorA stopgap, not an architecture
Direct PLC integrationA custom driver written per controller familySecondsPoor, effort grows with every machine addedA handful of identical machines
Industrial connectivity middlewareOne platform translates vendor protocols into OPC UA and MQTTSub-second to secondsGoodPlants with mixed and legacy equipment
Unified NamespaceAn event-driven broker: publish once, subscribe manyReal timeVery goodMulti-site operations and AI programmes

Most European plants land on the third option. An industrial connectivity platform such as Kepware carries drivers for the controller families already installed, which removes the per-machine integration work that makes direct integration collapse at scale. TT PSC builds this layer on Kepware, Kepware Edge and Kepware+, publishing over OPC UA and MQTT.

The fourth option is not a different tool but a different topology, covered further down.

Why collection latency decides which problems you can solve

Latency is not a performance metric. It determines the class of problem the data can address at all.

Collection frequencyWhat becomes possible
Shift end or dailyReport what happened and debate the causes afterwards
HourlyReact within the shift and adjust the plan
Every few minutesCatch process drift before scrap accumulates
Seconds, event-drivenAlert, stop and correct during the run, and feed machine learning models

This is why real-time data visibility keeps appearing in efficiency discussions. Visibility is not a benefit in itself. It is the precondition for intervening while the loss is still happening rather than explaining it at the Monday meeting.

Seven efficiency gains that real-time production data delivers

Each gain below depends on one collection capability. The figures are ranges measured across TT PSC implementations and published in the Practical Guide to Industry 4.0 (2026 edition).

1. Downtime you can classify, not only count

Automated state capture turns downtime from a total into a Pareto chart. Plants that replaced manual downtime logs with direct machine integration reduced unplanned downtime by up to 25%. The mechanism is unglamorous: operators stop guessing categories at shift end, and micro-stops under the manual reporting threshold become visible for the first time. Lacroix ingests data from more than 1,000 machines this way, and shop floor data collection at ESAB made the same shift on welding equipment.

2. OEE that reflects the line rather than the report

Automated collection typically improves OEE by up to 15% in the first year, and part of that gain is arithmetic honesty. Manually reported OEE is almost always higher than measured OEE, because short stops, speed losses and rework rarely survive manual entry. Production monitoring with OEE built on automatic acquisition removes the gap, which is uncomfortable in month one and useful from month two.

3. Maintenance planned against machine condition

Condition signals collected continuously support predictive maintenance, which cuts maintenance costs by up to 15% and machine failure rates by up to 15%. Vibration and temperature data at a useful sampling rate is the entire input. Without it, maintenance stays on a calendar.

4. Quality corrected during the run

Process parameters collected continuously let deviations be caught while the batch is still recoverable. This is the difference between quality control and quality assurance, and it is a data collection difference before it is an analytics one. Predictive quality models need parameter histories at process sampling rate, not end-of-batch inspection results.

5. Bottlenecks identified against demand, not against OEE

The line with the lowest OEE is not automatically the bottleneck, and the line with the highest OEE can be. That finding only appears when production data is joined to order data and lead times, because a bottleneck is defined relative to customer demand rather than relative to the equipment next to it. This is the single strongest argument for collecting order context alongside machine context.

6. Material consumption tied to actual output

Consumption recorded per order rather than per period exposes which products, which lines and which shifts consume more than the standard assumes. The same data supports demand forecasting once enough history exists.

7. Energy measured per product, not per plant

Utilities are production data. Collected through an energy management system for manufacturing and attributed to orders, energy consumption becomes a cost per unit that can be optimised rather than a monthly invoice that can only be absorbed. Plants using this approach reduced energy bills by up to 30%.

The real blocker is the mixed-vendor and legacy machine park

Most collection projects stall on equipment age and vendor spread, not on software.

A typical European plant runs controllers from four or five vendors across three decades. Some machines expose nothing over the network. Some sit underground or in areas with no connectivity at all, which is the situation TT PSC solved for a drilling equipment manufacturer by collecting and reporting operating time locally, without internet access.

Three practical routes cover almost every case. Machines with a modern controller are read directly through existing drivers. Machines with no usable interface get retrofit condition sensors, which collect vibration, current and temperature independently of the control system. Machines in disconnected areas collect at the edge and synchronise when a connection appears. None of these requires replacing the machine, and treating the legacy park as a reason to postpone the project is the most expensive decision available.

The integration tax, and why point-to-point connections stop scaling

Every new consumer of production data adds another connection to build and maintain. That cost is the integration tax, and it grows faster than the value of each new consumer.

A plant with six data sources and four consuming systems can require up to twenty-four bespoke connections. Adding a fifth consumer adds six more. At that point new digital initiatives are priced by their integration cost rather than their business case, which quietly ends the roadmap.

A Unified Namespace removes the multiplication. Data producers publish once to a central broker with a standardised semantic model. Consumers subscribe to what they need. An international automotive supplier using this architecture standardised its data structure across 11 factories and reduced new factory integration time from months to weeks.

Data collection quality is the precondition for AI on the shop floor

AI projects in manufacturing fail on data far more often than on algorithms.

A model needs continuous, contextualised, correctly labelled data at the sampling rate of the process it is meant to control. Shift-aggregated figures cannot train a model that has to recommend a setting every ninety seconds. This is why the data collection layer is the first budget line in any credible AI for manufacturing programme, not a prerequisite to be cleaned up later.

Process optimisation with AI. Models read process parameters directly from PLCs and recommend optimal settings for complex operations such as drying, conditioning and blending. Operators accept or reject each recommendation, and the loop can be closed for autonomous adjustment after a testing period. Implementations at a global food and beverage manufacturer and a global tobacco manufacturer improved process stability, reduced raw material waste and lowered energy consumption. The tobacco manufacturer rolled the automated control solution out to nine factories across Europe, Asia and Latin America.

Finsa. The Spanish wood-based panel manufacturer runs predictive maintenance across six plants covering more than 900 machines, built on Kepware for connectivity, ThingWorx for the platform layer, machine learning models for anomaly detection and SAP for the maintenance workflow. Finsa’s stated target is a 25% reduction in maintenance costs, roughly half a million euros a year. The project was viable because the connectivity layer came first: without vibration and temperature data from 900 machines in a usable format, there is no model to train.

The same principle drives conversational access to production data. TT PSC’s MFG Copilot, built on ThingWorx, lets a plant manager ask a question in plain language and receive an answer assembled from MES, historian, ERP, maintenance, quality and energy data.

Jakub Kaczyński

Digitalisation is a key enabler and element of the strategy to ensure efficient industrial operations. In practice that strategy starts at the machine. Companies ask us for AI and we start the conversation with tags, sampling rates and context, because that is what decides whether the AI works.

Jakub Kaczyński
Industrial Portfolio Director
Transition Technologies PSC S.A.

What manufacturers measured after automating collection

OutcomeRangeArea
OEE improvement in the first yearup to 15%Production monitoring
Unplanned downtime reductionup to 25%Production monitoring
Maintenance cost reductionup to 15%Predictive maintenance
Machine failure rate reductionup to 15%Predictive maintenance
Energy bill reductionup to 30%Energy monitoring
First-time fix rateup to 92%Remote monitoring
Service requests resolved remotelyup to 63%Remote monitoring
New factory integration timemonths reduced to weeksUnified Namespace

Source: TT PSC, Practical Guide to Industry 4.0: Proven Use Cases and Results for Manufacturing, 2026 edition, drawn from implementations across automotive, food and beverage, electronics, pharmaceutical and building materials manufacturers.

Context for the investment case: in Deloitte’s 2025 Smart Manufacturing Survey of 600 manufacturing executives, 92% named smart manufacturing as the primary driver of competitiveness over the next three years and 80% planned to direct more than a fifth of their improvement budgets towards it. At the same time 65% cited operational risk as their top concern, and workforce readiness remained the least mature area of transformation. Automated data collection addresses both sides of that: it reduces the operational risk of running blind, and it removes reporting work from teams that are already short-staffed.

Where to start

Start with one production line and one quantified loss, not with a plant-wide data strategy.

The sequence that works is narrow and short. Pick the line where the loss is largest and best understood. Connect its machines and add order and shift context from day one. Measure for four weeks without changing anything, so the baseline is real. Then act on what the data shows and compare.

TT PSC typically runs this as a proof of concept on a single line or process, delivering measurable results within 8 to 12 weeks. The point of the format is not speed for its own sake. It produces an internal reference that makes the case for scaling far better than a vendor deck does.

For the wider sequence of phases, see the digital transformation in manufacturing roadmap. For what the collected data is used for across the portfolio, see 13 Industry 4.0 use cases with real results.

Frequently asked questions

Manufacturing data collection is the automated acquisition of signals from production equipment, enriched with production context such as order, product, shift and operator. It covers machine states, cycle counts, process parameters, quality results and energy use. Without the context layer, the data records what a machine did but not why it matters.