From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,285 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,282 Views)

 

Thanks, GerdW!

Have a nice day! 🙂

0 Kudos
Message 3 of 5
(2,279 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,257 Views)

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

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