Blog
-
Edge vs Cloud AI in Manufacturing: Where Each Actually Belongs

Most industrial AI deployments are built around the wrong question. "Edge or cloud?" treats a deployment decision as a binary choice, when the real question is simpler and more useful: what does this specific workload actually require?
read more... -

How to Connect to Beckhoff TwinCAT PLC Using ADS (2026)
Beckhoff TwinCAT is one of the most widely deployed PLC platforms in industrial automation. ADS, its native communication protocol, gives you direct read and write access to PLC variables without additional licensing or middleware, and connecting from FlowFuse means tapping into that same channel TwinCAT uses internally.
-

FlowFuse 2.28: Troubleshoot Faster, Manage Edge Devices Centrally, and More Self-Hosted Flexibility
FlowFuse 2.28 focuses on making your day-to-day work faster and giving you more control — whether you are debugging a flow, managing edge devices, or running FlowFuse on your own infrastructure.
-

The Last Mile Problem in Industrial AI
There is a slide that lives in almost every industrial AI project deck.
On the left: data collection, model training, validation. On the right: operational value, reduced downtime, optimized throughput. In the middle, a small box labeled "deployment" that nobody in the room questions, because everyone has already moved on to the numbers on the right.
-

How to Stop Silent Pipeline Failures From Swallowing Your IIoT Data
Somewhere in your IIoT pipeline, a message just failed. You don't know which one. You don't know when. And unless you have a Dead Letter Queue, you never will.
-

The Bus Factor Problem in Integration Systems
The bus factor is a simple idea. If one person leaves your team, how much breaks? If the answer is "a lot," your bus factor is one. Most integration systems have a bus factor of one.
-

Edge AI Is 80% Plumbing, 20% Intelligence
The model is the easy part. I know that is not what you were told. But it is true, and somewhere between your third deployment and your first production fire, you will stop arguing with it.
-

How to Build an MQTT-to-InfluxDB Data Pipeline (2026)
An MQTT to InfluxDB is one of the most common and most critical pipelines in IIoT. Every timestamped telemetry event that drives decisions on the floor needs to land somewhere it can be queried, trended, and acted on.
-

Building an AI Vibration Anomaly Detector for Industrial Motors
Bearing wear, shaft misalignment, and imbalance don't appear overnight. They develop over days or weeks, leaving a clear trail in vibration data long before any audible or thermal symptoms emerge. By the time a technician hears grinding or feels heat, the window for low-cost intervention has already closed.
-

Modbus TCP vs Modbus RTU: Reliability, Latency, and Failure Modes
Modbus shipped in 1979. It has outlasted every protocol that was meant to replace it, survived the transition from relay logic to microprocessors and modern SCADA systems, and is still running production lines today. That kind of longevity does not happen by accident. It exists because the protocol is simple, deterministic, and unambiguous, at least in its original form, a point I have discussed in more detail in a separate article.
-

CAN Bus Tutorial: Connect to Dashboards, Cloud, and Industrial Systems
If you work with vehicles, industrial automation, or embedded systems, you've likely encountered CAN bus, the communication backbone that connects ECUs, sensors, controllers, and actuators in real-world environments. The challenge isn't just reading CAN data; it's getting that data into your dashboards, cloud platforms, databases, or industrial control systems.
-

FlowFuse 2.27: Integrated Editor in Remote Instances & Context-Aware FlowFuse Expert
FlowFuse 2.27 tightens the development loop for Remote instances and makes FlowFuse Expert more aware of what is actually running in your Node-RED environment. It also improves availability for High Availability hosted deployments.
-

Event-Driven Architecture: 99% of Your System Requests Are Worthless
Nearly 99% of the requests your manufacturing systems make return the same answer: nothing changed. The 1% that matter? You find out too late. This isn't a monitoring problem. It's an architecture problem.
-

Shop Floor AI: Dead on Arrival Without This
Your industrial AI initiative is dying. Maybe it's already dead.
-

Mapping MTConnect Streams for Dashboard Visualization
Most manufacturing facilities run MTConnect agents on their CNC machines, but the XML data these agents produce isn't directly usable. You receive streams of timestamped measurements, state changes, and condition flags wrapped in hierarchical XML structures. Converting this into a functional dashboard means solving three problems: retrieving the data reliably, parsing it correctly, and routing specific values to the right display components.
-

MQTT vs CoAP: Measure Your Constraints or Pick Wrong
The MQTT vs CoAP debate is mostly noise. One protocol assumes you have infrastructure and want centralized coordination. The other assumes you don't and can't. If you're still debating which is "better," you haven't measured what matters.
-

Agentic AI Reads OPC UA Servers So You Don't Have To
OPC UA servers store everything. Finding anything takes hours.
-

Why Modbus Refuses to Die
Modbus is 47 years old and has no built-in security. By every measure, it should have been obsolete a decade ago. OPC UA, EtherNet/IP, MQTT, Profinet: modern protocols with semantic modeling, encryption, and real-time capabilities arrived backed by billions in vendor investment and industry standardization efforts.
-

MQTT vs OPC UA: Why This Question Never Has a Straight Answer
The question itself is broken.
MQTT moves messages. OPC UA defines meaning. They operate at different layers of the stack. Comparing them is like comparing TCP to JSON.