01-25-2005 04:31 AM
01-25-2005 04:49 AM
01-25-2005 10:50 AM
01-25-2005 10:50 AM
01-25-2005 11:10 AM
01-27-2005 09:41 AM
01-27-2005 11:09 AM
02-08-2005 03:49 AM
02-08-2005 04:30 AM
12-08-2006 02:48 PM
Hi,
I am new to LabView and am trying to clear out a table for each new acquisition of data. In searching this forum for "clearing a table" I saw Jonner's post to Benio ("re. Table"):
"All you have to do to clear the table programmatically is wire an empty 2D string array into the table terminal (see attached picture). This works because the table is just a 2D string array with some additional meta information, as far as LabVIEW is concerned."
However, that only clears the data shown in the table on the screen. When I get a new run of data, the old data in the table pops back there, and the new data is appended to the bottom of the table.
Does anyone know how to do this? (Even NI tech support was struggling with this.) Thanks.
(Also, I really don't want to loop 1000 times, but could not figure out how to (what property node to use) determine how many cells in the table are populated. The rows and columns properties just returns the number of *visible" rows and columns, not how many are actually in the table. Any ideas? Thanks again.)
Ed