LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW crashing every time I try to run / compile a FPGA VI

Solved!
Go to solution

I have a RT project using a cRIO-9012 / 9112, and every time I hit run on the FPGA VI, the compile process begins but immediately crashes LabVIEW.  The FPGA code is simple - just a development starting point that is essentially copied from the NI Example VI for the NI 9214 module.  I have LabVIEW Real-Time, LabVIEW FPGA, NI-RIO installed (LabVIEW 2013 32 bit running on 64 bit Windows 7 machine), Xilinx tools 14.4 installed.  The crash error report dialog is shown below:

 

FPGA crash.png

 

I have no idea what to try next to diagnose and correct the problem.  Thoughts?

 

0 Kudos
Message 1 of 2
(3,346 Views)
Solution
Accepted by topic author CFER_STS

So it turns out that I had explicitly wired device I/O constants to the FGPA I/O Method Nodes and FPGA I/O Property Nodes in my VI, which for some reason was causing the compiler to crash labview.  Removing these constants and setting the I/O Items instead from the right-click context menus for both node types seems to have eliminated the crashing.

 

 

Message 2 of 2
(3,328 Views)