LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Moving a LabVIEW Project to Another Computer

Hi All, 

 

I have been trying to move a LabView project from my PC to one of my colleagues PC. I tried to make a zip and sent it packaged , but unfortunately on my colleagues PC it doesn't open fully. I use few addons that was installed through VIPM , even after downloading the same addons on the other PC through VIPM it shows as it is missing some .dlls ( all the drivers have been installed too ). 

 

does anyone of you know what could be happening here ? 

 

Thank you

0 Kudos
Message 1 of 5
(446 Views)

Hi Thili,

 


@Thili_kiri_kaju wrote:

does anyone of you know what could be happening here ?


You forgot to install all needed modules/toolkits…

 

It really would help to show a error message box to identify the missing software components!

 


@Thili_kiri_kaju wrote:

move a LabView project from my PC to one of my colleagues PC.


You should use a SCC tool (like SVN or GIT) to synchronize code between computers in your department!

Best regards,
GerdW


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

FTD2XX_snip.png

I made sure I installed all the necessary drivers and toolkits in the target computer , same as I have in my PC. I get this window where it tries to look for this specific .dll , but it's one of the drivers. 

0 Kudos
Message 3 of 5
(423 Views)

That's a FTDI chip driver.

D2XX Drivers - FTDI (ftdichip.com)

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 5
(412 Views)

Hi Thili,

 


@Thili_kiri_kaju wrote:

I get this window where it tries to look for this specific .dll , but it's one of the drivers. 


That FTD*.dll doesn't belong to NI installation (IMHO), but comes with a driver that uses some interfaces with FTDI ICs.

You need to install that driver on the other computer…

 

(Atleast with my LV2019 installation there is no "C:\programs\NI\" folder, and so there is no "\LVAddons\nivisa\1\resource" subfolder!)

Best regards,
GerdW


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