Solution
Read Waveform from File.vi opens a file created with the
Write Waveforms to File.vi and reads one record of the file.
Read Waveform from File.vi has a ‘offset’ control that specifies in records which record to read from the file. The value of offset control is 0. So, If you don’t handle the value, you read only first Waveform from file.
To read all Waveforms in the file, Change the offset value from 0 to One less than the total number of Waveforms.
For example, If you input 1 as offset value like below, you will obtain second waveform among multi Waveforms.