Write 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 - Write Binary File.png

The Write Binary File function writes binary data to a new file, appends data to an existing file, or replaces the contents of a file. This function does not work for files inside an LLB.

If you want to use the Read from Binary File function to read the array or string data you write to file, the prepend array or string size? parameter must indicate TRUE. Otherwise, LabVIEW generates an error.

This VI truncates arrays if the total array size is over 4 GB.

Usage

History

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

See Also

External Links