LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading from a binary file

Hello,
 
I'm using the "Read Binary File" example that comes with LabVIEW, only problem is, every time I try to use it, the output array has three or four zero value data points for every valid data point. I have checked with a graphical display that these are not present in the input to the binary file.
 
Any suggestions?
 
Emmanuel
0 Kudos
Message 1 of 3
(2,578 Views)

The example uses DBL as the datatype. Do you do that as well?

Look at Write Binary File to look at the proper way to write a binary file which can be read by this example.

If this didn't help you, I suggest you post the relevant piece of code, or at least an image of it (no BMPs, please).


___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,573 Views)
Hello again,
 
Yep, managed to fix it with those tips, cheers!!
 
Emmanuel
0 Kudos
Message 3 of 3
(2,563 Views)