02-15-2007 07:35 AM
02-15-2007 07:44 AM
It appears that you are trying to run the FPGA code outside of the project. The FPGA code needs to be associated with a project file which has all of the proper I/O associations.
Could you also post a screenshot of the vi that you're running which is calling the FPGA code and one of the project file?
02-15-2007 07:50 AM
02-15-2007 08:04 AM
02-15-2007 12:44 PM
matrix
I had the same problem until I linked the Open FPGA Reference.vi to the bitfile instead of the FPGA.vi. Once I did that I was able to run the FPGA code outside of my FPGA.lvproj.. the bit file will have a name sililar to the lvproj & FPGA.vi name. For instance - here is my bitfile FGA_PXI.lvproj_FPGA Target_PXI Cntrl _Comm.vi.lvbit which is associate with project FGA_PXI.lvproj & FPGA PXI Cntrl _Comm.vi. The bitfile should be in the lvproj. I am using LabVIEW 8.2 but there is a select bitfile in LabVIEW 7.1 also.
MDDAVE