Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:47:31.000Z (8 months ago)
- Last Synced: 2024-05-22T18:33:49.052Z (8 months ago)
- Language: Python
- Size: 258 MB
- Stars: 375
- Watchers: 29
- Forks: 187
- Open Issues: 37
-
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.