LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Will my FPGA.vi from a different project interfere with the another project's FPGA.vi?

Hi, 

I have two projects that I run in LabVIEW (not simultaneously). They both use the FPGA.

 

I've compiled the first project's FPGA.vi successfully, and the program works. If I compile my second project's FPGA.vi will it interfere with the other project? Is it ok that within each separate project that they are both named "FPGA.vi"? 

 

Thank you

 

 

0 Kudos
Message 1 of 3
(2,087 Views)

I don't think you'd have a problem.

 

Each of those VI's will be compiled into its own bit file that is associated with the project.  Those files have crazy GUID number type of names that will be different.  Whichever project you are trying to run will download the associated bit file and run that.

Message 2 of 3
(2,057 Views)

Ok, thank you.

 

That's what I thought the files were like, but I just wanted to make sure.

0 Kudos
Message 3 of 3
(2,052 Views)