项目作者: cmiethling

项目描述 :
SCADA Program which runs via a web-browser. Programming languages: Python, JavaScript, HTML, Database: MySQL, PLC: Siemens S7-1200
高级语言: HTML
项目地址: git://github.com/cmiethling/python-scada.git
创建时间: 2020-03-25T18:42:22Z
项目社区:https://github.com/cmiethling/python-scada

开源协议:

下载


python-scada

SCADA (UI Program) which runs via a web-browser. Programming languages: Python, JavaScript, HTML, Database: MySQL, PLC: Siemens S7-1200.

With almost no skills in any of the languages I successfully programmed this Python application and it worked throughout the whole lifetime of the project!
Please keep in mind that I never did a project like this before AND that I did almost everything on my own!

Overview

Personal highlight

sql_connector.py >> select_all()

Background

For my former employer I was working as an Electrical Engineer. One of my responsibilities was programming. It was not programming Java or C++ but programming programmable logic controllers (PLCs). These are basically unbreakable “microcontrollers” used in an industrial environment. The PLC programming languages differ a lot from modern high-level programming languages and are somehow out of date.

Programming this UI was enormous fun, I was working 24/7. This project is the main reason why I want to go into developing high-level languages!