Write Binary File function: Difference between revisions
Appearance
Added page |
(No difference)
|
Latest revision as of 17:30, 8 March 2021
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
| Object information | |
|---|---|
| Owning palette(s) | File I/O palette |
| Type | Function |
| Requires | Basic Development Environment |
| Icon | |
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
| |
Specific use cases for this function. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal resources that would also help. |
External Links
| |
Add links to external resources that would also help. |