Thanks Charly. On Sunday, I implemented most of the lengthy file format spec for my AcqKnowledge file reader my application - minus the markers section . I even worked out how to re-organized interleaved data when one channel is sampled twice faster than the other one using a decimate and interleave subVI. Along the way, I spotted a couple of typos and located the section where 48bytes was added in the new version 3.8.1 (ver. # 41 in the header file), which not documented on BioPac webpage. There might be more new "item" saved just before the data section.
I am now cleaning up the code while I am waiting to get an update for the new file format for Version 3.8.1 from BioPac support. Note that version 3.8.1 is t
he latest version of AcqKnowledge released last September.
Among the thing I am cleaning, is the Read from file subvi which opens and closes file each time, so I use the file open and read and close instead. Also, I made an extensive use of case structure for every single variable or array. This would not be necessary if I only wanted to get channel data out. I also want to understand every parameters saved, or at least to get default values so that, in turn, I can generate *.acq file which can be read cleanly by AcqKnowledge software. I can post or email you the program when it is cleaned if you want.
Thanks again,
Donat-Pierre