03-27-2008 08:23 AM
03-27-2008 08:36 AM
03-27-2008 10:05 PM
03-27-2008 11:53 PM
H Jimmy,
I hope that this thread will give you some useful ideas & suggestions.
03-28-2008 08:01 AM
Since LabVIEW source is binary, it is virtually impossible to merge using a source code control system (newer versions of LabVIEW have a merge VI facility to help this). This problem means you should modularize your development as much as possible to avoid having multiple people working on the same VI.
A convention we have used that may help. If someone needs to check out a VI so they can save it with a few breakpoints for debugging, they do not lock it and simply revert it when finished. If someone needs to check out a VI to edit it, they lock it.
Good luck! Let us know if you run into problems.
03-28-2008 09:14 AM