LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

question| LabVIEW Multiple comps

Hello,
Is it possible to work on the same LV poject using multiple computers simultaneously?

if it is, how can you do it?

i figured that simply sharing the files over a network would mess things up cuz *.lvproj files won't be synced..
0 Kudos
Message 1 of 3
(2,268 Views)

Set up some sort of SCC system (subversion/sourcesafe/mercurial/git whatever has your preference).

 

Create a labview project and place some meaningfull labview libraries (lvlib) in them.

Distribute this code over the difference computers via the SCC, and let each of the developers work in their own lvlib. and update if needed.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,260 Views)

Yes, you can work on the same project, but I dont think the same VI.

Do you have a network drive? You can save the project there.

You can have people work on whatever they would like,

although you will probably get some 'read-only' message if 2 people try to work on the same file simultaneously.

All of my projects are on network drives, it works great.

Cory K
0 Kudos
Message 3 of 3
(2,240 Views)