LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove data from array while data streaming

HI~

I am building a program which only displays and saves data larger than a certain value during data collection.

After reading previous examples from the forum, I have managed to delete those data.

However, there is an empty cell remained from the deleted datum in array.

I would like to remove that cell too, so what should I do in this situation. And could anyone explain why I did wrong?

 

Attached are my program and data saved in excel.

 

Thanks very much

 

John  

Download All
0 Kudos
Message 1 of 4
(2,533 Views)

Just use conditional tunnel mode.

Something like this:

validate.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 4
(2,514 Views)

Use the array subset VI.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 4
(2,513 Views)

Hi~ 

 

I tried .aCe. 's solution and it is working. Thanks very much.

 

So a further question. I also observed some empty cells from the original data. 

 

How can I remove them too?

 

I also tried packersFan's solution. I simply replaced the "replace array subset" with "array subset" but there was no difference. So did I used " array subset.vi" in a wrong way? 

 

Thanks 

 

 

0 Kudos
Message 4 of 4
(2,489 Views)