Hi everybody,
I need to display (and edit) many inverter parameters in a large table. I have 10 inverters on a machine and each one have around 20 editable parameters.
Even if I split it into pages I will have at lease 50 cells in one page to be populated.
All of them will be read via RS485 by the cpu.
What would be the most efficient way to show them?
just create 50 numeric input widgets and then bind them one by one to opcua variables? is that ok or too heavy for the system? any smart alternative?
Thanks!