10-09-2024 03:54 PM
Hi. I'm getting an error when trying to compile the NI 5753 (AC) - Getting Started example for an FPGA target PXIe-7962R.
I also have a NI 5753 (AC) with a FPGA target PXIe-7976R in the same chassis and for this target the compilation works correctly and everything works just fine, so I guess everything is ok with my Labview version and license. Also, I can compile other example projects for the FPGA target PXIe-7962R which are not related with using the adapter module NI 5753.
Is there anything I can do to be able to compile and use the NI 5753 with my PXIe-7962R?
The error obtained is bellow:
An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information:
Error 7 occurred at niFpgaTopLevelGenCallTargetSpecificVI.vi<-niFpgaHandleConstraintsAndMiscFPGAFiles.vi<-niLvFpgaTopModGen.vi<-niLvFpgaTopModGen.vi.ProxyCaller
Possible reason(s):
LabVIEW: (Hex 0x7) File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
=========================
Nonexistent GPIB interface.
Attempting to copy a file "C:\Program Files\NI\LVAddons\flexrioii\1\Targets\NI\FPGA\RIO\79XXR\Common\FpgaFiles\DramASx50t\dram32IntfA.ngc" that doesn't exist. in C:\Program Files (x86)\National Instruments\LabVIEW 2024\resource\RVI\StockIO\private\topModGen\niLvFpgaTopModGen.vi
10-10-2024 04:41 AM
7962R is a virtex 5 requiring ISE for compilation.
The other is a Kintex 7 card requiring Vivado for compilation.
Double check your installed compile tools and make sure you have both installed.
10-10-2024 01:26 PM
Hi, thanks for your reply.
I'm aware of that difference, but it shouldn't matter because I'm using NI Cloud Compiling. I have already compiled other projects for 7962R using NI Cloud Compiling. It just didn't worked for the NI-5753 with FPGA target PXIe-7962R.