OpenPLC Editor

IDE capable of creating programs for the OpenPLC Runtime

_images/openplc_editor.1.png

Warning

  • Runs on Python2
  • python3 is not supported

Pre-Requisites

For linux the following packages are required:

sudo apt-get install build-essential pkg-config bison flex autoconf automake libtool make \
                     libssl-dev python2.7 python-pip python-wxgtk3.0

For windows:

?todo?

Install and run from pypi

# install
pip install openplc-editor

# run
openplc-editor.py

Find “OpenPLC Editor” on the applications menu and launch it

Install and run git

# get the code
git clone https://gitlab.com/openplcproject/openplc_editor.git
cd openplc_editor

# install
./install.sh

# run
openplc-editor.py

Contents

Indices and tables