# OpenPLC_Editor **Repository Path**: embed-systems/OpenPLC_Editor ## Basic Information - **Project Name**: OpenPLC_Editor - **Description**: OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-05 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.