Communicating with RT Targets from a Host Computer (myRIO Toolkit)
- Updated2023-02-21
- 1 minute(s) read
Use the following table to learn about the methods that you can use to communicate with myRIO targets from a host computer.
Network Communication | Front Panel Communication | |
---|---|---|
Description | A host VI runs on the host computer and communicates with the VI running on the RT target using specific network communication programmatic controls. | LabVIEW and the RT Engine execute different parts of the same VI. LabVIEW on the host computer displays the front panel of the VI while the RT Engine executes the block diagram. |
Use Case | Customizing the code of the VIs respectively running on the host computer and on the RT target. Controlling the data that the host computer and the RT target send to each other. | Monitoring the VIs running on an RT target. |
Example | Refer to the Network Communication sample project for examples of creating different types of network communication systems using the myRIO. Access this sample project by selecting File»Create Project in LabVIEW and selecting Sample Projects»myRIO. | None. |
Related Information