LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clear Data in Express VI Build Table Programmatically

Hi , may i know if there is any way i would control
my Express Build Table to clear data when a button is click.

The build in propertie to clear data at each call could not be used
as it clear the data away before all the necessary data are displayed.

And i when i try to clear the table indicator which is linked to it ,
the table is clear but the exisiting data is not.
Therefore when the next turn come , the table is loaded with the old data and new data appended to it.

Hence how could i resolve this problem?
0 Kudos
Message 1 of 2
(2,679 Views)
Hi,

You can wire a boolean control to the 'reset' input of the Build Table express VI. When reset is true, the express VI is initialized with an empty table.

Happy Holidays!
Ankita A.
National Instruemnts
0 Kudos
Message 2 of 2
(2,663 Views)