02-06-2016 07:03 PM
hello
im runninng a recently installed LV 14 , on a Windows 7 ,64bit , with a crio 9114, with RT and FPGA.
I migrated a project from another computer with a similar system , installed Lv and RT and FPGA moudles, andDevice drivers.
All of the project components in the RT target seem to be ok, but when i get to the FPGA vis, i manage to compile them with the XIlinx tools, but when it comes to run i get the followingL
Error 1003 occurred at Invoke Node in niFpgaRun_LaunchTargetPlugin.vi->niFpgaRun_InvokeRun.vi
Possible reason(s):
LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it.
Method Name: Run VI
VI Path: C:\Program Files (x86)\National Instruments\LabVIEW 2014\vi.lib\FPGAPlugInAG\cRIO-9114\niFpgaOpenAndRun_cRIO-9114.vi
i tried making a simple FPGA project with a simple vi , and i get the same error.
i opened the vi that the error message mentioned and it appears to be broken but there is nothing i can do to fix it.
I installed the FPGA module and the NI-RIO 15.0 but to no avail.
Anyone could hint me as to how to solve this issue?
thanks DAvid
Solved! Go to Solution.
02-06-2016 09:30 PM
02-07-2016 12:57 AM
it doesnt,
that vi is a LV system vi and password protected, and when i click on the broken run button it says "no errors in VI"
02-07-2016 06:43 AM
02-09-2016 03:56 PM
Hey David,
You might be able to use the same bitfile you were using in the first computer. This means you will not need to compile your FPGA again.
Please read this resources to see if they can be useful for your issue:
http://digital.ni.com/public.nsf/allkb/B76C5ED987F464EC862579750059A761?OpenDocument
http://www.ni.com/tutorial/5075/en/
02-21-2016 04:42 AM
hi all and thank yo ufor the answers
a. the problem wasnt the compiled bitfiles, and i would have minded compiling again. The problem was that even though i installed the appropriate drivers according to the systems version, the actual VIs of the systems (located in C:\Program Files (x86)\National Instruments\LabVIEW 2014\vi.lib\FPGAPlugInAG\cRIO-9114) were damaged.
i had to manually replace them by copying the same files from an identical system i had. This finnaly resolved the issue and all is well now.
For future refernce i would advise NI to :
a. give a more detailed error explanation (the error did say that the VIs in FPGAplugin were messed, but werent clear as to how to fix them).
b. have some sort of a downloadable vi packages to fix this issue, becaus if i didnt have that other systems i had no way of fixing this
cheers