LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is format of LabView data (integer*2)? Is it 2nd complement or?

I am trying to read raw data file created by Lab View into Matlab and have problem to see what format is used.  It looks as integer*2 format (16bit) but I still need to know exactly what format has been used.
 
0 Kudos
Message 1 of 2
(2,383 Views)
Click Help>>Search the LabVIEW Bookshelf. Under Application Notes you will find a document called "LabVIEW Data Storage" (App Note 154) which describes the way LV saves data. If you don't have it, you can find it on this site.
Another option would be to save your file as an ASCII file, which can then be opened even from notepad. You may need to use the VIs in the string palette to convert your numbers into strings.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,376 Views)