Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Open PLC for microcontroller

K
kll Posted 1 month agoMicro Controller
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


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