Recent
The Dependency Problem: What Axios Taught Us About OT Edge Platforms
·9 mins
I ran npm install on a Raspberry Pi 4, the same one I’d set up as an edge gateway with OPC UA and MQTT, and watched the terminal scroll.
Node-RED, plus three protocol modules for Siemens S7 PLCs, OPC UA, and Modbus. When it finished, I counted.
What Happens When You Push OPC UA and MQTT Through a Data Diode
IEC 62443 defines four Security Levels for industrial control systems. At the highest level — SL-4, protection against state-sponsored attacks with extensive resources — the standard calls for unidirectional data flow enforcement. Not a firewall rule. Not a software policy. Hardware-enforced, physically one-way communication.
Building an IT/OT Edge Gateway with a Raspberry Pi
Every factory faces the same question: how do you get sensor data from the shop floor to the systems that need it? The answer is never one protocol. It’s two — MQTT for vertical data flow to IT systems, and OPC UA for horizontal integration with SCADA and HMI on the plant floor.
WinCC Unified - Clamping Tag Value
·2 mins
In my previous post, I shared the importance of setting tag limits to prevent bad data from causing issues in SCADA systems. Now, let’s talk about another essential safeguard — clamping values.
WinCC Unified - Setting Tag Value Limit
·1 min
Since WinCC Unified V17, users have been able to set upper and lower limits for tags to ensure the value stays within a defined range. This feature is essential for preventing invalid inputs and protects connected devices from unexpected inputs.
Deploying Nikola Site to Cloudflare Pages
·1 min
This site is built on Nikola and deployed on Cloudflare Pages. Being a static site generator, you are able to deploy your Nikola site to Pages by following the Static HTML Guide.
As an example, here is an example of Cloudflare Pages settings for a Nikola site hosted on a Github repository.