LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how should I move a LabVIEW project to another computer?

I assume you have your project in a folder with its .lvproj and the like, then Zip it and unpack it on the new computer. Tools and stuff needs to be installed, but should be handled by NIPM and VIPM (mainly).

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 11 of 16
(183 Views)

 

Just do a ZIP of your project folder as said before.

Or maybe, in project, do a file->Save as... and then choose "with dependencies".

 

I don't know why the other people are triggering you with Source Control. That's not the standard way to copy files to another computer!

 

But some dev softwares like SolidWorks, have a nice functionality called "Pack and Go". It will load all dependencies in a zip and rearrange paths in project to match new files location. That's very smart to move a project with this tool. I would appreciate it in LabView!

0 Kudos
Message 12 of 16
(164 Views)

@Yamaeda wrote:

I assume you have your project in a folder with its .lvproj and the like, then Zip it and unpack it on the new computer.


I strongly recommend using 7-zip....

0 Kudos
Message 13 of 16
(134 Views)

OP said he no longer has LabVIEW on the computer that has the source code, this makes the work tricky as one need to treat it as plain files.

I am wondering, why not install the latest LabVIEW in evaluation mode and do a save-as or source export, then, port to the new computer.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 14 of 16
(123 Views)

@alexderjuengere wrote:

@Yamaeda wrote:

I assume you have your project in a folder with its .lvproj and the like, then Zip it and unpack it on the new computer.


I strongly recommend using 7-zip....


I agree, it's great. I usually use it to make zip-files, it's faster and with better compression than the standard.

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 15 of 16
(87 Views)

@santo_13 wrote:

The right way is to maintain these on Source Code Control (like Git, SVN etc.,)


of course.

I prefer Git, respectively, gitlab, because it does need to be setup in the labview IDE>options>source control

 

fun fact: you can use git's clone mechanism or just copy your repository as a .zip....

alexderjuengere_1-1757498184540.png

 

when hardware is involved, which it probably is, you may also look into  system images , and labview installers, which can be made via labviews application builder or since 2022 via labview package builder 

alexderjuengere_0-1757497891671.png

 

 

0 Kudos
Message 16 of 16
(28 Views)