Go to file
iPAS dabff7a4d5 Fix the problem when process openplc defunct after being stopped. 2019-01-04 16:53:52 +07:00
utils Added support for special functions 2018-11-01 14:59:44 -05:00
webserver Fix the problem when process openplc defunct after being stopped. 2019-01-04 16:53:52 +07:00
.gitignore Initial 2019-01-04 16:52:12 +07:00
README.md fixes PLCOpen Editor link 2018-08-27 22:20:12 -07:00
install.sh Merge pull request #18 from PsychoGame/patch-1 2018-12-04 14:06:35 -06:00

README.md

OpenPLC Runtime version 3

OpenPLC is an open-source Programmable Logic Controller that is based on easy to use software. Our focus is to provide a low cost industrial solution for automation and research. OpenPLC has been used in many research papers as a framework for industrial cyber security research, given that it is the only controller to provide the entire source code. The OpenPLC Project consists of three sub-projects:

  1. Runtime
  2. Programming editor
  3. HMI builder
    To install:
    git clone https://github.com/thiagoralves/OpenPLC_v3.git
    cd OpenPLC_v3
    ./install.sh [platform]
    where [platform] can be:
    win - Install OpenPLC on Windows over Cygwin
    linux - Install OpenPLC on a Debian-based Linux distribution
    rpi - Install OpenPLC on a Raspberry Pi
    custom - Skip all specific package installation and tries to install OpenPLC assuming your system already has all dependencies met. This option can be useful if you're trying to install OpenPLC on an unsuported Linux platform or had manually installed all the dependency packages before.