06-29-2010 11:47 AM
I have been told that it is better to open a file for editing from .lvproj than from source control or the directory. Reason being it would help ensure that LabView would know of changes affecting other VIs and also be better able to deal with renames or relocations.
So if I open a VI from the project file then double click a subVI within it, will the subVI be afforded the same protections or must it also be opened from the project file?
thanx,
jvh
Solved! Go to Solution.
06-29-2010 12:33 PM
That should have been "open" instead of "pen".
07-02-2010 12:42 AM
Hi jvh,
I imagine since the subVI is the same instance within the calling VI as is included in the project then it should yield the same result because the SCC affects the entire hierarchy within the project. I found some resources in the NI Community (here) and the LabVIEW 2009 Help (Configuring Source Control for LabVIEW Projects) that should be a great starting point for further clarification of SCC with LabVIEW.
I hope this helps!
- Greg J
07-02-2010 09:28 AM
Thanks for the post.
jvh