Jump to content

Read Waveforms from File function: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 2: Line 2:
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Waveform/Waveform File I/O{{!}}Waveform File I/O palette|type=vi|icon=Waveform File I-O Palette - Read Waveforms from File.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Waveform/Waveform File I/O{{!}}Waveform File I/O palette|type=vi|icon=Waveform File I-O Palette - Read Waveforms from File.png}}


The '''Read Waveforms from File''' function opens a file created with the [[Write Waveforms to File]] VI and reads one record of the file. Each record might contain one or more separate waveforms. To retrieve all records in the file, call this VI in a loop until the end of the file is reached.  
The '''Read Waveforms from File''' function opens a file created with the [[Write Waveforms to File function|Write Waveforms to File]] VI and reads one record of the file. Each record might contain one or more separate waveforms. To retrieve all records in the file, call this VI in a loop until the end of the file is reached.  
{{TOCright}}
{{TOCright}}



Latest revision as of 02:34, 25 November 2020

Object information
Owning palette(s) Waveform File I/O palette
Type VI
Requires Basic Development Environment
Icon

The Read Waveforms from File function opens a file created with the Write Waveforms to File VI and reads one record of the file. Each record might contain one or more separate waveforms. To retrieve all records in the file, call this VI in a loop until the end of the file is reached.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links