Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 3.97 KB

ReadMe.md

File metadata and controls

81 lines (48 loc) · 3.97 KB

EasyEPLANner - Open Source

Maintainability Rating Security Rating Reliability Rating

Bugs Code Smells Coverage

Русский вариант находится здесь. Deutsche Readme ist hier.

Repository

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

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

EasyEPLANner

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:

  1. Phoenix Contact - PLCNext;
  2. WAGO - PFC200.

How to build

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).

User documentation

You can find the latest version of user documentation for the project here.

Developer documentation

You can find the latest version of developer documentation here.

Contribution

If you want to contribute to the development of our project then check out how to do it better before you start.

Feedback

Feel free to contact us via Slack:

  • Channel in Slack - easyEPLANner.slack.com.

Code of conduct

We are using standard behavior rules (communication), provided by the GitHub service.

Code style

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.

License

The project is licensed under MIT license.