2022-05-18 13:15:19 -04:00
2022-05-18 11:37:44 -04:00
2022-05-18 16:54:12 +08:00
2019-04-16 18:13:12 -05:00
2022-05-18 16:38:17 +08:00
2022-05-18 10:20:48 -04:00

OpenPLC Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime This is a dev branch aiming to update the codebase to Python3 and wxPython Phoenix. Runs on: windows, linux, macos

Install

Linux

before

Check there is python3.6 or later in your system package manager.

start

cd to the root of the project and then

./install.sh

windows

  • Python 3.6 or later (follow your system's preferred install method)
  • Pip (for python 3)

All other dependencies can be installed with Pip:

pip3 install lxml matplotlib zeroconf pyserial gnosis simplejson nevow

tips

If there are some package failed to install, try to skip them manually.

To Run:

linux

./openplc_editor.sh

or

Find "OpenPLC Editor" on your applications menu and launch it

windows

cd to the root of the project and then

python editor/Beremiz.py
Description
No description provided
Readme GPL-2.0 342 MiB
Languages
Shell 94%
Batchfile 6%