Guide

IoT and Field Integration | Bringing Production, Warehouse, and Field Data to Management

Koray Çetintaş 10 February 2026 12 min read

Do you learn about machine failures on the production line only after they occur? Do you experience product loss when warehouse temperatures exceed critical levels? Does your field team work with paper forms, with data reaching the central office two days later?

In this guide, you will learn how to transfer production, warehouse, and field data to your central management systems in real-time using IoT (Internet of Things) technology, which sensors to use, how to design the connectivity architecture, and how to operate during internet outages.



What is IoT and Field Integration?

IoT Sensors and Connectivity

IoT transforms the physical world into digital data

IoT (Internet of Things) is the technology that enables physical devices (machines, sensors, vehicles) to send and receive data over the internet. Field integration is the process of transferring this data to central systems such as ERP, BI, or MES and converting it into business decisions.

In the traditional approach, a field employee reads a machine counter twice a day, writes it down, and enters it into Excel in the evening. With IoT, a sensor takes automatic readings every 5 seconds, data flows to the system instantly, and management is notified if there’s an anomaly.

Key Components of IoT Integration

  • Sensors: Measure physical quantities (temperature, pressure, vibration)
  • Gateway: Collects sensor data, performs protocol conversion, and stores data locally even without internet
  • Cloud/Server: Stores data, performs analysis, generates reports
  • API/Integration: Enables data exchange with systems like ERP, MES, dashboards

Example: A vibration sensor on the production line detects that a machine has gone outside its normal operating range. The gateway adds a timestamp to the data, sends it to the cloud, and the system automatically creates a work order for the maintenance team. The entire process is completed within 30 seconds.


Operational Benefits: Real-Time Monitoring

Real-Time Dashboard

IoT dashboards provide instant visibility

1. Elimination of Manual Data Entry

Data that field employees used to write down and bring to the office is now automatically transferred to the system by sensors. Human error is reduced to zero, and data latency drops to minutes.

2. Predictive Maintenance Alerts

Detects anomalies in vibration, temperature, and current values before a machine fails. Scheduled maintenance is performed, minimizing downtime.

3. Inventory and Logistics Visibility

Real-time monitoring of warehouse temperature, product location (RFID), and vehicle location (GPS). Cold chain violations are detected instantly, and vehicle routes are optimized.

4. Increased Decision-Making Speed

Senior management views current data on live dashboards. Instead of asking “What happened last week?”, they get answers to “What is happening right now?”. Strategic decisions become data-driven.

5. Energy and Cost Optimization

Machine-specific energy consumption is monitored, and idle equipment is identified. Energy costs are proportionally reduced.


Sensor Types and Use Cases

Industrial Sensors

Each sensor type measures a different physical quantity

1. Temperature and Humidity Sensors

Use Case: Warehouse climate control, production environment, food cold chain.
Example: Automatic alarm when warehouse temperature exceeds 8°C.

2. Vibration Sensors (Accelerometer, Vibration)

Use Case: Machine health monitoring, maintenance planning.
Example: Notification to the maintenance team when vibration levels on a CNC machine exceed normal limits.

3. Current and Energy Sensors

Use Case: Energy consumption monitoring, idle equipment detection.
Example: Compressor running idle overnight, detecting energy waste.

4. Pressure Sensors

Use Case: Hydraulic and pneumatic systems, liquid tanks.
Example: Oil level warning when pressure drops in a hydraulic press.

5. GPS and Location Sensors

Use Case: Vehicle tracking, field team routes, logistics optimization.
Example: Which customer the service team is at, how long ago they left, traffic conditions.

6. RFID (Radio Frequency Identification)

Use Case: Product tracking, inventory counting, entry-exit control.
Example: Every pallet passing through the warehouse door is automatically recorded in the system.

7. Camera and Image Sensors

Use Case: Quality control, AI-assisted defect detection.
Example: Surface defects on the production line are automatically detected, and defective products are separated.


Connectivity Architecture: Edge, Gateway, and Cloud

IoT Architecture

Edge, Gateway, and Cloud form a three-layer architecture

Layer 1: Edge Computing

The layer closest to the sensor. When very fast response is needed (e.g., emergency stop), data is not sent to the cloud; the edge device makes the decision directly. Latency is at the millisecond level.

Example: When machine vibration reaches a dangerous level, the edge device cuts the relay without consulting the cloud, stopping the machine.

Layer 2: Gateway (Data Collector)

Collects data from multiple sensors, performs protocol conversion (like Modbus, OPC UA, MQTT), packages the data, and sends it to the cloud. Its most important feature is the offline buffer. When the internet connection is lost, it stores data in local memory and automatically uploads it when the connection is restored.

Example: There are 12 machines on the production floor, each using a different protocol. The gateway collects them all and sends them to the central system via HTTPS.

Layer 3: Cloud (Cloud Server)

The layer where all data is collected, analytics are performed, and reports are generated. ERP, BI, and dashboard integrations occur at this layer.

Example: Production data from all branches is consolidated in the cloud, and management monitors the entire operation from a single dashboard.

Architecture Selection Criteria

  • Decision Speed: If milliseconds are required, use edge; if minutes are sufficient, use cloud.
  • Internet Reliability: If low, a gateway is mandatory.
  • Data Volume: If high, perform pre-processing at the edge and then send summaries to the cloud.
  • Security: If critical data is involved, edge/gateway encryption is essential.

Data Collection and Processing Layers

IoT data goes through several layers from raw sensor readings to business intelligence reports:

Layer 1: Raw Data

The direct output from the sensor. Example: “43.2°C, 12:34:56”

Layer 2: Cleaning and Filtering

Erroneous readings (outliers) are filtered, and unit conversions are performed.

Layer 3: Contextualization

Metadata is added to the data: which machine, which location, which process.

Layer 4: Aggregation and Analysis

Hourly and daily averages are calculated. Trends are identified.

Layer 5: Business Rules and Actions

When a threshold is exceeded, a work order is automatically created, or a notification is sent.

Layer 6: Reporting and Visualization

Presented as dashboards, Power BI reports, or Excel reports.

Example Data Flow:
Sensor: 92.4 mA → Gateway: “Machine-003, 92.4 mA, 14:22:10” → Cloud: “Normal range 80–100 mA, OK” → Dashboard: “Machine-003 is healthy, consumption is normal”


Turkey/TRNC Realities: Offline Mode and Internet Outages

Internet outages are a reality in industrial zones in Turkey and across the island in TRNC. The success of an IoT project depends on its ability to operate without internet.

Offline Mode Architecture

The gateway device stores sensor data in its local memory (SD card, SSD). Automatic synchronization begins when the internet connection is restored. The user does not need to perform any manual intervention.

Offline Buffer Capacity Calculation

Example calculation:
– 10 sensors, each reading every 10 seconds (60 readings per minute)
– Each record is 100 bytes
– Hourly data: 60 × 60 × 100 bytes = 360 KB
– 7-day buffer: 360 KB × 24 × 7 = 60 MB

Result: 1 GB of memory can handle over 4 months of outages. In reality, the longest outages are usually a few hours, ensuring no data loss.

TRNC Specific Situation

Due to frequent power outages in TRNC, a UPS (uninterruptible power supply) is mandatory for gateway devices. A battery capacity of at least 2 hours is recommended.

Offline Mode Critical Points

  • Time Synchronization: The gateway’s clock must be accurate (NTP server).
  • Memory Management: If the buffer fills up, the oldest data is deleted (FIFO).
  • Conflict Management: The same data should not be sent twice (unique ID).
  • Error Notification: If there has been no internet for 24 hours, an SMS is sent to management.

Field Example: Multi-Location Production and Warehouse

Real Case (Unbranded)

Production Floor

Situation

A metal processing company with production facilities in 4 cities and 2 regional warehouses, totaling 320 employees. The production line has 18 CNC machines, each monitored manually. Warehouse temperatures are recorded on paper twice a day. Machine failures are reported only when noticed by the operator, leading to high downtime.

Problems

  • Machine failures are addressed reactively; there is no planned maintenance.
  • Warehouse temperature increases overnight go unnoticed.
  • Production data is in Excel, with daily reports ready by 10 AM the next day.
  • Data loss occurs after internet outages.

Implemented IoT Solution

  1. Phase 1 (4 weeks): Pilot facility selected (Ankara). Vibration + current sensors installed on 3 CNC machines, and a temperature sensor in 1 warehouse. Gateway tested with offline buffer.
  2. Phase 2 (8 weeks): Sensors installed on all 18 machines, and climate sensors in all warehouses. Gateways deployed at 4 locations.
  3. Phase 3 (12 weeks): ERP integration completed. Maintenance work orders are generated automatically. Dashboard went live.

Results (6th Month)

  • Planned maintenance rate: 12% → 74%
  • Machine downtime: reduced by an average of 18%
  • Warehouse temperature violation detection time: 18 hours → 5 minutes
  • Production reporting delay: 20 hours → real-time
  • Data loss after internet outage: 0%

7 Common IoT Implementation Mistakes

1. Starting Without Offline Mode

Ignoring the reality of internet outages. Installing without considering gateway buffer capacity. Result: data loss during the first outage, eroding user trust.

2. Too Many Sensors, Too Little Analysis

The “let’s put sensors everywhere” approach. Data is collected, but no one analyzes it or makes decisions. IoT should generate actions, not just data.

3. Neglecting Security and Encryption

Sensor data sent over open protocols (HTTP, plain MQTT). Production data can leak externally, or devices can be hijacked. TLS/SSL is essential.

4. Forgetting Time Synchronization

If the gateway clock is incorrect, data timestamps will be wrong, leading to inconsistencies in reports. Automatic time synchronization via an NTP server is mandatory.

5. Not Planning for Scalability

Starting with 3 pilot sensors, but the gateway capacity is insufficient when scaling to 100 sensors. A scalable architecture should be chosen from the outset.

6. Skipping Maintenance and Calibration

Sensors drift over time (measurement shifts). If calibration is not performed every 6 months, data reliability decreases. A maintenance schedule is essential.

7. Delaying ERP Integration

The common approach is “Let’s install the sensor first, integration later.” Data exists on the dashboard but is not integrated into business processes. The benefit of IoT data is limited if it’s not transferred to the ERP.

IoT Data Analysis

Prevent mistakes with proper planning


IoT Project KPI Table

Metrics to track to measure the success of IoT integration:

Metric Baseline Target (6 Months) Measurement Method
Data Latency 18 hours <5 minutes Timestamp analysis
Manual Data Entry Rate 100% 5% Record source tracking
Planned Maintenance Rate 15% >70% Maintenance work order type
Machine Downtime Baseline -20% OEE calculation
Alarm Response Time 45 minutes <10 minutes Ticket creation time
Sensor Uptime >99% Heartbeat log
Offline Buffer Success 100% Sync log after outage
Data Accuracy Rate 82% >98% Calibration + validation

IoT Integration Checklist

Critical items to check at all stages of your IoT project:

Discovery and Planning

  • Which processes will benefit from IoT? Have priorities been set?
  • Existing Infrastructure: Has internet reliability been measured?
  • Sensor Selection: Are they suitable for physical conditions (dust, humidity, vibration)?
  • Gateway Capacity: How many sensors will connect, and for how many days is the buffer?
  • Security: Have TLS/SSL, VPN, and firewall rules been defined?

Technical Installation

  • Sensor Mounting: Is it in the correct location? Has calibration been performed?
  • Gateway Installation: Is it protected by a UPS? Is NTP synchronization active?
  • Offline Buffer Test: Is there data loss when the internet is disconnected?
  • Protocol Conversion: Are Modbus, OPC UA, MQTT working correctly?
  • Cloud Connection: Have HTTPS, auth tokens, and rate limit settings been configured?

Integration and Testing

  • ERP Integration: Are API documents ready? Have test data been transferred successfully?
  • Dashboard: Are user roles defined? Is real-time updating functioning?
  • Alarm Rules: Are threshold values correct? Have notification channels been tested?
  • Data Quality: Is outlier filtering active? Are unit conversions correct?
  • Performance Test: Is the system stable when 100 sensors send data simultaneously?

Go-Live and Monitoring

  • Pilot Test: Did it start with 1 machine or 1 area?
  • User Training: How to read the dashboard, what to do when an alarm occurs?
  • Maintenance Plan: Will sensor calibration be performed every 6 months?
  • Monitoring: Are sensor uptime and data latency metrics being tracked?
  • Documentation: Is the technical architecture and troubleshooting guide ready?

Frequently Asked Questions (FAQ)

IoT integration is the process of transferring data collected from production machines, warehouse equipment, and field devices to central systems (ERP, BI, dashboards). It eliminates manual data entry, provides real-time visibility, offers predictive maintenance alerts, and accelerates decision-making processes.

Common sensor types include: temperature and humidity sensors (warehouse, production), vibration sensors (machine health), current sensors (energy consumption), GPS and location sensors (vehicle tracking), pressure sensors (hydraulic systems), camera and image sensors (quality control), and RFID readers (logistics tracking).

Edge: the layer closest to the sensor, requires fast response (milliseconds). Gateway: collects data from multiple sensors, performs protocol conversion, supports offline mode. Cloud: central storage, analytics, and reporting. Thanks to the gateway, data is not lost even during internet outages.

No. Gateway devices store data locally with their offline buffer feature. Automatic synchronization begins when the internet is restored. Because internet outages are a reality in Turkey and TRNC, an offline mode architecture is mandatory.

Pilot: 4–6 weeks (1 machine or 1 area). Full rollout: 3–6 months (10+ machines, all locations). The duration depends on existing infrastructure, number of sensors, and integration complexity.

Manufacturing (machine health, OEE monitoring), logistics (vehicle tracking, warehouse temperature), energy (consumption optimization), agriculture (irrigation, climate control), construction (equipment usage), and retail (stock tracking, cold chain) sectors see significant benefits.


About the Author

Koray Cetintas is an advisor specializing in digital transformation, ERP architecture, process engineering, and strategic technology leadership. He applies a "Strategy + People + Technology" approach shaped by hands-on experience in AI, IoT ecosystems, and industrial automation.

Get Support for Your Project

I can help guide your digital transformation initiative. Book a free preliminary call to discuss your priorities.