Русский вариант находится здесь. Deutsche Readme ist hier.
This repository is an open source project - EasyEPLANner. We are working on the project and solving various issues related to the development and project life.
EPLAN Electric P8 is a modular and scalable solution for electrical design, automatic design and working documentation.
EPLAN API Help - Description and examples of how to use the EPLAN API.
Examples for EPLAN Electric P8 automation in the C# programming language can be found at Suplanus
The EasyEPLANner is being developed as an Add-In to EPLAN 2.9 version. The add-in is being used for EPLAN projects and helps you to reduce the work of an Automation engineer and a Software engineer as well.
Software engineer creates code in Lua programming language for the project. EasyEPLANner helps you to describe technological objects (Tank, Boiler, etc.), operations of these objects, steps of operations, restrictions for operations, and many other properties. Eventually, EasyEPLANner generates LUA files that are going to be uploaded to a controller. We support controllers from the following manufacturers:
You could clone repository by next command:
git clone --recurse-submodules https://github.com/savushkin-r-d/EasyEPLANner.git
or, if you are cloned without initializing and updating submodules, try next:
git submodule update --init --recursive
Congratulations, now you can build our solution (if you have a EPLAN P8 app).
You can find the latest version of user documentation for the project here.
You can find the latest version of developer documentation here.
If you want to contribute to the development of our project then check out how to do it better before you start.
Feel free to contact us via Slack:
- Channel in Slack - easyEPLANner.slack.com.
We are using standard behavior rules (communication), provided by the GitHub service.
We use C# and LUA programming languages for development. We have own set of agreements, which you must follow to keep the code clean and clear.
The project is licensed under MIT license.