Overview
This example shows how to load bitfiles dynamically. You can load the bitfile on one or more targets. It is possible to load the bitfile on a local or on a remote device.
Description
The attached example demonstrates these three cases:
- Open Dynamic Bitfile References
- Open Dynamic Bitfile References in parallel For loops
- Open Dynamic Bitfile References across multiple systems (optional in parallel For loops)
___
- The example Load Dynamic Bitfile shows how to run different bitfiles on multiple FlexRIO devices.
To run the example select a FlexRIO device, select a Bitfile and press Load Bitfile button.

- The example Load Dynamic Bitfile Parallel opens and runs the Bitfile a Parallel For Loop.

- You can also run the Load Dynamic Bitfile and Load Dynamic Bitfile Parallel across multiple system if you replace localhost with an IP-address.

Before you can run the example you should configure the RIO Server (1, 2) in MAX, configure or disable the Firewall (3) and start the RIO Server (4) on the remote targets. This is necessary because of using the RIO boards remote in this example (rio://xxx.xxx.xxx.xxx/RIOx).

Hardware and Software Requirements
Hardware: any NI RIO device
Software: LabVIEW + FPGA Module 2015 or later, NI RIO 15.0 or later
Steps to Implement or Execute Code
- Unzip the attached demo.
- Add RIO devices to you project.
- Compile FPGA VIs.
- Configure and run Load Dynamic Bitfile.vi or to load the files faster run the Load Dynamic Bitfile Parallel.vi.
Additional Information or References