06-22-2017 02:09 PM
Hi all.Firstly sorry for my English.I have this table created in that way.Before to store data in the table i want to store that values, each cell in separate control.
I can make this with a control who receive each value before the Build Array Block but i have 2 problems:
-how can make a block who can show my value, but on the same time send that value to table( i want to modify these controls or what they will be and these changes to be shown in table)
-this is a for loop, i can't check if itteration=0 , or 1 or ...or 7 to put values separately
Thanks in advance.
06-22-2017 02:24 PM - edited 06-22-2017 02:27 PM
(Please attach your VI instead of a clipped image showing partially hidden and misaligned wires going in all directions. Don't make our task harder than needed)
Ideally, you would keep the table (a 2D array of strings of the correct size) in a shift register and then replace the desired cells (using "replace array subset") whenever needed. Keep the table indicator terminal inside the loop. Tho show the new value before it enters the table, simply add an indicator in the right place.