02-07-2006 10:21 PM
02-07-2006 10:39 PM
| Robst - CLD |
| Using LabVIEW since version 7.0 |
02-07-2006 10:55 PM
02-08-2006 05:47 AM
to Robst:
Thanks, I have read your vi, and it works, but if I want to read three 3*2 array one time ,how to do it?
02-08-2006 05:56 AM
to altenbach:
Sorry I didn't give the detailed information. I want to read 14bit(U16) images(320*240) for a big file. Your vi works, but I want to use the data type and count parameter to determine the array size. I just don't know how to do it ,can you help me ?
02-08-2006 10:22 AM
@trinight wrote:
I just don't know how to do it ,can you help me ?
As I said, please attach one of your binary files. 🙂
There is no universal standard for binary files, so we need to know the exact structure.
Do you know if the file contains array dimension information or is it just a flat binary representation of the image as 320*240*2 Bytes? Where do these binary files come from? (If you create them with LabVIEW, attach the VI for writing them.)
02-11-2006 07:38 PM