LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

removing elements from 1-D arrays

I have a hex string which I convert into an 1-D array of four characters each. The string 00AA is often sent by the device but this is just a 'keep alive' string to keep the link between the device and the computer. Basically how do I remove this string from any array so I am just left with useful information

Example
003F
00AA
00FF
0028
00F4
00AA
00AA

I want to see as
003F
00FF
0028
00F4
0 Kudos
Message 1 of 2
(2,381 Views)
Hi kilyg

See attached VI for one possibility.

Regards
Neil
0 Kudos
Message 2 of 2
(2,374 Views)