09-02-2009 09:55 AM
I am using Labview 8.6 Full Development System. I want to compare two VI's, what is the best way to do it? I am using TortoiseSVN source code control software. I found some VIs (vi_diff.vi) in this forum. But this VI will work only in Professional Development System. Because this vi will use LabVIEW8.6\project\procmphier.llb\CMP compare two VIs.vi. This vi will work only in professional system. How can I compare two VIs in my current LabVIEW system. Pls give suggestions. Thanks Nesara |
09-02-2009 10:44 AM
If you pay more for the PDS than the FDS, you want more features. The diffing is one of those. So you either get the upgrade $$$. Or you do it manually.
Manually, I go for a complete VI documentation (I don't remember the menu entry) of one of the VIs and have that open as pdf while going through the code of the other.
Felix