Transferring Data
- Updated2026-05-01
- 1 minute(s) read
Refer to the Data Communication Methods in LabVIEW topic for guidance on selecting a data communication method in LabVIEW. You also can refer to the following books in the LabVIEW Help for information about specific data transfer use cases:
- Transferring Data over a Network
- Communicating Data between Parallel Sections of Code Using Channel Wires
- Sharing Data in Deterministic Applications (Real-Time Module)
- Storing and Transferring Data (FPGA Module)
Related Information
- Data Communication Methods in LabVIEW
- Choosing a Method of Reading and Writing Shared Variables
- Communicating Data Between Parallel Sections of Code Using Channel Wires
Channel wires provide asynchronous data communication between parallel sections of LabVIEW code using writer and reader endpoints. Channel templates support stream, tag, messenger, and accumulator protocols with defined lifetime and abort behavior.