Manufacturing Data Pipeline 101: From PLC to Dashboard

By David Whitmore on June 18, 2026

manufacturing-data-pipeline-101-plc-to-dashboard

Every manufacturing plant runs on data. PLCs on the plant floor generate thousands of signals per second — line speed, temperature, pressure, vibration, cycle count, defect status. But raw PLC data, by itself, does not drive decisions. The data must travel through a structured pipeline that converts millisecond-level electrical signals into business metrics visible on a dashboard: OEE, FPY throughput, downtime, energy intensity. This article explains the manufacturing data pipeline from end to end — the five layers, the protocols that connect them, the latency requirements at each stage, and the architectural decisions that determine whether your pipeline delivers trustworthy data in real time or lags behind the production process it is meant to measure. Whether you are building a new pipeline from scratch or auditing an existing one, the seven structures below provide a complete framework for understanding, designing, and improving your manufacturing data infrastructure.

Map Your Plant’s Data Pipeline in 30 Minutes

A Structured Assessment That Documents Every Data Source, Protocol, and Latency Requirement Across Your Plant.

Understanding your current pipeline architecture is the first step toward improvement. iFactory’s pipeline assessment methodology walks you through each layer — from PLC and sensor inventory on the plant floor through edge gateways, historians, analytics, and dashboards — documenting what exists, what is missing, and where the bottlenecks are. The assessment produces a pipeline architecture diagram, a latency heatmap by data source, and a prioritised improvement roadmap tailored to your plant’s operational context. It takes 30 minutes and does not require any software installation. Book a session with our team, and you will leave with a clear picture of your current pipeline state and the highest-impact changes you can make in the next 90 days.

Manufacturing Data Pipeline Health Scoreboard

The pipeline scoreboard provides an instant snapshot of your data infrastructure’s overall health through four aggregate metrics. These numbers answer the first question any plant manager asks: “Is my data pipeline working well enough to trust the numbers on my dashboard?” Each metric is a leading indicator of pipeline reliability and data quality — low latency means the pipeline serves real-time decisions, high uptime means the data stream is always available, and high volume indicates broad coverage across the plant’s data sources.

12+
Data Sources Integrated
PLCs, SCADA, MES, ERP, CMMS, IoT sensors
<1 s
Avg Pipeline Latency
From PLC tag read to dashboard refresh – median across all data streams
99.8%
Pipeline Uptime
Rolling 12-month availability including planned maintenance windows
2.4 TB
Daily Data Volume
Aggregate throughput across all connected plants and data sources

The Five Layers of a Manufacturing Data Pipeline

A complete manufacturing data pipeline consists of five horizontal layers, each with distinct functions, technologies, and performance characteristics. Data flows upward from the plant floor through each layer, undergoing transformation from raw electrical signal to actionable business metric. Understanding these layers is essential for diagnosing pipeline bottlenecks, planning upgrades, and designing new architectures that balance real-time responsiveness with analytical depth. Each layer builds on the foundation provided by the layer below it.

1
PLC & Sensors
Programmable logic controllers and field-level sensors (temperature, pressure, vibration, flow) that generate raw process signals at millisecond intervals. The foundation of every manufacturing data pipeline.
Siemens S7, Allen-Bradley ControlLogix, Mitsubishi FX, Modicon, EtherCAT slaves
2
Edge Gateway
Local processing hardware that collects PLC data, applies initial filtering and protocol conversion, buffers data during network interruptions, and transmits to upstream systems with sub-second latency.
Raspberry Pi industrial, Siemens IOT2050, Advantech Edge, AWS Outpost, Azure IoT Edge
3
Historian / Data Lake
Time-series database or cloud data lake that stores raw and processed manufacturing data with high write throughput, compression, and configurable retention policies for operational and analytical use cases.
OSIsoft PI, InfluxDB, TimescaleDB, Amazon S3, Azure Data Lake, Snowflake
4
Analytics Engine
Compute layer that transforms raw time-series data into business metrics — OEE, FPY, MTBF, throughput — through configurable formulas, aggregation rules, and alert conditions executed on schedule or on demand.
Apache Spark, Databricks, iFactory Analytics, AWS Kinesis Analytics, custom Python pipelines
5
Dashboard
Role-based visual interface presenting real-time and historical KPIs, trend charts, and alerts to operators, supervisors, plant managers, and executives — the end consumer of the entire pipeline.
iFactory Dashboards, Grafana, Power BI, Tableau, custom web apps

Industrial Protocol Reference: Connecting PLCs to the Pipeline

The protocol layer is where manufacturing data pipelines differ most from general IT data pipelines. Industrial protocols must handle real-time deterministic communication, survive electrically noisy environments, and bridge decades-old legacy devices with modern cloud architectures. The eight protocols below represent the vast majority of plant-floor connectivity. Some are purpose-built for industrial automation (OPC UA, Profinet, EtherNet/IP), while others originate in IT (REST API, CSV/FTP) but are essential for integrating enterprise systems into the pipeline.

OPC UAIndustrial
Open standard for industrial communication. Platform-independent, secure, supports data modelling and discovery. Dominant protocol for modern PLC-to-scada communication.
Latency: < 5 msUse case: Real-time machine monitoring, SCADA integration, cross-vendor PLC data collection
MQTTIndustrial
Lightweight publish-subscribe protocol ideal for IoT and edge scenarios. Low bandwidth, QoS levels, retained messages. Increasingly popular in cloud-connected architectures.
Latency: < 10 msUse case: Edge-to-cloud streaming, sensor networks, remote plant connectivity, mobile asset tracking
Modbus TCPIndustrial
Widely deployed industrial protocol over Ethernet. Simple request-response model. Supported by virtually every PLC and RTU. Limited security and no built-in discovery.
Latency: < 5 msUse case: Legacy PLC integration, RTU communication, energy meter data collection, HVAC control
ProfinetIndustrial
Siemens industrial Ethernet standard for real-time IO. Supports isochronous cycle times down to 31.25 µs. Dominant in automotive and European manufacturing.
Latency: < 1 msUse case: High-speed automation lines, Siemens ecosystem plants, motion control systems
EtherNet/IPIndustrial
Rockwell/Allen-Bradley's industrial Ethernet protocol. CIP-based, implicit and explicit messaging. Widely used in North American discrete manufacturing.
Latency: < 5 msUse case: Assembly lines, packaging machines, robotic workcells, Allen-Bradley PLC environments
BACnetIndustrial
Building automation and control protocol. Manages HVAC, lighting, fire safety. Relevant in plants for environmental monitoring and energy management integration.
Latency: < 100 msUse case: Environmental monitoring, energy management, cleanroom HVAC, utility metering
REST APIIT
HTTP-based API protocol for system-to-system integration. Used for ERP, MES, CMMS data exchange. Not suitable for real-time control but essential for contextual data.
Latency: < 500 msUse case: ERP integration (SAP, Oracle), MES data sync, CMMS work order updates, quality system APIs
CSV / FTPIT
Traditional file-based data exchange. Manual export from legacy systems, scheduled FTP transfers. Lowest latency but simplest to implement. Still widely used despite limitations.
Latency: Minutes to hoursUse case: Batch reporting from legacy systems, end-of-shift data dumps, supplier data exchange

See the Compressed Pipeline — iFactory’s Single-Stack Architecture

iFactory Combines Ingestion, Storage, Analytics, and Visualization into One Manufacturing-Native Platform.

Traditional manufacturing data pipelines require five separate tools — a protocol gateway, a historian, an ETL engine, a semantic model, and a dashboard tool — each with its own configuration, maintenance schedule, and support contract. iFactory collapses these into a single manufacturing-native platform that handles the complete pipeline from OPC UA and MQTT ingestion through to role-based dashboards and automated report distribution. The result: sub-second latency from PLC to screen, a unified data model that eliminates tag-to-metric mapping errors, and deployment timelines measured in weeks instead of quarters. Schedule a demo to see how the compressed pipeline performs against your plant’s data sources and KPI requirements.

Data Pipeline Flow: From PLC to Dashboard in Five Stages

The flow diagram below traces a single data point from a PLC register through the entire pipeline to the dashboard screen. Each stage is annotated with its typical latency contribution, so you can see where the cumulative delay accumulates. In a well-architected pipeline, the total end-to-end latency from PLC register change to dashboard update is under one second for critical real-time metrics. The diagram shows the subset of latencies that apply when the pipeline is operating in streaming mode with the analytics engine running continuous calculations on the data stream.

PLCProgrammableLogic Controller<10msEdge GatewayProtocol conversion& local buffer<100msData LakeTime-seriesstorage & archive<1sAnalyticsKPI calculation& alert rules<500msDashboardReal-time visualisation& role-based views

Six Essential Components of a Manufacturing Data Pipeline

Beyond the five layers, a robust pipeline requires six functional components that cut across layers. Some of these are essential for any pipeline that claims to be production-ready, while others become important as the pipeline scales to more plants, more data sources, and more demanding use cases. Each component description includes example tools and a criticality indicator so you can assess your current pipeline’s completeness against a best-practice reference architecture.

Data IngestionEssential
Collects raw data from PLCs, SCADA, MES, ERP, and IoT sensors via multiple protocols (OPC UA, MQTT, Modbus) with automated error handling and retry logic.
Tools:OPC UA Client, MQTT Broker, Kafka Connect
Data StorageEssential
Persists raw and processed time-series data with configurable retention, compression, and partitioning strategies to balance query performance with storage cost.
Tools:InfluxDB, TimescaleDB, Amazon S3, Azure Data Lake
Data ProcessingEssential
Transforms raw tag values into business metrics through aggregation, filtering, interpolation, and enrichment at scheduled intervals or in real time.
Tools:Apache Spark, Flink, iFactory Pipeline, AWS Lambda
Data ModelingRecommended
Maps raw data tags to a semantic business model — plant hierarchy, KPI formulas, target thresholds — making data interpretable by domain users rather than data engineers.
Tools:iFactory Modeler, dbt, custom Python, SQL views
Data VisualizationEssential
Renders KPIs, trends, and alerts in role-based dashboards with configurable layouts, auto-refresh, drill-down, and scheduled distribution to operators and executives.
Tools:iFactory Dashboards, Grafana, Power BI, Tableau
Data GovernanceRecommended
Enforces naming conventions, data quality rules, access controls, retention policies, and audit trails to ensure the pipeline delivers trustworthy, compliant data.
Tools:iFactory Governance, Atlan, Alation, Collibra

Data Pipeline Latency Tiers: When Speed Matters

Not every data point needs to travel from PLC to dashboard in under a second. Different use cases have different latency requirements, and designing a pipeline that treats all data the same way wastes money on unnecessary real-time infrastructure or frustrates users with slow dashboards. The four latency tiers below define the common speed requirements in a manufacturing data pipeline, along with the protocols and architectures that support each tier. Most plants need all four tiers operating in parallel within a single pipeline architecture.

Real-Time
< 1 second
Use cases: Line speed monitoring, safety interlocks, quality reject tracking, OEE real-time tile updates. Requires streaming ingestion and in-memory processing at the edge or analytics layer.
Protocols: OPC UA, EtherNet/IP, Profinet
Near Real-Time
1–10 seconds
Use cases: Shift production totals, machine state tracking, energy consumption rate, alert generation for threshold breaches. Batch micro-processing with sub-minute refresh cadence.
Protocols: MQTT, Modbus TCP, REST API
Batch (Hourly)
Every hour
Use cases: Hourly production summaries, scrap rate trending, labour hour tracking, material consumption reconciliation. Scheduled aggregation jobs on the analytics engine.
Protocols: REST API, CSV/FTP, JDBC
Daily
Once per day
Use cases: Financial cost accounting, end-of-day OEE reports, inventory adjustments, compliance reports, management summary distribution. Overnight batch ETL from operational systems.
Protocols: CSV/FTP, JDBC, SFTP, REST API

Data Pipeline Architecture Decision Framework

The right pipeline architecture depends on your plant’s specific context: number of plants, age of equipment, connectivity reliability, and analytical maturity. There is no one-size-fits-all architecture. The six scenarios below cover the most common manufacturing situations, each with a recommended architecture, the key considerations that drive the recommendation, and an estimated implementation timeline. Use these as a starting point for your own architecture design or as a benchmark against your current deployment.

Single Plant with PLCs
Recommended: Edge gateway + local historian + cloud analytics
Moderate data volume (<500 tags); low network complexity; single-vendor PLC ecosystem. Start with edge buffering and cloud-forward analytics. Implement within 4–6 weeks.
4–6 weeks
Multi-Plant Rollup
Recommended: Edge gateways per plant + central data lake + unified semantic model
Cross-plant KPI harmonisation is the primary challenge. Standardise tag naming and hierarchy before rollout. Plan for 500–5,000 tags per plant with global aggregation rules.
8–16 weeks
Legacy Equipment Retrofit
Recommended: Protocol converters + edge gateway + local historian
Legacy PLCs may lack modern protocol support. Install protocol converters (Modbus-to-OPC UA) and buffer data at the edge. Prioritise MTConnect and OPC UA wrappers for older controllers.
12–20 weeks
Cloud-First Greenfield
Recommended: Direct PLC-to-cloud via MQTT + cloud data lake + cloud analytics
No legacy constraints. Design for cloud-native from day one with MQTT Sparkplug B, cloud historian, and fully managed analytics. Fastest deployment scenario with highest scalability.
3–6 weeks
Hybrid On-Prem / Cloud
Recommended: Edge historian + selective cloud forwarding + dual analytics
Best for plants requiring local real-time control plus enterprise-wide analytics. On-prem historian for sub-second response; filtered subset forwarded to cloud for cross-plant reporting.
6–12 weeks
Edge-Only for Remote Sites
Recommended: Standalone edge gateway + local dashboard
Sites with limited or intermittent internet connectivity. All processing stays local on the edge gateway with local dashboard. Sync to central systems when connectivity is available.
4–8 weeks

Frequently Asked Questions

What is a manufacturing data pipeline and why does it matter?

A manufacturing data pipeline is the end-to-end infrastructure that collects raw data from plant-floor devices — PLCs, sensors, SCADA systems — and transforms it into actionable business metrics displayed on dashboards and reports. The pipeline encompasses protocol connectivity, data ingestion, storage, processing, modelling, and visualisation. It matters because without a structured pipeline, manufacturing data remains siloed in proprietary formats, accessible only to control engineers, and unusable for operational decision-making. A well-designed pipeline turns millisecond-level process signals into OEE trends, quality drill-downs, and cost analyses that operators, supervisors, and executives can act on in real time. iFactory's manufacturing analytics platform consolidates the entire pipeline into a single stack, eliminating the integration complexity that plagues traditional multi-vendor architectures.

What protocols connect PLCs to the data pipeline?

PLCs communicate with higher-level systems via a range of industrial and IT protocols depending on the vendor, era of manufacture, and performance requirements. OPC UA is the modern standard for cross-vendor PLC connectivity, offering platform independence, built-in security, and rich data modelling. MQTT is the protocol of choice for edge-to-cloud streaming, especially in IoT architectures. Modbus TCP remains ubiquitous for legacy device integration due to its simplicity and near-universal support. Profinet and EtherNet/IP are vendor-specific real-time protocols dominant in Siemens and Rockwell ecosystems respectively. Many plants operate a mix of these protocols simultaneously, requiring the pipeline to support protocol conversion at the edge gateway layer. iFactory's pipeline includes native connectors for all major industrial protocols with automatic protocol detection and conversion.

How does real-time data flow from PLC to dashboard?

The real-time data flow follows a five-stage path: (1) PLC scans its IO at millisecond intervals and updates internal registers with current sensor values. (2) An edge gateway or OPC UA server polls the PLC or subscribes to data changes, converting proprietary PLC protocols into standardised time-series data. (3) The data stream is transmitted to the historian or data lake via MQTT, OPC UA, or a custom connector, with sub-second write throughput and automatic buffering during network interruptions. (4) The analytics engine applies formulas, aggregations, and alert rules to transform raw tag values into business metrics — for example, converting line speed and defect count into OEE and FPY. (5) The dashboard queries the analytics engine (or a pre-computed cache) on a configurable refresh cycle — typically 1–10 seconds for real-time views — and renders the data as charts, gauges, and KPI tiles visible to operators and supervisors. The total pipeline latency from PLC register change to dashboard update is typically under one second in a well-architected system.

What is the difference between edge processing and cloud processing?

Edge processing runs compute workloads on hardware located on the plant floor, close to the data source — typically on an edge gateway, industrial PC, or local server. Its advantages are sub-millisecond latency, operation during network outages, and reduced data transmission costs by filtering and aggregating data locally before sending only what is needed to the cloud. Cloud processing runs compute workloads in a centralised data centre or cloud platform (AWS, Azure, GCP). Its advantages are virtually unlimited compute and storage capacity, ability to run complex cross-plant analytics, and centralised governance and model management. The two are complementary rather than competing: leading architectures use edge processing for real-time control and local dashboards (sub-second response required), and cloud processing for cross-plant analytics, machine learning, and long-term trend analysis. iFactory supports both models in a unified architecture, allowing plants to start with edge-only and add cloud forwarding as their analytics maturity grows.

How do I choose between batch and real-time data pipelines?

The choice between batch and real-time pipeline architecture depends on the decision cadence required by each use case. Real-time (sub-second to sub-minute) is appropriate for: operator-facing dashboards where a machine stoppage must be visible immediately, quality alerts where defect detection must trigger within seconds to prevent scrap cascades, and safety monitoring where delayed data is unacceptable. Batch (hourly to daily) is appropriate for: financial cost accounting that reconciles against ERP systems, end-of-shift production reports that aggregate across lines and shifts, and historical trend analysis where minute-level granularity has no value. Most manufacturing plants need both: a real-time streaming layer for operational dashboards and alerts, plus a batch layer for financial reporting and cross-plant analytics. The architecture decision should be driven by the question “What decision does this data support, and how quickly does that decision need to be made?” rather than technology preference. iFactory's pipeline architecture supports mixed cadences automatically, routing data to the appropriate processing path based on the metric's refresh requirement.

From PLC to Dashboard in One Platform. Deploy in Weeks.

Stop Managing Five Separate Pipeline Tools. iFactory’s End-to-End Pipeline Cuts Latency from Hours to Seconds.

You have seen the seven structures that define a manufacturing data pipeline: the scoreboard that measures health, the five layers that convert plant-floor signals into business metrics, the eight protocols that connect devices to the pipeline, the flow diagram that traces data from PLC to dashboard, the six components that make a pipeline production-ready, the latency tiers that align speed with use case, and the architecture scenarios that match infrastructure to operational context. The next step is consolidating these into a single platform that handles the entire pipeline. iFactory is purpose-built for manufacturing data: native OPC UA and MQTT ingestion, a built-in time-series database with configurable retention and compression, a semantic KPI engine that maps raw tags to business metrics, and role-based dashboards that serve operators, supervisors, and executives from the same data model. Deployment takes two to four weeks for a single plant. Book a 30-minute demo and we will map your plant’s data sources and show you the pipeline live, with your own data.


Share This Story, Choose Your Platform!