Simple MySQL Connector

Hello everyone:

I recently developed a simple case to assist B&R PLCs in data acquisition and communication with PC databases. With simple data point configuration on the PLC side, stable small-scale data acquisition from the PLC can be achieved. The PC-side program provides examples in both Python and C++, allowing you to choose based on your needs. The test case provides an example with approximately 80 data points and a write frequency of once per second.

The example code is available at: GitHub - cwjwudi/br-mysql-connector.

If you have any questions, feel free to discuss them with me.

6 Likes

Thanks for sharing! To get an overview in a bit more detail, the author has also implemented overviews and how-tos. GitHub - cwjwudi/br-mysql-connector I would be happy if anyone from the community could test it and share their thoughts with us :slight_smile:

1 Like