The Honest Introduction: What Industry 4.0 Is and What It Is Not
At every automation trade show you hear: AI-controlled factories, autonomous systems, complete connectivity. The reality in most manufacturing companies looks quite different: PLC programs from the 1990s, machines without network connectivity, and IT security concerns that immediately stall every project.
This is not failure — it is the normal state. Industry 4.0 is not a one-time transformation but a continuous process that starts small and grows pragmatically. This guide is for those who need no more theory but want to know: Where do I start?
OPC UA: The Foundation Without Which Nothing Works
OPC UA (Unified Architecture) is the de facto standard for machine communication in Industry 4.0. Three reasons why OPC UA is indispensable:
- Platform independence: OPC UA runs on PLCs, PCs, Raspberry Pis, in the cloud. No proprietary protocol.
- Information modeling: OPC UA describes not just data points but their meaning (semantic modeling). An OPC UA server from Siemens and one from Beckhoff speak the same "language".
- Security: OPC UA has authentication, encryption, and authorization built in from the start — no afterthought add-on.
Practically: Siemens TIA Portal from V15 exports OPC UA servers directly from the PLC program. Enable it in hardware configuration, select nodes from the program — done. A standard OPC UA client (e.g., UaExpert from Unified Automation, free) can access it immediately.
MQTT and IoT Protocols: When to Use Which?
MQTT (Message Queuing Telemetry Transport) is the lightweight counterpart to OPC UA for cloud communication. Differences:
- OPC UA: Complex information model, bidirectional, good for machine-to-machine and machine-to-SCADA. Higher resource consumption.
- MQTT: Simple publish/subscribe model, very resource-efficient, ideal for cloud connectivity and IoT gateways. No built-in security model (configure TLS separately).
Typical architecture: Machine → OPC UA → Edge Gateway → MQTT → Cloud. The edge gateway translates between protocols and buffers data during connection outages. Concrete tools: Node-RED (free, runs on any PC or Raspberry Pi) is excellent as an OPC UA-to-MQTT translator.
Edge Computing vs. Cloud: The Right Distribution
A common misconception: Industry 4.0 means sending everything to the cloud. In practice, this is suboptimal.
Edge Computing (local):
- Real-time evaluations (latency < 10 ms)
- Data that must not leave the plant for compliance reasons
- Bandwidth-intensive raw data (vibration signals, camera images)
- Functions that must continue operating during internet outages
Cloud:
- Long-term analyses across multiple systems
- Machine learning model training
- Company-wide KPIs and reporting
- Data shared with suppliers or customers
Hardware recommendation for edge: Siemens IPC477E or similar industrial-grade PCs. No consumer hardware in production environments.
Retrofitting Existing Machines
The most common entry point into Industry 4.0 is not a new system but retrofitting existing ones. Three approaches:
1. Signal Tap at the PLC
If the PLC is accessible (S7-300/400, S7-1500): activate OPC UA or Modbus TCP. For older S7-300 without OPC UA: retrofit a communication module (e.g., Softing OPC Box). Cost: €500–2,000, effort: 1–2 days.
2. Energy Monitoring Terminals
Direct current measurement at the main feed without PLC integration. Products like Phoenix Contact EEM-ET370 or WAGO Energy Meter measure current, voltage, power, and transmit via Modbus or OPC UA. Ready to deploy immediately without modifying the PLC program. Cost: €300–800 per measurement point.
3. Vibration and Condition Monitoring
Retrofit sensors for predictive maintenance: IMC CANSAS cards, Balluff BIS system, or Bosch CISS (Connected Industrial Sensor Solution). These sensors connect directly via Wi-Fi or Ethernet without PLC integration. Data goes directly to the cloud or edge platform.
MES Integration: Putting Data in the Right Context
Manufacturing Execution Systems (MES) connect shopfloor data with production planning and quality management. Without MES, machine data remains data points — with MES, they become information.
MES integration is not plug-and-play. Critical questions:
- What data is actually needed? (Not: What can we measure?)
- Who maintains master data (order numbers, article numbers)?
- How are interfaces maintained during ERP updates?
Recommendation for beginners: start with an OEE dashboard (Overall Equipment Effectiveness) without full MES integration. Three metrics: availability, performance, quality. That is enough to start and immediately shows potential.
KPI Definition: What Should Be Measured?
The most common Industry 4.0 trap: collecting data without knowing what for. Define before the first sensor:
- OEE (Overall Equipment Effectiveness): The universal measure of system productivity. Target: >85% for world-class performance.
- MTBF (Mean Time Between Failures): Average time between failures. Increases with successful predictive maintenance.
- Energy intensity: kWh per produced part. Direct CO₂ relevance.
- First Pass Yield: Proportion of defect-free parts without rework. Quality indicator.
Pilot Project Approach: Don't Start Too Big
The rough guide to a successful start:
- One machine, one problem: Choose the machine with the most unplanned downtime. Define a concrete goal: "Reduce downtime by 20% in 6 months."
- Make data available: OPC UA or retrofit sensor, edge gateway, database (InfluxDB, Grafana). Total effort: 2–4 weeks, €10,000–25,000.
- Analyze and act: Weekly review meetings, derive concrete actions from data.
- Roll out: After proven success, expand to additional machines.
Common Failure Points
- IT/OT conflict: IT wants Windows updates and firewalls; OT wants stability and no network access. Without early alignment, projects fail at the IT infrastructure level.
- Data quality ignored: Dirty data (wrong timestamps, missing units) leads to wrong conclusions.
- ROI not defined: "We are digitalizing" is not a project goal. Concrete KPIs and time horizons must be defined before project start.
- Technology-first thinking: Buying tools before the problem is clear leads to expensive toys without value.
Realistic ROI Expectations
Honest figures from practice:
- Predictive maintenance: ROI within 1–2 years for systems with frequent unplanned outages. For reliable systems: possibly no ROI.
- Energy monitoring: Typically identifies 5–15% savings potential. ROI in 6–18 months.
- OEE transparency: Visibility of OEE alone can increase productivity by 5–10% — without any technical measures.
Concrete First Steps
- Activate OPC UA on your Siemens S7-1500 (free, 2 hours)
- Install UaExpert and test the connection (free, 30 minutes)
- Set up InfluxDB + Grafana on a PC (free, 4 hours)
- Select 10 relevant metrics and record for 2 weeks
- First analysis: Where are the patterns? Where are the anomalies?
Conclusion
Industry 4.0 does not start with a million-euro project — it starts with the first data connection. Those who start small, learn quickly, and make successes measurable have the best foundation for sustainable digitalization. The technology stack is secondary; the question of which problem to solve is decisive.