Hi. I've just started programming, and I just have a little problem. I'm going to collect pedometer/accelerometer data from an FTP server and present it in LabVIEW. I've collected the binary file from the server, but the data is coded with Hamming, the data is 2 bytes, with 10 data bits and 5 hamming bits , I need to split the byte up to bits so the hamming decoder in LV can read it as '1' and '0'. I'm then going to present the x, y, and z axis data, this data are laying so that the sime time sets are following eacother, first the 2 byte for x-axis data, then 2bytes for y-axis data etc..(this I havn't looked at yet, but I don't see any problems with that.