top of page
Software
Reference tools and patterns for Node-RED, Ignition, and diagnostics


Diagnostics Toolkit
🔧 When Something Breaks, Speed Matters A simple, repeatable diagnostic routine prevents guesswork and shortens downtime — especially when the problem is intermittent. ⏱️ 5-Minute Triage Is it one device, one machine/area, or system-wide? Check physical indicators — power, link/activity, drive faults Check comms health in PLC/SCADA — timeouts, retries, fault bits Check switch ports — errors, link flaps, utilization Confirm last known good and what changed (maintenance, w
Shane D
Mar 241 min read


Ignition Dashboards
🖥️ Ignition Dashboards That Work A strong Ignition implementation is less about pretty screens and more about building a workflow : see the issue, understand the cause, take action, and verify improvement. 📊 Dashboards That Work Shift summary: throughput, downtime, top causes, open issues Pareto + drill-down: top drivers → timeline → event detail Maintenance view: active faults, repeat failures, work-in-progress Network/device health pages that reduce time-to-root-cause
Shane D
Mar 241 min read


Node-RED & Data Pipelines
⚡ Node-RED for Industrial Data Node-RED is a fast way to build integrations and automation glue between systems ( OPC UA/MQTT/HTTP/SQL ). The key is treating flows like production software: versioned, tested, and observable . ✅ Good Use Cases Transforming PLC/SCADA data into reports and notifications Bridging protocols (MQTT ↔ HTTP ↔ SQL) with clear logic Building small, maintainable pipelines for events and summaries 📋 Quick Start Checklist Define inputs/outputs clearly
Shane D
Mar 241 min read
bottom of page
