Dev Tools

15 dev tools articles on the Voltrus blog.

15 articles

PLC 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 article

Postgres 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 article

Voltrus 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 article

CODESYS 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 article

PLC 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 article

IEC 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 article

PLC 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 article

PLC 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 article

What 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 article

Structured 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 article

TwinCAT 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 article

How 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 article

How 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 article

Pastebin 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 article

Terminal 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 article