LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table display sequence

How to make change to the vi to let the column of value and result update data by row. The current vi update everything by row including the test, and both limits. So how to make the column of test and limits remains static, only let ' value and result' update by row.

0 Kudos
Message 1 of 3
(1,718 Views)

Just initialize an array at the final size with empty strings, fill the static entries, then replace elements as you go. Note that you need to replace with a single-row 2D array if you want to replace only a partial row.

 

(can you explain why you write to the table value property instead of the terminal? Makes no sense)

 

Here's a simple rewrite. Make sure you understand the purpose of every element.

0 Kudos
Message 2 of 3
(1,677 Views)

Solved

0 Kudos
Message 3 of 3
(1,627 Views)