06-03-2014 09:38 AM
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:
I have no idea what to try next to diagnose and correct the problem. Thoughts?
Solved! Go to Solution.
06-03-2014 04:43 PM
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.