08-15-2025 07:10 AM
is there a way to exclude moved wire from being differentiated when comparing 2 labview?
moved items drowns my other modification.
Thank you
AI
Solved! Go to Solution.
08-15-2025 07:37 AM
@asadilan wrote:
is there a way to exclude moved wire from being differentiated when comparing 2 labview?
moved items drowns my other modification.
Hello, Al,
I use LVCompare a fair amount, and most of the time, the differences are all "real". If you are getting "false positives" (differences that aren't "real", but due to "cosmetic" changes), you can check out the options for "what to compare" (I don't remember the names for these, I believe there are about six of them, at least one being something like "Cosmetic").
A better way to make "editing changes" have a smaller effect is to write neat, consistent LabVIEW code. Do a Web search for LabVIEW Style, or buy Peter Blume's "The LabVIEW Style Book" (I read my copy three times, cover to cover, my first year using LabVIEW).
Here are some simple principles:
Hope this helps.
Bob Schor