LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

filter empty values in 2D array

Solved!
Go to solution

Hey everyone, I'm learning to work with Labview and I have to filter a 2d array made of two 1d arrays to get rid of the empty values, and the values can't be changed. My array has 2 columns and indefinite number of rows. when the first column is empty (carriage return and linefeed) the second column is actually empty (0 bytes). I've been trying many types of filters to get rid of these empty spots but none seem to work. Thanks!

0 Kudos
Message 1 of 3
(1,073 Views)
Solution
Accepted by topic author ChrisCam

Hi Chris,

 

what about using AutoCleanup and some better tunnel modes to build your desired array?

Suggestion:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(1,059 Views)

Works exactly like it should thanks!

 

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