Can I Run Multiple FPGA VIs Simultaneously on the Same FPGA Target?

Updated Sep 28, 2023

Reported In

Software

  • LabVIEW FPGA Module

Issue Details

Can I run multiple FPGA VIs simultaneously on the same FPGA target?

Solution

No, you can’t run more than one FPGA VI at the same time. The second FPGA VI will throw an error as shown below:
Can I Run Multiple FPGA VI Simultaneously on the Same FPGA Target.jpg

However, you can run more than one Open FPGA VI Reference (make sure that you have unticked the Run the FPGA VI option for each function). Then, you can run only one of these FPGA VIs at a given time, by using the Run and/or Abort invoke method.
image