08-12-2008 01:40 AM
08-12-2008 01:47 AM
08-12-2008 01:57 AM
08-12-2008 02:04 AM
Hi Seessami,
how do you read your data? Only to know it´s a binary file is not enough, you have to know the format of your file. How do you write the file?
Mike
08-12-2008 02:28 AM
08-12-2008 02:56 AM
08-26-2008 07:52 AM
I finally found out the file format. It has also other information besides the actual measurement data. Now I need to read the file. How can I unbundle all the data from the file? All the headers separately and the data itself?
08-26-2008 08:02 AM
Hi Seessami,
you can read your file with the Excel ActiveX functions. See this thread for some information about it.
Mike
08-28-2008 02:41 AM
08-29-2008 01:35 AM
Now I have a problem in writing the file. I have made a vi that reads the data and I've inserted the write data vi as a subvi. The data seem not to be written in the same way. So what could be the problem in my write binary file_oma.vi?
Thanks again!