Skip to main content

How IoT Is Used In Manufacturing?

by
Last updated on 3 min read

By 2026, IoT in manufacturing connects machines, sensors, and analytics platforms to cut downtime and boost efficiency through real-time monitoring and predictive maintenance.

What’s happening on today’s factory floors with IoT?

Industrial IoT networks machines, sensors, and tools to stream real-time data to analytics platforms for predictive maintenance and energy optimization on the factory floor.

Right now, over 70% of large manufacturers run at least one IIoT use case (McKinsey 2025 report). Sensors on CNC mills, robotic arms, and pumps collect temperature, vibration, and cycle-time data, feeding cloud dashboards. Machine-learning models analyze these streams to flag anomalies before failures occur, reducing unplanned downtime by up to 40%. Common issues include lost connectivity, sensor drift, and platform integration bugs, often caused by firmware bugs, misconfigured gateways, or weak radio links in harsh factory environments.

How do you fix an IIoT node that stops reporting data?

Follow a systematic sequence to isolate and resolve the issue.

  1. Start with the physical layer
    • Power-cycle the gateway or edge device by holding the power button for 30 seconds.
    • Check Ethernet or Wi-Fi antennas for corrosion or loose connectors, tightening SMA connectors with 5 Nm torque.
    • Use a digital multimeter to verify 24 V DC power supply rails (±5%); replace the supply if readings fall outside 22–26 V.
  2. Move to network configuration
    • Log in to the gateway via SSH (port 22) or web UI (ports 80/443) using default credentials.
    • Run ping 8.8.8.8 to test upstream internet connectivity and arp -a to list local MAC addresses.
    • Confirm firewall rules allow outbound TCP 1883 (MQTT) and TCP 4840 (OPC UA) traffic.
  3. Check the platform dashboard
    • Open your IIoT platform (e.g., ThingWorx 10.6 or Siemens MindSphere 3.9).
    • Navigate to Devices → Assets → [Your Node] → Diagnostics.
    • Look for “Last Seen” timestamps older than 5 minutes to confirm the node is offline.
  4. Calibrate the sensor
    • Use the platform’s calibration tool for temperature or pressure sensors.
    • Apply a correction offset using a known reference (e.g., ice water = 0 °C).
    • Save parameters; the gateway pushes the update in under 10 seconds.

What if the troubleshooting steps don’t fix the problem?

Escalate with these targeted actions.

  • Update the gateway firmware
    Download the latest firmware from the vendor (e.g., HPE Edgeline firmware v3.4.1). Flash the image via USB using the recovery menu (hold the reset button for 5 seconds).
  • Re-pair the sensor
    Remove the sensor battery for 30 seconds, then re-insert. In the platform, go to Devices → Add Device → Bluetooth Low Energy → Scan and confirm the UUID matches the sticker.
  • Contact the vendor
    If the node remains offline after 30 minutes of troubleshooting, open a ticket with the OEM. Provide the gateway MAC address, sensor serial number, and the last 24 hours of logs.

What’s the best way to keep IoT systems reliable?

Maintain IoT reliability with routine checks and preventive measures to avoid costly downtime.

  • Schedule quarterly firmware updates during planned downtime to prevent unplanned reboots.
  • Add surge protectors on 24 V power feeds, especially near arc welders or high EMI areas.
  • Label every gateway and sensor with QR codes linking to calibration certificates using a tool like QR Code Generator.
  • Train operators on basic diagnostics: power cycle → check LEDs → verify Ethernet link lights.

Honestly, this is the best approach to keep systems running smoothly. Following these steps can reduce IIoT-related downtime by up to 60% (ARC Advisory Group 2026 study).

Edited and fact-checked by the TechFactsHub editorial team.
Ryan Foster

Ryan Foster is a networking and cybersecurity writer with 12 years of experience as a network engineer. He's configured more routers than he can count and firmly believes that 90% of internet problems are DNS-related. He lives in Austin, TX.