LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sample for Data loging in lab VIEW 7

I've alloted 1mb memory by using an array, from VC++ im reading the binary data as unsigned char and putting that in lab view array buffer of unsigned char  and using SGL write vi to write it as a binary file. but the data is not correct as original. is there any difference between the VC++ bin format and Lab view bin format?
0 Kudos
Message 1 of 2
(2,233 Views)

The difference could be because LabVIEW uses the Big Endian byte order whereas some other applications use the Small Endian byte order. You may want to convert your data to big endian style before writing the data to the file.

I hope this helps!

Mehak D.
0 Kudos
Message 2 of 2
(2,198 Views)