The Voltrus Blog
Practical guides for system integrators — SCADA deployment, Modbus TCP/RTU tutorials, PLC programming, protocol comparisons, and real project pricing. 138 articles.
Modbus Poll vs Modscan vs Modbus Slave: Which Master Tool to Use
Modbus Poll, Modscan, and Modbus Slave compared. Platform support, RTU vs TCP, master and simulator modes, pricing, and which Modbus master tool fits your workflow in 2026.
Read articleModbus TCP vs PROFINET: Choosing the Right Industrial Ethernet
Modbus TCP vs PROFINET compared. Real-time determinism, device discovery, configuration effort, vendor ecosystem, and when to use each industrial Ethernet protocol.
Read articleHow to Read Modbus Holding Registers (FC03): A Practical Walkthrough
How to read Modbus holding registers with function code 03. Slave ID, start address, quantity, the FC03 frame, 16-bit byte order, and 32-bit scaling explained.
Read articleHow to Write Modbus Registers: FC06, FC16, and Coils FC05/FC15
How to write Modbus registers and coils. FC06 write single register, FC16 write multiple, FC05/FC15 coils. Frame layout, exception codes, and safe write practice.
Read articleModbus RTU to TCP Gateway: Bridge Serial Devices onto Ethernet
Modbus RTU to TCP gateway explained. Why bridge RS-485 serial devices onto Ethernet, how a gateway routes TCP requests to RTU slaves, latency, hardware vs software gateways.
Read articleEtherNet/IP vs PROFINET: Rockwell vs Siemens Industrial Ethernet
EtherNet/IP vs PROFINET compared. Rockwell/Allen-Bradley vs Siemens ecosystems, CIP vs PROFINET IO, real-time classes, device description, and which to choose.
Read articleHow to Read Allen-Bradley Tags Without RSLinx or FactoryTalk
Read Allen-Bradley ControlLogix and CompactLogix tags without RSLinx, FactoryTalk, or Windows. How the ENIP session and CIP tag services work, and how to browse and read tags anywhere.
Read articleEtherNet/IP ListIdentity: How Device Discovery Works (UDP 44818)
EtherNet/IP ListIdentity discovery explained. How a broadcast on UDP 44818 finds every CIP device, what the Identity reply contains, and how to browse devices on macOS.
Read articleCIP Explicit vs Implicit Messaging: When to Use Each
CIP explicit vs implicit messaging compared. Explicit (TCP 44818, request-response, tag reads) vs implicit (UDP 2222, cyclic I/O, RPI). Use cases, overhead, and when each wins.
Read articleEtherNet/IP Port 44818 Explained: TCP, UDP 2222, and Firewall Rules
EtherNet/IP port 44818 explained. TCP 44818 for explicit messaging, UDP 2222 for cyclic I/O, UDP 44818 for ListIdentity discovery. Firewall rules and security.
Read articleDNP3 vs Modbus for SCADA: Which Protocol for Utilities
DNP3 vs Modbus for SCADA compared. Event-driven reporting, timestamps, class polling, multi-drop vs point-to-point, and which fits utilities and water/wastewater.
Read articleDNP3 vs IEC 60870-5-104: Power Utility Protocols Compared
DNP3 vs IEC 60870-5-104 compared. The two dominant power-utility SCADA protocols. Addressing, transport, event model, region, and which to choose for substations.
Read articleHow to Simulate a DNP3 Outstation for Testing
How to simulate a DNP3 outstation. Why you need a simulator, configuring addressing and points, generating Class 0/1/2/3 events, and testing a DNP3 master without field hardware.
Read articleDNP3 Class 0, 1, 2, 3 Explained: Event Polling Strategy
DNP3 Class 0, 1, 2, 3 explained. Class 0 is a full snapshot; Classes 1-3 are prioritized event backlogs. How utility masters poll by class to retrieve only what changed.
Read articleDNP3 Select-Before-Operate (SBO): Safe Control Outputs
DNP3 Select-Before-Operate explained. Why SBO guards critical controls, how the select-then-operate two-step works, select timeouts, and direct operate for non-critical points.
Read articleOPC UA vs OPC Classic (DA): Why the Upgrade Matters
OPC UA vs OPC Classic (DA) compared. Platform-independent transport, built-in security, rich information model, and why migrating from COM-based OPC DA to OPC UA matters.
Read articleOPC UA Information Model: Nodes, Objects, and the Address Space
OPC UA information model explained. Nodes, objects, variables, type system, the address space, references, and companion specifications. How UA self-describes data.
Read articleOPC UA Security: Certificates, Encryption, and Auth Setup
OPC UA security explained. Security modes (None, Sign, SignAndEncrypt), security policies, X.509 certificates, mutual authentication, trust lists, and secure setup.
Read articleHow to Browse an OPC UA Server Address Space
How to browse an OPC UA server address space. Connect, get endpoints, open a session, browse nodes by reference, find variables, and read values on any platform.
Read articleOPC UA Subscriptions and Monitored Items: Subscribe to Variable Changes
OPC UA subscriptions and monitored items explained. Publishing interval, sampling, data-change filters, and why subscribe beats poll for live monitoring.
Read articleSiemens S7-1200 vs S7-1500: Which PLC for Your Project
Siemens S7-1200 vs S7-1500 compared. Performance, memory, I/O count, motion, safety, PROFINET, price, and which Siemens PLC fits small machines vs large process lines.
Read articleS7 Protocol vs OPC UA for Siemens PLCs: Direct or Standardized
S7 protocol vs OPC UA for Siemens PLCs compared. Native direct access vs the cross-vendor standard, performance, security, setup, and when to use each.
Read articleHow to Read a Siemens S7 Data Block (DB) Over the Network
How to read a Siemens S7 data block. DB number and offset addressing, data types, the rack/slot connection, enabling PUT/GET, and reading S7-1200/1500 DBs.
Read articleHow to Enable PUT/GET on S7-1200/1500 (and Why Siemens Disables It)
How to enable PUT/GET on Siemens S7-1200/1500. Why Siemens disables it by default, the TIA Portal steps, the security trade-off, and safer alternatives like OPC UA.
Read articleSiemens S7 vs Modbus TCP: Native PLC Access vs Universal Register
Siemens S7 vs Modbus TCP compared. Native data-block access vs universal register addressing, typed vs flat data, where each wins, and how Siemens sites run both.
Read articleBLE GATT Services and Characteristics Explained: How Every BLE Device Is Structured
The GATT data model end to end: ATT vs GATT, the Profile, Service, Characteristic, Descriptor hierarchy, UUID formats, characteristic properties, the CCCD, ATT operations, and a full byte-level walk-through of the Heart Rate Service.
Read articleiBeacon vs Eddystone: BLE Beacon Formats Compared
Byte-level layout of iBeacon and Eddystone (UID, URL, TLM frames), how proximity is estimated from RSSI and why it is noisy, plus how to decode both formats from raw advertising packets on macOS.
Read articleBLE Pairing and Bonding: Security Explained
Pairing vs bonding, LE Legacy vs LE Secure Connections (ECDH P-256), the four association models, the STK/LTK key hierarchy, AES-CCM encryption, IRK-based privacy, Security Mode 1 levels, and how to debug auth failures on macOS.
Read articleModbus RTU Over Serial: How It Works on RS-485
A byte-level breakdown of Modbus RTU on RS-485: frame structure, CRC-16 with polynomial 0xA001, function codes, 3.5-character inter-frame timing, and a worked FC03 request/response you can read off the wire.
Read articleRS-485 Termination and Biasing: Why Your Serial Bus Is Unreliable
Why RS-485 buses produce CRC errors and garbage bytes: differential signalling, 120-ohm end termination, fail-safe bias resistor math, unit-load counting, and daisy-chain-only topology.
Read articleMQTT Topic Design: Best Practices for Naming and Wildcards
MQTT topic naming rules, forward-slash hierarchy, the + and # wildcards, shared subscriptions, ACL security, and the anti-patterns that bite teams in production.
Read articleMQTT vs HTTP for IoT: Which Protocol Should You Use
MQTT vs HTTP for IoT — publish/subscribe vs request/response, 2-byte headers vs hundreds, push vs poll, QoS guarantees, and when to use each protocol.
Read articleOPC UA Companion Specifications: How UA Models Real Industries
How OPC Foundation collaborations with industry bodies (VDMA, PLCopen, VDW, BACnet) add typed, domain-specific information models so multi-vendor equipment interoperates without per-vendor register maps.
Read articleOPC UA vs Modbus TCP: Which Industrial Protocol to Choose
Modbus TCP and OPC UA compared on data model, security, discovery, transport, scalability, and best-fit use cases — plus the gateway-aggregation pattern most plants actually run.
Read articlePROFINET vs S7 Communication: What's the Difference
PROFINET IO and S7 communication are not competing protocols — they coexist on every Siemens controller. PN-IO is the deterministic fieldbus for cyclic I/O; S7 is the acyclic read/write protocol over TCP port 102. Ports, RFC 1006, RT/IRT timing, GSDML, and macOS tooling explained.
Read articleMQTT vs Direct Database Writes from IoT Devices: Why the Broker Wins
Why IoT devices that INSERT directly to Postgres, MySQL, or SQL Server break at scale — connection limits, schema coupling, no offline buffering, credential sprawl — and why an MQTT broker feeding a single ingest bridge is the architecture that survives a field fleet.
Read articleBLE Advertising Packets Explained: How Devices Broadcast Without Connecting
BLE advertising packets explained: the 31-byte payload, AD structures, flags, UUIDs, manufacturer data, scan response, and how to decode raw advertising data on macOS.
Read articleMQTT Keep Alive Explained: What It Is, How to Tune It, and Why Clients Disconnect
MQTT keep alive explained: the CONNECT packet field, the 1.5x timeout rule, PINGREQ/PINGRESP, how brokers detect dead clients, and how to choose the right interval for IoT devices.
Read articleEtherNet/IP RPI Explained: Requested Packet Interval, CIP I/O, and How to Tune It
EtherNet/IP RPI (Requested Packet Interval) explained: the timing of CIP implicit I/O, how RPI differs from the CIP connection timeout, and how to choose and tune RPI values for Allen-Bradley PLCs.
Read articleModbus 32-Bit Integer Data Types: Registers, Byte Order, and Scaling Explained
How Modbus handles 32-bit integers: two registers per value, word order (high word first vs low word first), signed vs unsigned, register pairs, and scaling examples for energy meters and drives.
Read articleVoltrus Gateway vs Kepware: A Cross-Platform OPC Gateway Alternative
Kepware is the default — a Windows-only, licensed OPC server with per-tag pricing. Voltrus Gateway is a cross-platform, self-hosted Rust binary exposing one typed gRPC API across six protocols, one-time per host. An honest feature-by-feature comparison.
Read articleOne Typed gRPC API for Every Industrial Protocol
Why one typed gRPC surface beats a separate client for Modbus, OPC UA, EtherNet/IP, S7, DNP3, and BACnet. Type-preserving values, server-streamed subscriptions, and a single canonical implementation.
Read articleModbus, OPC UA & EtherNet/IP in One Binary: Unifying Six Protocols
How one Rust binary drives Modbus TCP, OPC UA, EtherNet/IP (CIP), Siemens S7, DNP3, and BACnet/IP behind a single API. The mt-* engines, read/write/subscribe parity, and why protocol bugs get fixed once.
Read articleModbus Function Codes Explained: FC01–FC06, FC15, FC16 (2026 Reference)
Every standard Modbus function code explained: FC01 read coils, FC03 read holding registers, FC06 write single register, FC16 write multiple. Request/response frame layout, byte order, and when to use each code.
Read articleModbus Addressing Explained: PLC Address vs Protocol Address (No More Off-By-One)
Why Modbus holding register 40001 is protocol address 0. The PLC address vs protocol address off-by-one confusion, the four address ranges, and how to convert between them.
Read articleModbus Exception Codes Explained: Illegal Function, Data, Address (2026 Troubleshooting)
Modbus exception codes 01–08 decoded: Illegal Function, Illegal Data Address, Illegal Data Value, Slave Device Failure. What each exception means, why your master gets it, and how to fix the request.
Read articleTeamViewer Alternative for PLC Remote Access: Why OT Teams Are Switching
TeamViewer puts an always-on graphical backdoor on the OT network. A WireGuard mesh gives the engineer a route to the PLC subnet only — outbound-only, self-hosted, no third-party relay.
Read articleSecure Remote Access to PLC Networks: A Practical Guide for Integrators
Threat model, architecture, ACL design, and a deployment checklist for reaching PLC subnets over a self-hosted WireGuard mesh without exposing the OT network.
Read articleWireGuard vs Traditional VPN for OT Networks: Which Wins in 2026
WireGuard vs IPsec/OpenVPN for OT remote access: performance, audit surface, key management, NAT traversal (DERP), and why WireGuard + Headscale fits industrial sites.
Read articleRemote Access Without Inbound Ports: Outbound-Only OT Connectivity
Opening inbound VPN ports on an OT firewall violates every security baseline. Outbound-only mesh connectivity plus DERP-over-TCP/443 sidesteps it entirely.
Read articleRemote PLC Commissioning: Reach Any Site Without a Plane Ticket
Tunnel into the PLC subnet and run TIA Portal, GX Works, or SoMachine against the local PLC IP at full speed — no screen-share lag, no $5K travel bill per site visit.
Read articleBACnet Objects and Properties: The Object Model Explained
BACnet models every data point as an object with typed properties (Present-Value, Units, Status-Flags). This self-description enables discovery — no external register map needed.
Read articleOPC-UA vs MQTT for Industrial IoT: Which Should You Choose
OPC-UA for rich plant-floor integration and SCADA; MQTT for lightweight multi-site telemetry. Data models, security, bandwidth, and when each protocol wins.
Read articleModbus Float Byte Order Explained: ABCD, DCBA, BADC, CDAB
A 32-bit Modbus float spans two registers and every vendor picks a different byte order. Why your 230 V reading shows as 0.003, and how to cycle the four conventions to fix it.
Read articleSiemens S7 Rack and Slot Addressing: How PLC Routing Works
S7 connections need the right rack and slot (S7-1200/1500: rack 0 slot 0; S7-300: rack 0 slot 2). Get it wrong and you get a connection-refused — here is why and how to fix it.
Read articleMQTT Retained Messages and Last Will: Explained with Examples
Retained messages give new subscribers instant state; Last Will publishes on ungraceful disconnect for offline detection. Concrete topic and payload examples included.
Read articleSCADA for Water and Wastewater: A System Integrator Guide
Remote pump stations, radio/cellular telemetry, DNP3 and Modbus, alarm management for unattended sites — and why lightweight self-hosted SCADA fits thin utility budgets.
Read articleSCADA Historian: Data Logging and Trend Analysis That Actually Helps
A historian stores full-resolution, time-stamped process data — the foundation for troubleshooting, predictive maintenance, and compliance. Build vs buy, and retention strategy.
Read articleModbus TCP Security Risks: Why It Is Not Safe and How to Protect It
Modbus TCP has no authentication, encryption, or integrity — anyone on the network can read and write every register. Segment, firewall, and tunnel it; never expose TCP/502.
Read articleThe Industrial Edge Gateway Stack: What You Actually Need in 2026
An edge gateway needs three things: a protocol-capable agent, a local buffer, and northbound transport. The minimal stack runs in 512 MB — the vendor bloat stack eats 4 GB.
Read articleIgnition vs Node-RED vs Voltrus: 2026 SCADA Comparison
Ignition (powerful, $6K+ modules) for enterprise. Node-RED (free, but not real SCADA) for prototyping. Voltrus (single binary, lifetime license) for the mid-market. Honest side-by-side.
Read articleMobile-Friendly SCADA Dashboards: Monitoring the Plant From Your Phone
Why responsive dashboards matter for on-call engineers, design principles for industrial mobile UIs, and the security rule: never expose SCADA to the public internet.
Read articlePLC vs Microcontroller: When to Use Each in Industrial Projects
A PLC is rugged, deterministic, and supported for a decade. An Arduino is cheap and flexible. Why hobbyist microcontroller builds fail on the factory floor — and when each wins.
Read articlePostgres CLI Tools vs pgAdmin: When the Terminal Wins
pgAdmin is a heavy web UI that is painful over SSH. Terminal Postgres browsers like PostgresTUI start instantly, work natively over SSH, and stay out of your way for quick queries.
Read articleBACnet Explorer vs YABE: The Native macOS YABE Alternative
YABE is the free default — and a Windows .NET app that breaks on Apple Silicon and fails BACnet/IP discovery. Here is the honest feature-by-feature comparison and why a native $29.99 YABE alternative wins for Mac commissioning.
Read articleVoltrus PLC v1.0 — The First Native macOS PLC IDE Ships Today
Voltrus PLC v1.0 is available now: IEC 61131-3 Structured Text editor, built-in softPLC runtime, AI-assisted programming, and multi-driver I/O (Modbus, OPC-UA, S7, EtherNet/IP, MQTT).
Read articleBACnet vs Modbus for Building Automation (2026): Protocol Comparison
BACnet vs Modbus for building automation. Compare data models, discovery, scalability, and HVAC integration. When to use each protocol and how to test on macOS.
Read articleEtherNet/IP and CIP Protocol Explained (2026): Complete Guide
EtherNet/IP and CIP protocol explained. Understand explicit vs implicit messaging, CIP data types, Allen-Bradley tag addressing, and how EtherNet/IP compares to Modbus TCP and OPC UA.
Read articleBest Modbus Simulator in 2026: Free and Paid Tools Compared
Need to test Modbus devices without hardware? Compare 7 Modbus simulators: Modbus Poll, Modbus Slave, diagslave, and more. Covers macOS, Windows, Linux. Free download links included.
Read articleModbus Poll Tool: How to Read and Write Registers on macOS (2026)
A complete guide to Modbus poll tools: what they do, how they work, function codes FC01-FC06, and how to read/write Modbus registers on macOS with a native poll tool. TCP + RTU support.
Read articleModbus RTU Troubleshooting Guide: CRC Errors, Timeouts, and Wiring
Fix Modbus RTU communication errors. Step-by-step troubleshooting for CRC errors, timeouts, and wiring problems. How to read Modbus RTU frames and diagnose RS485 bus issues.
Read articleModbus TCP Tool for macOS: Test and Debug Devices Without Windows (2026)
Need a Modbus TCP tool on macOS? MacTools Modbus Poll is a native Mac app for testing and debugging Modbus TCP devices. Read/write registers, simulate slaves, verify register maps.
Read articleMQTT Sparkplug B Explained: Industrial IoT Protocol Guide (2026)
MQTT Sparkplug B explained for industrial automation. Understand topics, payloads, birth/death certificates, data types, and how Sparkplug B compares to basic MQTT.
Read articleTIA Portal on Mac (2026): Why It Doesn't Work & What to Use Instead
TIA Portal doesn't run on macOS. Here's why, what your options are (Parallels, Remote Desktop), and the native macOS alternative for PLC programming.
Read articleUSB to RS485 on macOS (2026): Adapter Guide for Apple Silicon
Complete guide to USB-RS485 adapters on macOS. FTDI, CH340, CP2102 driver installation for Apple Silicon. Troubleshooting port detection, wiring RS485 devices.
Read articleCODESYS Alternative for macOS (2026): Native PLC IDE Without Windows
CODESYS doesn't run on macOS. The best CODESYS alternative for Mac is native, costs under $30, and includes a full softPLC runtime. Compare features, pricing, and workflow.
Read articlePLC Programming Languages: The 5 IEC 61131-3 Languages Explained
The 5 IEC 61131-3 PLC programming languages explained: Structured Text, Ladder Diagram, Function Block Diagram, Sequential Function Chart, and Instruction List.
Read articleIEC 61131-3 Structured Text: A Practical Guide for Modern PLC Programming
Learn IEC 61131-3 Structured Text (ST) — the modern way to program PLCs. Syntax, data types, function blocks, timers, counters, and real examples.
Read articlePLC Programming on Mac (2026): Write, Run, and Test Without Windows
Write and run PLC programs on your MacBook — no Windows VM, no CODESYS, no TIA Portal. IEC 61131-3 Structured Text editor with built-in softPLC runtime. Native Apple Silicon.
Read articlePLC Simulator for macOS: Write, Compile, and Test Without Hardware (2026)
PLC simulator for macOS. Write IEC 61131-3 Structured Text, compile, and run on a built-in softPLC runtime — no hardware needed. Breakpoints, watch tables, and real I/O drivers.
Read articleWhat Is a SoftPLC? Run PLC Programs on Your Mac Without Hardware
A SoftPLC lets you write, compile, and run IEC 61131-3 programs entirely in software on your Mac — no PLC hardware needed. Learn how softPLCs work and what they can do.
Read articleStructured Text vs Ladder Logic: Which PLC Language Should You Learn?
Structured Text vs Ladder Logic — honest comparison for 2026. ST is better for complex logic, math, and modern workflows. LD is better for maintenance and troubleshooting simple circuits.
Read articleTwinCAT Alternative: PLC Development Without Beckhoff Lock-In (2026)
TwinCAT locks you into Beckhoff hardware and Windows. Compare alternatives: Voltrus PLC (macOS native, IEC 61131-3 ST, multi-vendor I/O), CODESYS, and OpenPLC.
Read articleSCADA Alarm Management: Best Practices for ISA-18.2 Compliance (2026)
SCADA alarm management guide. Reduce alarm floods, implement ISA-18.2 best practices, configure deadbands, and improve operator response. Metrics, rationalization, and shelving.
Read articleSCADA Kiosk Mode: Lock Down Operator Consoles Without Tauri
Deploy SCADA in locked-down kiosk mode on dedicated operator consoles. Full-screen, no Alt-Tab, auto-start on reboot, no right-click — using just systemd and X11.
Read articleWhat Is Modbus? The Protocol That Runs Industrial Automation
Modbus explained for engineers: how it works, why it's still dominant after 50 years, and the difference between Modbus RTU, TCP, and ASCII.
Read articleModbus RTU vs TCP: Which Variant Should You Use?
Modbus RTU and Modbus TCP use the same protocol but different transports. Frame format, speed, device limits, and when to choose each variant.
Read articleModbus Register Types Explained: Coils, Discrete Inputs, Holding Registers, Input Registers
The four Modbus data types and their function codes. How to read coils (FC01), write registers (FC06/FC16), and avoid common addressing mistakes.
Read articleS7 Communication Protocol Guide: Memory Areas, Addressing, and Data Types
How the Siemens S7 protocol accesses PLC memory. Data blocks, inputs, outputs, markers, timers, counters. Rack/slot addressing and data type mapping.
Read articleRS-232 vs RS-485 vs RS-422: Serial Communication Protocols Compared
UART, RS-232, RS-485, and RS-422 explained. Distance limits, device count, noise immunity, and which serial standard your industrial equipment uses.
Read articleMQTT QoS Levels Explained: When to Use QoS 0, 1, or 2
MQTT QoS 0, 1, and 2 explained with practical examples. At-most-once, at-least-once, exactly-once delivery for IoT and industrial systems.
Read articleIndustrial Protocol Comparison: Modbus vs OPC UA vs MQTT vs S7
Side-by-side comparison of the four most common industrial protocols. Data models, security, speed, vendor lock-in, and when to use each one.
Read articleSCADA vs HMI: What's the Difference and Do You Need Both?
The practical difference between SCADA and HMI for system integrators. When you need one, the other, or both — and why the distinction matters for your next project.
Read articleSCADA vs IoT: Why Industrial Monitoring Isn't Just "Smart Devices"
SCADA vs IoT for industrial monitoring. Overlap, differences, and why protocol support matters more than buzzwords for system integrators.
Read articleSCADA Architecture Explained: RTU, PLC, HMI, and How They Connect
SCADA architecture from field devices to the control room. RTUs, PLCs, HMIs, and how data flows from a sensor reading to a dashboard alert.
Read articleVoltrus vs Wonderware (AVEVA): Cost, Complexity, and What Integrators Actually Need
Voltrus vs AVEVA Wonderware comparison for system integrators. Pricing, deployment complexity, protocol support, and when each makes sense.
Read articleVoltrus vs Kepware: Protocol Gateway vs Full SCADA
Kepware is a protocol gateway, not a SCADA system. Here's how Voltrus compares — and why you might need both instead of choosing one.
Read articleConnecting Siemens PLCs Without TIA Portal: A Practical Guide
You don't need TIA Portal to monitor Siemens S7 PLCs. How to connect S7-1200 and S7-1500 directly from your SCADA using the S7 protocol.
Read articleDo You Need to Know PLC Programming to Use SCADA?
No, you don't need ladder logic to set up SCADA monitoring. Here's why SCADA and PLC programming are separate skills — and what you actually need to know.
Read articleSCADA Redundancy: How to Build a High-Availability Industrial Monitoring System
SCADA redundancy patterns for 99.9% uptime. Cold standby, warm standby, hot standby, and when each makes sense for industrial monitoring.
Read articleIndustrial Dashboard Design: 12 Principles That Separate Useful Screens from Wallpaper
12 principles for designing industrial dashboards that operators actually use. Based on real SCADA deployments, not design theory.
Read articleBACnet Explorer for macOS: Browse Building Automation Devices Without Windows
Discover, monitor, and control BACnet/IP devices on macOS. Browse objects, read and write properties, and inspect real-time values across BACnet networks. No Windows, no costly BACnet software.
Read articleEtherNet/IP Explorer for macOS: Connect to Allen-Bradley PLCs Without RSLinx
Browse tags, read and write controller data on Allen-Bradley ControlLogix and CompactLogix PLCs over EtherNet/IP. Native macOS app — no RSLinx, no FactoryTalk, no Windows.
Read articleDNP3 Explorer for macOS: Monitor SCADA Outstations on Utilities and Water Systems
Monitor DNP3 outstations, read binary/analog points, and scan Class 0/1/2/3 events on macOS. Built for utilities and water/wastewater using DNP3 protocol.
Read articleOPC-UA Explorer for macOS: Browse OPC-UA Servers Without UA Expert
Browse OPC-UA address spaces, subscribe to variable changes, and read/write node attributes on macOS. Connect to any OPC-UA server without Windows tools.
Read articleHow to Run a Self-Hosted Pastebin on Cloudflare Workers
Deploy a self-hosted pastebin on Cloudflare Workers, D1, and R2 in under 5 minutes. No servers, no Docker, no recurring costs. Zero data leaves your Cloudflare account.
Read articleHow to Share Files Between Remote Servers Without Cloud Storage
Remote server file sharing without cloud storage. Transfer logs, configs, and screenshots between isolated networks using a self-hosted pastebin. No Dropbox, no Google Drive.
Read articlePastebin Alternatives 2026: Why Self-Hosted Beats SaaS for Engineers
Comparing Pastebin.com, PrivateBin, GitHub Gist, and self-hosted pastebins. Why engineers working on remote client infrastructure should self-host their pastebin on Cloudflare Workers.
Read articleModbus Poll for macOS: A Native Alternative That Actually Works
Looking for Modbus Poll on macOS? MacTools Modbus Poll is a native Mac app for reading and writing Modbus TCP and RTU registers. Master + slave simulator with device templates. $29.99 one-time.
Read articleBest Modbus Simulator for macOS (2026): PM5560, SMA Inverter, and More
Modbus simulator with real device templates. Simulate Schneider PM5560 power meter, SMA solar inverter, ABB analyzer on macOS. No Parallels, no Windows.
Read articleSchneider PM5560 Modbus Register Map and Simulator
Complete PM5560 Modbus register map with addresses for voltage, current, power, power factor, frequency, and energy. Includes a PM5560 simulator for macOS.
Read articleSerial Terminal for macOS: Alternatives to screen, minicom, and CoolTerm
Best serial terminal apps for macOS in 2026. Compare screen, minicom, CoolTerm, Serial by Decisive Tactics, and MacTools. Hex view, protocol analysis, USB-RS485.
Read articleMQTT Broker on macOS: Run One Without Homebrew or Terminal
How to run an MQTT broker on macOS without Homebrew, Terminal, or mosquitto. Native MQTT broker and client with GUI for macOS.
Read articleConnect to Siemens S7-1200/1500 from macOS Without TIA Portal
Read and write Siemens S7 PLC data blocks from macOS. No TIA Portal, no Parallels, no Windows. Native S7 communication tool for Mac.
Read articleBLE Debugging on macOS: nRF Connect Alternatives That Actually Work
BLE debugging tools for macOS when nRF Connect won't install. Scan, connect, browse GATT services, read/write characteristics on macOS.
Read articleThe Problem Isn't Expensive SCADA. It's Getting In.
AVEVA charges $50K/year. Ignition starts at $6K. The real barrier isn't the price — it's the entry point. Why $249 changes everything for mid-market manufacturers.
Read articleOT Security Checklist: 15 Steps to Harden Your SCADA System
Actionable security checklist based on real OT breach analysis and IEC 62443 best practices. Default credentials, network segmentation, monitoring, and more.
Read articleYour Predictive Maintenance Journey Starts with Getting the Data
Most predictive maintenance projects die at Phase 1: extracting data from legacy PLCs. Voltrus is the data plumbing that makes analytics possible.
Read articleSCADA SSO: Why Active Directory Integration Matters for Industrial Systems
"Does it integrate with our Active Directory?" is the question that kills SCADA deals. How SSO support for AD, Azure AD, Okta, and SAML changes the conversation with enterprise IT.
Read articleFDA 21 CFR Part 11 Compliance for SCADA: What Integrators Need to Know
Pharma, food, and beverage integrators need audit trails, electronic signatures, and access controls. What CFR Part 11 actually requires from SCADA — and how to deliver it without $10K+ consulting.
Read articleConnecting Siemens S7 and Allen-Bradley PLCs to Your SCADA Without Kepware
The "protocol tax" costs $1K-$5K per PLC brand for OPC server licenses. Voltrus Enterprise ($999) includes Modbus, OPC-UA, Siemens S7, and Allen-Bradley EtherNet/IP — no separate server needed.
Read articleOEE and Downtime Tracking in SCADA: What Every Plant Manager Actually Wants
Every plant manager asks for OEE. Most get quoted $50K+ MES systems. What 90% of small sites actually need is machine state tracking, downtime reason codes, and shift reports — built into Voltrus Starter at $249.
Read articleIs There Any SCADA Under $1,000? (Yes, and It's Not Open Source)
Ignition Edge costs $1,850. Full Ignition starts at $6K+. Someone on Reddit asked "Is there any SCADA under $250?" — here's the answer, with pricing tiers that fit every project size.
Read articleBest SCADA Software Alternatives for System Integrators in 2025
Honest comparison of SCADA software options: Ignition, Node-RED, Voltrus, OpenSCADA, and more. Pricing, features, and when to choose each.
Read articleVoltrus vs Ignition: An Honest Comparison for System Integrators
Architecture, pricing, deployment, and maintenance compared. Which SCADA platform makes sense for your next industrial monitoring project?
Read articleFree SCADA Software: What's Actually Free and What's Not
Not all free SCADA software is truly free. Open source options, freemium traps, and hidden costs — broken down so integrators can make informed decisions.
Read articleRunning SCADA on a Raspberry Pi: Why Edge Computing Wins for Industrial Monitoring
Edge computing is changing industrial monitoring. Why running SCADA on a Raspberry Pi or ARM gateway beats cloud-dependent architectures.
Read articleIndustrial Dashboard: Build vs Buy for System Integrators
Build with the Grafana stack or buy off-the-shelf SCADA? Real cost breakdown — development hours, maintenance burden, and total cost of ownership compared.
Read articleModbus TCP vs OPC-UA: What System Integrators Actually Need to Know
Modbus is simple. OPC-UA is complex. Here is the honest comparison: when each makes sense, and why the middleware gap matters.
Read articleSingle Binary vs Microservices: Why SCADA Should Not Be Distributed
Distributed systems fail in industrial environments. One binary, one process, one log. Why less is more when your client needs monitoring that just works.
Read articleHow System Integrators Should Price Industrial Monitoring Projects
The SaaS reseller trap: you do the work, they keep the recurring revenue. Here is how to price monitoring projects so you keep the margin.
Read articleOn-Premise vs Cloud SCADA: Why Air-Gapped Deployments Still Matter
Factories cannot rely on cloud connectivity. Internet goes down, data stays local. Why on-premise wins for industrial monitoring.
Read articleSCADA Software Pricing: Why Lifetime Licenses Beat SaaS Subscriptions for Integrators
SaaS SCADA pricing erodes integrator margins and strains client budgets. See the lifetime license vs subscription math, and why owning the license changes everything.
Read articleTerminal Database Browsers — Why CLI Tools Beat pgAdmin and SSMS for Daily Work
pgAdmin and SSMS are heavy, slow to open, and impossible over SSH. Terminal database browsers like PostgresTUI, Sqltui, and MSSQLTui give you instant access to your data.
Read articleHow to Monitor Modbus TCP Devices Without the Middleware Bloat
The typical integrator stack — MQTT broker, flow engine, time-series DB, visualization layer — eats 2 to 4 GB RAM before you add your application. There is a simpler way.
Read articleVoltrus vs Node-RED: Why Integrators Are Switching
An honest comparison: Node-RED's visual flow approach vs Voltrus's single-binary SCADA. RAM, deployment time, and maintenance overhead compared side by side.
Read articleDeploying SCADA on a $4 VPS: A System Integrator's Guide
Your client needs industrial monitoring. Their budget is tight. Their infrastructure is a single cheap VPS with 2 GB RAM. Here is how to deploy production-grade Modbus monitoring in 5 minutes.
Read articleLightweight SCADA Software: What It Actually Means
Every SCADA vendor claims to be lightweight. But what does that actually mean? We break down the numbers — RAM, dependencies, cold start time — so you can compare honestly.
Read article