LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA

Hei, I am new in LabVIEW Programming. We are running a project at the university and having some challenges with compiling.
We have to compile the FPGA every time we open the project. In the end of the day the folders are zipped, and then uploaded at dropbox. Next day the zipped file is downloaded, unzipped and open again, but then do we have to compile the FPGA again. Does anyone know the reason for this?

Thanks a lot!

SHK

0 Kudos
Message 1 of 5
(2,289 Views)

Hi shk,

 

the bitfile created by compiling usually is located in a different path than the LabVIEW project.

When you ZIP your project folder you miss the bitfile and so have to recreate it the next day.

 

Possible solution: store the bitfile inside the project folder. To do so you have to change the compilation settings...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,286 Views)

 

Thanks, GerdW!

Have a nice day! 🙂

0 Kudos
Message 3 of 5
(2,283 Views)

Incidentally, if you're unzipping to a different path at any point, you might find this is an issue:

 

http://digital.ni.com/public.nsf/allkb/B76C5ED987F464EC862579750059A761

---
CLA
0 Kudos
Message 4 of 5
(2,261 Views)

Thank you, thoult! Now we dont have to compile every time anymore:)

0 Kudos
Message 5 of 5
(2,230 Views)