Error 61060 When Using FPGA in VeriStand

Updated May 8, 2024

Reported In

Software

  • VeriStand

Issue Details

When I deploying system definition that uses I/O personalities for FPGA created with NI VeriStand FPGA-Based I/O Interface Tools , I receive error 61060 :
Error code:61060
Error Message:LabVIEW FPGA: The Wait on IRQ method timed out before the specified interrupt was received.

Solution

There are two possible solution for this error:
  • Check the naming of the .lvbitx file referenced in the .fpgaconfig file.
  • Make sure that in your custom FPGA VI, the number of the packets you read from the DMA Write match the iteration number. Check the number of packets for DMA_Read in the .fpgaconfig file as well.