I have an array of 20 structs. I'd like to show each struct as a row in a table. I populated the table dataset using a custom method called loadeventlog() and a timer that invokes the method every 5s.
Is there a way to bind tag paths for each struct 1-20 to each row and have them update in the table as any other OPCUA tag updates, without this timer that rewrites the data to the table? Thanks.