OpenPLC Desktop

This is a desktop app (pyqthon3/PyQt5) to run alongside the new openplc-server and REST api written in go

Note

This project is still at alpha stage

_images/openplc_desktop.1.png

Pre-Requisites

For linux the following packages are required (note the crypto stuff can take a while to compile):

sudo apt-get install libssl-dev libffi-dev python3-pyqt5

For windows:

pip3 install PyQt5

Install from pypi

From PyPi https://pypi.org/project/openplc-desktop/

pip3 install openplc-desktop
openplc-desktop.py

Note

Some deb packages may need to be installed

From Git

# clone with http
git clone https://gitlab.com/openplcproject/openplc_desktop.git

# or git
git clone git@gitlab.com:openplcproject/openplc_desktop.git

cd openplc_desktop
./openplc-desktop.py

Indices and tables