DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Extraction of binary data which the file is created by VC++

Hi
Iam trying to extract one file which is created through VC++ in write binary mode, i have used both I16 and SGL vi to extract but the file is not properly exracted.. its giving some other garbage values. Im writing the file in a pattern. even no pattern is coming when extracted in lab VIEW, im storing the data in a 1D array.  wat i have to do ? to get the right data.. 
0 Kudos
Message 1 of 2
(3,431 Views)

Hi there,

You'll need to provide us more information.  It's not clear from your post what application you're using when you're trying to load the data file.  If you're using LabVIEW, please provide the version of the software.  Also note that the native byte order of LabVIEW is Big-Endian, while most programs on Windows computers use Little-Endian byte order, so you might have to read the data out with a different byte order.  How many channels are in the file?  Are the channel values stored interleaved or end-to-end?  What data type(s) did you use when you were saving the data channel(s)?

Brad Turpin
DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,408 Views)