Read Binary File function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) File I/O palette
Type Function
Requires Basic Development Environment
Icon File I-O Palette - Read Binary File.png

The Read Binary File function reads binary data from a file and returns it in data. How the data is read depends on the format of the specified file. This function does not work for files inside an LLB.

Refer to the Preallocated Read from Binary File function for information about reading binary data and placing it into a pre-allocated array without incurring a copy.

Usage

History

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

See Also

External Links