LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I pull binary data apart?

I have two waveforms encoded in a 16-bit binary format. I can read the data in fine, but I can't quite split it into two waveforms one on each graph. Instead, I have both waveforms showing up on the same graph. Any suggestions?
0 Kudos
Message 1 of 2
(2,337 Views)
If you had posted an example I am sure we would be able to help. Lacking such I will guess.

Try running your data into a Index array node. Wire an "0" into the collumn index. This should give you the first channels data.

Do the same using an index of "1" to get the second collumns data.

If this guess is bad, please post eaxample.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,337 Views)