LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding deprecated property nodes

Solved!
Go to solution

I'm looking at some old code and it has deprecated VI's and properties. It's easy enough to find the deprecated VI's with a small VI (actually just Find works for this, but i made a VI that also opens them for ease of access). But how to find those pesky property nodes? I've managed to get the property nodes refs, their name and their caption, but how to get the description?

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1 of 6
(1,623 Views)
Solution
Accepted by topic author Yamaeda
Message 2 of 6
(1,606 Views)

What is your goal? To replace them? Document them? Why do you need the description of deprecated nodes? 

Certified LabVIEW Architect
0 Kudos
Message 3 of 6
(1,604 Views)
0 Kudos
Message 4 of 6
(1,603 Views)

@thols wrote:

What is your goal? To replace them? Document them? Why do you need the description of deprecated nodes? 


Replacing when upgrading code, yes. I just need some way to find them, searching through the Description says it's deprecated, but if there's some other way (as the analyzer) i'm all ears. 🙂

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 6
(1,591 Views)

@thols wrote:

https://forums.ni.com/t5/VI-Analyzer-Enthusiasts/Test-Deprecated-Functionality/ta-p/3508382


This worked! Awesome! Thanks Thols!

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 6
(1,539 Views)