LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading a range of data using Storage vi

Hello,

My data file is in TDM format and is about 300 MB in size. I want to know if it is possible to use the "Storage" Vi to read in only a range of the data at a time (or be able to just select a range to read)?

Thanks

Lancer
0 Kudos
Message 1 of 3
(2,630 Views)
Hi Lancer,

As far as I know, you can only read the full length of the selected data in the TDM file.

Does anyone have a solution for Lancer that doesn't read all the data from the TDM file into memory, but only the selected range?
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 2 of 3
(2,610 Views)
The same question applies to all file format supported by the DataPlugins architecture. Apparently only complete full length file loading is supported. I am looking for an option similar to the old low level file read Vi where you can specify the number of bytes to read at a time.

Lancer
0 Kudos
Message 3 of 3
(2,606 Views)