03-06-2008 03:23 PM
03-07-2008 05:23 AM - edited 03-07-2008 05:23 AM
I assume that you are writing to a TDM file. If you want to perform random reads, you can do so with the binary file that contains the raw data. I've attached a VI that writes
a 100x1 array in a binary file and you can then read back the element you need without having to read all the data from the file. The Set File Position allows you to do so.
03-07-2008 07:45 AM
03-07-2008 08:25 AM