Transmit VI
- Updated2025-10-07
- 1 minute(s) read
Use this template as a starting point for developing a streaming application where a write endpoint is required; for example, streaming data from the coprocessor to a compatible VST.
The Transmit VI operates as follows:
- Implement your transmitter IP in the defined transmit single cycle timed loop and connect it to the Write Data Stream Endpoint VI using the defined signals.
- Configure the Endpoints data type to match the expected data type of the IP to which it is connected.
- Configure the constructor data type to match the data type selected for the endpoint.
- Configure the buffer process clock frequency to match the expected throughput of your application.
- Leave the Instruction Framework Host Interface Single Cycle Timed Loop and the Endpoint Collection VIs as-is, unless you are adding more endpoints or need to modify the Instruction Framework Collection Builder.