03-10-2015 12:21 PM
Hello all,
The Question
Does anyone know of a tool for comparing LabVIEW class hierarchies? (Like "Compare VI Hierarchies" for .lvclass hiearchies?)
For Example
Let's say I have foo.lvclass in two projects and I want to compare the two instances and their respective members. Does one instance have methods that the other doesn't? Does a method or private data differ?
Why?
I have several applications with dozens of classes, many of which should be interchangable, and I want to quickly determine which classes are the latest, perhaps consolidating some common base code.
I thought about posting this as a suggestion on the Idea Exchange, but I wasn't sure if I'm just not seeing functionality that's already there.
Thanks very much,
Jim
Solved! Go to Solution.
03-11-2015 08:32 AM
Hi all,
I'll take that as a "no." ![]()
If anyone is ever interested, here's my correlating Idea Exchange post.
Thanks for looking!
Regards,
Jim
03-11-2015
09:34 AM
- last edited on
12-22-2025
12:07 PM
by
Content Cleaner
Hi Jim,
There does not appear to be any way to do this. The closest functionality I could find was to use the Compare VIs/Compare VI Hierarchies to compare the .ctl files for two classes. The LabVIEW Help topic documents how to do this:
https://www.ni.com/docs/en-US/bundle/labview/page/comparing-vis.html
However, this does not really achieve the functionality you are looking for. Thank you for posting this idea to the Idea Exchange!
03-11-2015 10:01 AM
Good morning Catherine,
Thanks for the reply!
Kind regards,
Jim