https://github.com/thiagoralves/OpenPLC_Editor
OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
https://github.com/thiagoralves/OpenPLC_Editor
Last synced: 7 months ago
JSON representation
OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
- Host: GitHub
- URL: https://github.com/thiagoralves/OpenPLC_Editor
- Owner: thiagoralves
- License: gpl-2.0
- Created: 2019-04-16T23:13:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T21:48:42.000Z (7 months ago)
- Last Synced: 2025-04-29T22:33:47.729Z (7 months ago)
- Language: Shell
- Size: 312 MB
- Stars: 459
- Watchers: 28
- Forks: 223
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-hardware - openplc_editor
README
# OpenPLC Editor
OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime.
OpenPLC Editor repository contains modified versions of [Beremiz](https://github.com/beremiz/beremiz) (GPLv2 and LGPLv2) and [MatIEC](https://github.com/beremiz/matiec) (GPLv3) projects.
The codebase has been updated to Python3 and wxPython Phoenix.
Runs on: Windows, Linux, macOS
## Install
### Linux
clone the project
cd to the root of the project and then
```
./install.sh
```
### Windows and macOS
Download the installer from https://autonomylogic.com.
## To Run:
### linux
```bash
./openplc_editor.sh
```
### Windows and macOS
Find "OpenPLC Editor" on your applications menu and launch it. Then go to "File -> check for updates" to automatically clone this repository into your installed Editor and then have the most up to date codebase.