<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ketsol — Industrial IoT & Manufacturing Intelligence]]></title><description><![CDATA[Ketsol — Industrial IoT & Manufacturing Intelligence]]></description><link>https://ketsol.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6a3b9f7887ff6f0e99da2068/234ee166-7caf-4eb9-9e13-9ce91fb4e760.png</url><title>Ketsol — Industrial IoT &amp; Manufacturing Intelligence</title><link>https://ketsol.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 05:43:35 GMT</lastBuildDate><atom:link href="https://ketsol.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[From Plant Events to Actions: Designing an Event-Driven Manufacturing Data Layer]]></title><description><![CDATA[Why do manufacturing teams still rely on dashboard polling?
Dashboards are useful when people need to inspect a process. They are less effective when the required response is time-sensitive. If an ala]]></description><link>https://ketsol.hashnode.dev/event-driven-manufacturing-data-layer</link><guid isPermaLink="true">https://ketsol.hashnode.dev/event-driven-manufacturing-data-layer</guid><category><![CDATA[Manufacturing, Industrial IoT, Industry 4.0, Digital Transformation, OEE]]></category><dc:creator><![CDATA[Ketsol Manufacturing Suite]]></dc:creator><pubDate>Thu, 03 Sep 2026 09:29:37 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a3b9f7887ff6f0e99da2068/8006aa80-d2ef-4a3b-8eb3-2b16f940c2ff.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3><strong>Why do manufacturing teams still rely on dashboard polling?</strong></h3>
<p>Dashboards are useful when people need to inspect a process. They are less effective when the required response is time-sensitive. If an alarm must be noticed, interpreted and then routed manually, the human review cycle becomes part of the system latency.</p>
<h3>What is the role of an event-driven data layer?</h3>
<p>An event-driven architecture allows systems to react to state changes rather than repeatedly asking whether something has changed. A temperature threshold, equipment state change, production event or quality condition can become an event consumed by the appropriate application or workflow.</p>
<h3>How does the architecture support this?</h3>
<p>• Use a shared information layer rather than a collection of isolated point-to-point links.</p>
<p>• Give events consistent asset and process context.</p>
<p>• Use publish-subscribe patterns so multiple consumers can act on the same event.</p>
<p>• Separate event transport from the applications that consume it.</p>
<h3>What happens when the foundation is fixed first?</h3>
<p>One documented engagement with a mid-sized discrete assembly manufacturer illustrates the gap. Before the architecture was restructured, more than 45% of machine-level data was collected but not used downstream, and average alert response exceeded 20 minutes. After the data architecture was unified, response time to production issues improved by 32% and unplanned downtime fell by 18%. These figures are presented as results from that engagement, not as a universal manufacturing benchmark.</p>
<h3>Why is contextualisation essential?</h3>
<p>An event saying 'temperature high' is incomplete. An event saying 'Line 2, Reactor 3, Temperature exceeded the configured threshold at 14:32 during Batch 184' is actionable. The more clearly the event is tied to the plant hierarchy and operating context, the less interpretation is required downstream.</p>
<h3>What should be built first?</h3>
<p>• Define the event types that have clear operational consequences.</p>
<p>• Define the minimum context each event needs.</p>
<p>• Publish a small set of trusted events.</p>
<p>• Connect them to alerts or workflows.</p>
<p>• Measure response latency and false or irrelevant events.</p>
<p>• Expand the event model after the first use case proves useful.</p>
<p><strong>FAQ</strong></p>
<p><strong>Is event-driven architecture the same as automation?</strong></p>
<p>No. Event-driven architecture provides the mechanism for detecting and distributing changes. Automation is what a downstream system does in response.</p>
<p><strong>Can this work with existing plant systems?</strong></p>
<p>Yes, provided the existing systems can expose or consume the required information through suitable interfaces.</p>
<p>Further reading: <a href="https://ketsol.ai/blog/from-data-visibility-to-data-advantage-manufacturing">event-driven manufacturing data layer.</a></p>
<p>Written by Ketsol Marketing Team. Ketsol Pvt. Ltd.</p>
<p>Learn more on: <a href="https://ketsol.ai">https://ketsol.ai/</a></p>
<p>Connect on LinkedIn: <a href="https://www.linkedin.com/company/68765895">https://www.linkedin.com/company/68765895</a></p>
]]></content:encoded></item><item><title><![CDATA[Why Most Manufacturers Can't Trust Their OEE Data And What the Data Pipeline Is Missing

]]></title><description><![CDATA[What is OEE, and why does it keep causing arguments?
Overall Equipment Effectiveness (OEE) is the manufacturing industry's most widely used production KPI. The formula is simple: OEE = Availability × ]]></description><link>https://ketsol.hashnode.dev/why-most-manufacturers-can-t-trust-their-oee-data-and-what-the-data-pipeline-is-missing</link><guid isPermaLink="true">https://ketsol.hashnode.dev/why-most-manufacturers-can-t-trust-their-oee-data-and-what-the-data-pipeline-is-missing</guid><category><![CDATA[manufacturing software solution]]></category><category><![CDATA[IIoT ]]></category><category><![CDATA[ #OEE]]></category><category><![CDATA[Industry 4.0 Market trend]]></category><category><![CDATA[data-quality]]></category><dc:creator><![CDATA[Ketsol Manufacturing Suite]]></dc:creator><pubDate>Wed, 15 Jul 2026 08:38:57 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a3b9f7887ff6f0e99da2068/daac7442-4467-480f-a6ce-b94356863133.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>What is OEE, and why does it keep causing arguments?</h2>
<p>Overall Equipment Effectiveness (OEE) is the manufacturing industry's most widely used production KPI. The formula is simple: OEE = Availability × Performance × Quality. A score of 100% means perfect production every scheduled minute running, at full speed, producing only good output. In practice, global manufacturing plants average 65–70% OEE. The number itself is not the problem. The problem is that in most daily production reviews, the first 20 minutes are spent arguing about whether the number is right before anyone decides what to do about it. That is a data trust problem, not a formula problem.</p>
<h2>Why do plant teams distrust OEE data?</h2>
<p>Three structural failures drive OEE distrust across manufacturing plants, particularly in mid-sized operations where data systems have been added in layers over time.</p>
<ol>
<li><p><strong>Fragmented data sources with no single owner</strong><br />OEE draws from three separate inputs: machine runtime data (Availability), production count data (Performance), and quality rejection data (Quality). In most plants, these come from three different systems: a PLC or SCADA for availability, a MES or manual log for production, and a QMS or handwritten record for quality. Each source is locally accurate. The join between them is where trust breaks down. When timestamps don't align, when data types differ by system, and when no single team owns the combined output, the OEE number that emerges carries doubt from all three inputs.</p>
</li>
<li><p><strong>Post-shift data editing</strong><br />Most plants allow downtime reasons and loss codes to be updated after the shift ends. This is an operationally necessary context that often arrives late. But it is architecturally damaging. When engineers know that last shift's data may have been edited, they discount this shift's data before it even appears. Mutable historical records are one of the top three drivers of KPI distrust in manufacturing analytics implementations.</p>
</li>
<li><p><strong>Reporting latency kills context</strong><br />OEE calculated overnight or at the end of the shift is stale by the time the morning review starts. Context fades. Shift engineers who operated the machines are off-duty. Memory replaces evidence. And debate replaces decisions. Plants with sub-shift reporting OEE visible within 15–30 minutes of each production event consistently run shorter, more decisive reviews than plants relying on overnight batch calculations.</p>
</li>
</ol>
<h2>What does low OEE data trust actually cost?</h2>
<p>A 2025 Dun &amp; Bradstreet Manufacturing Pulse Survey found that only 36% of manufacturers feel confident making business decisions with their existing data. The operational cost shows up in specific, measurable ways:</p>
<ul>
<li><p>Review meetings run 20–40% longer as teams reconcile conflicting data before deciding actions</p>
</li>
<li><p>Issues that should be resolved within a shift take 24–48 hours to close</p>
</li>
<li><p>More than 50% of operations managers maintain personal Excel backup files even where dashboards are deployed</p>
</li>
<li><p>Production targets soften because teams won't commit to numbers they can't fully trust.</p>
</li>
</ul>
<h2>How does a reliable OEE data pipeline fix this?</h2>
<p>The fix is not a better dashboard. It is a better data infrastructure beneath the dashboard. Three changes make the most consistent difference:</p>
<ol>
<li><p>Automated data capture at the machine level. Eliminate manual entry at the source. Data collected via OPC UA, Modbus, or MQTT directly from PLCs removes the most common point of human-introduced error.</p>
</li>
<li><p>Immutable event logging. Raw downtime events are recorded and protected. Corrections are appended as separate records; the original entry is never overwritten. Engineers trust data they know hasn't been changed.</p>
</li>
<li><p>Sub-shift calculation and reporting. OEE available within 15–30 minutes of each shift event means context is present when decisions are needed — not hours after context has faded. Plants that implement these three changes report review meetings running 30–40% shorter. Production issues close 20–25% faster. Decisions move forward instead of circling back.</p>
</li>
</ol>
<h2>What should engineers look for in an OEE monitoring system?</h2>
<ul>
<li><p><strong>Protocol-native data collection</strong>: native support for OPC UA, Modbus TCP, MQTT, and EtherNet/IP avoids custom middleware and timestamp drift.</p>
</li>
<li><p><strong>Edge-level normalisation</strong>: data normalised before it reaches the analytics layer, preventing calculation inconsistencies from device-level variation.</p>
</li>
<li><p><strong>Immutable audit logs</strong>: event logs that append corrections rather than overwriting source data.</p>
</li>
<li><p><strong>Configurable latency:</strong> OEE visible at 15-minute, 30-minute, or per-shift intervals depending on plant requirements</p>
</li>
</ul>
<p>The engineering effort to reach this state is real. The return, measured in shorter reviews, faster issue closure, and decisions made in the meeting rather than after it, is consistent.</p>
<h2>Conclusion</h2>
<p>OEE is a sound metric. The 85% world-class benchmark, first established by Seiichi Nakajima in the 1980s through TPM frameworks, remains a relevant directional target. What has changed is the complexity of the data pipelines that feed it. When those pipelines are clean, automated, and low-latency, OEE earns trust. When trust is fragmented, mutable, and delayed, it erodes regardless of how good the dashboard looks. Fix the pipeline. The dashboard will follow.</p>
<p>For a detailed breakdown of how OEE trust failures trace back to data architecture in Indian manufacturing plants, read the full analysis here: <a href="https://ketsol.ai/blog/oee-trust-problem-manufacturing-daily-review-data-quality">ketsol.ai/blog/oee-trust-problem-manufacturing-daily-review-data-quality.</a></p>
<h2>FAQ</h2>
<h3>1. What is a good OEE score in manufacturing?</h3>
<p>A score of 85% is considered world-class for discrete manufacturing. The global average across industries is 65–70%. In Indian manufacturing, mid-sized plants typically operate between 55–72% OEE depending on sector and digitisation maturity.</p>
<h3>2. Why do manufacturers distrust their OEE data?</h3>
<p>OEE distrust most commonly traces to three causes: data collected from multiple disconnected systems, downtime records that can be edited after the shift ends, and OEE calculated hours after production so context has already faded by review time.</p>
<h3>3. How does IIoT improve OEE accuracy?</h3>
<p>IIoT-based OEE monitoring collects machine data automatically via protocols like OPC UA or MQTT, eliminating manual entry errors. Real-time calculation means OEE is visible within minutes of each production event, not hours later. This removes the two biggest sources of inaccuracy: human data entry and reporting latency.</p>
<h3>4. What causes OEE to be inaccurate?</h3>
<p>Common causes include incomplete downtime capture, manually entered production counts that round up or miss small stops, unrealistic ideal cycle times, and quality records that exclude rework. Each distortion is small individually, multiplied across shifts, the gap between reported OEE and actual performance becomes significant.</p>
<h3>5. Can small manufacturers in India benefit from OEE monitoring?</h3>
<p>Yes. OEE monitoring can start with a few critical machines and scale gradually. Modern IIoT gateways support legacy PLCs without requiring full automation upgrades. The most important first step is automated data capture, even on one line, to establish a trusted baseline.</p>
<p><strong>Author</strong>: The Ketsol team, Ketsol builds industrial IoT gateways and manufacturing intelligence platforms for plants across India. <a href="https://ketsol.ai">ketsol.ai</a></p>
]]></content:encoded></item></channel></rss>