From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(374 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
(240 Views)