LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform subset

How can I read a portion of waveform from a huge waveform filed saved on
disk?
The standart VI from waveform file I/O palette can read with offset, but can
not read specified amount of samples.
Is it a way to solve my problem?
0 Kudos
Message 1 of 3
(2,837 Views)
The method I know is to open the file as a datalog file, this will give you the flexibility you need.
Message 2 of 3
(2,837 Views)
Sergey:

in the Waveforms toolbox, there is a "number of waveform samples" vi. You can read the entire number of samples in the entire waveform and then reiterate that to read that by some divisor. For example, if you have 5,000,000 points in the wave form you can index it by 5,000,000/x, for example.
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 3 of 3
(2,837 Views)