03-16-2005 06:45 PM
12-07-2007 07:57 AM
12-07-2007 11:01 AM
You did not attach a sample of your data. Do you have any documentation on the file structure?
Can you show us how the main VI loads the data? Did you compare the code?
12-07-2007 11:44 AM
12-07-2007 12:03 PM
Only certain file extensions are allowed as attachments. So put everything in a zip file before attaching.
If you have LabVIEW code that can correctly read it and some other code that cannot, all you need to do is inspect for differences. If you could attach the main VI, I can compare it with the code you posted earlier to see if there are differences.
We should be able to figure out the data structure once we have code that can read it correctly. Most likely you could then even write a matlab program that can read the binary file. 😉
03-04-2013 06:26 AM
I wrote a binary file of 2-d array of a cluster(which is a 2-d bitmap) now i want to retrive it. how to do it as the stored data is totally in binary when brought out.
03-04-2013 07:02 AM
You really should have started a new thread. This current one is 6 years old.
Can you share some code of how you wrote the file and how you are trying to read it? You can probably just use the Read Binary File and supply an array of your cluster as a data type.
03-04-2013 07:16 AM
CAN I HAVE YOUR EMAIL ID?
03-04-2013 07:23 AM
Here is our code
03-04-2013 07:59 AM
You need to attach the code to the post.