Duplex VI
- 업데이트 날짜:2025-10-07
- 1분 (읽기 시간)
Use this template as a starting point for developing a streaming application where both a read and write endpoints are required.
The Duplex VI operates as follows:
- Implement your receiver IP in the defined receive single cycle timed loop and connect it to the Read Data Stream Endpoint VI using the defined signals.
- 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 two Endpoints data types to match the expected data type of the IP to which they are connected.
- Configure the constructor data types to match the data types selected for each endpoint.
- Configure the buffer process clock frequencies 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.