danielmuellernavarro / DatabasePyAds

Make queries to databases (MySQL, MS SQL or whatever) from a Beckhoff-PLC (TwinCAT) through The ADS-Communication and a script in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Make queries to databases (MySQL, MS SQL or whatever) from a Beckhoff-PLC through The ADS-Communication and a script in python. The script can be deploy in the same PLC if it has an operation system to allow it, or somewhere else.

Python_pyside

Content

  • PLC-Program in Codesys 3
  • Script in python

Python dependencies

$ pip install pyads
$ pip install pyodbc
$ pip install mysql-connector-python

Related repositories

About

Make queries to databases (MySQL, MS SQL or whatever) from a Beckhoff-PLC (TwinCAT) through The ADS-Communication and a script in python


Languages

Language:Python 99.6%Language:Batchfile 0.4%