LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert binary string to values

Solved!
Go to solution

Many thanks for help. 

0 Kudos
Message 11 of 12
(579 Views)

Here you go.

 

Data is a "string" of data - just a way to store binary data.  Extract what you want from it (extract substring), pass the data  to unflatten from string and set the type as an array of whatever it is that the binary is supposed to be.  In this case, the data are unsigned 16 bit integers.  False means that it just a stream of data without any header information.  The output is a 1d array of 16 bit unsigned integers.

 

Jim12345678_0-1658237626442.png

 

0 Kudos
Message 12 of 12
(445 Views)