OpenPLC Editor

Archived Website

The information on this website is outdated. It is kept in here for historical purposes only. Please refer to https://autonomylogic.com for the most up to date information about the OpenPLC Project.

OpenPLC Editor is a software that lets you write PLC programs for the OpenPLC runtime. The programs are written according to the IEC 61131-3 standard. The editor is very simple to use and supports all five languages defined in the standard: Ladder Logic (LD), Function Block Diagram (FBD), Instruction List (IL), Structured Text (ST), and Sequential Function Chart (SFC).

Instructions for Windows

Download, unzip, and double-click on the OpenPLC Editor shortcut.

Instructions for Linux

On Linux you can get the latest version of the OpenPLC Editor straight from sources. Just open terminal and type:

sudo apt-get install git
git clone https://github.com/thiagoralves/OpenPLC_Editor
cd OpenPLC_Editor
./install.sh

Once the installation finishes, a shortcut for OpenPLC Editor will be created on the Applications menu.

Commit hash

The Windows installer was created using source code from OpenPLC Editor repository in April 17, 2019.