How to display database values on an HMI using Database and TableItem widgets?

Hello everyone,

I’m trying to create an HMI for a database project.

I found the widgets called Database and TableItem in the toolbox, and I’m trying to use them to display the values from my database on the HMI.

My setup is already working on the backend side. I’m using WAMP Server for the database and the Python connector recommended by B&R, and the communication with the database is working correctly.

What I’m struggling with is how to configure or bind the Database and TableItem widgets so they actually show the database content on the HMI.

If anyone could explain the right way to do this, or point me to an example or tutorial, I’d really appreciate it.

Hello,

Have you checked the help for the Database widget?

There is the mappDatabase-Demo project in the br-automation-community GitHub.

Hello, thank you for guiding me toward that github, i have managed to fix the problems i encountered. Have a great day

Ryoma