09-14-2006 12:53 PM
09-14-2006 01:12 PM
09-14-2006 01:31 PM
09-14-2006 02:41 PM
09-15-2006 04:40 AM
09-15-2006 08:18 AM
09-15-2006 08:30 AM
09-15-2006 08:57 AM
If the file was actually created by the high speed data writer VI and if a header was actually written to the file, the first bytes are the header size, which defines the size of the header. You should be ignoring the first 324 bytes. Don't forget the endian problem with LabVIEW data. You will have to do a byte swap.
Since you have LabVIEW, why don't you just try to run the High Speed Data Reader. If the data comes in correctly there, then you have something set wrong in your other program.
09-15-2006 09:39 AM
09-15-2006 10:11 AM