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.