06-03-2023 04:18 AM
Hi, I am beginner in LabView. Please help me!
I have 3 values in event structure (triggered by a button press). I want to show them in a table indicator. Every time the event is triggered it should append in the table.
Table indictor wants 2d array and i am not able to make one without a loop.
06-03-2023 01:51 PM
Hi the Table is a 2D array of string, you need to convert hte numbers to String . I used a Property node "Value" from Table control to read the current 2d array and append the latest 1D array from the controls on your front panel and write back into the Table control
06-03-2023 03:09 PM - edited 06-03-2023 03:10 PM
06-03-2023 03:22 PM