LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating bytes in a byte array and displaying them as 16 bit signed int in a waveform chart

Solved!
Go to solution

If you shift a byte by 8 places, you have nothing left. If you unflatten your two-byte string to a 16 bit integer, everything is already in place.

0 Kudos
Message 21 of 23
(813 Views)
Solution
Accepted by topic author lking

Ok that sounds much better. Thanks for help.

0 Kudos
Message 22 of 23
(810 Views)

Typically you would make sure that the code actually works and then mark the most helpful post as solution (not you own thank you post!)

0 Kudos
Message 23 of 23
(804 Views)