Open PLC for microcontroller
Posted by kll on March 26 2026 10:05:07
even i work in Industrial Automation and Instrumentation ( and Electric )
( using so called Process Control Systems )
that what you think of
PLC Programmable Logic Controller
was never my thing,
but sure, some subcontractor used them and we linked them into the PCS via Modbus


Extended Blog
but as Raspberry Pi and Arduino
move into Industrial Automation
i see PLC as ? a coding style ?

try
OPEN PLC for ESP

video

RPI4 download:
https://autonomylogic.com/download

wget https://github.com/Autonomy-Logic/openplc-editor/releases/download/v4.1.4/OpenPLC.Editor-4.1.4-ARM64.AppImage

chmod +x OpenPLC.Editor-4.1.4-ARM64.AppImage
./OpenPLC.Editor-4.1.4-ARM64.AppImage


see many errors
but a window opens

* open new project
* * edit first test ladder diagram













other install way: ( will try later )
Step by Step
1. Clone the repository

git clone https://github.com/Autonomy-Logic/openplc-editor.git
cd openplc-editor

2. Install dependencies

npm install

3. Run the development server

npm run start:dev