LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Briton

Finding unsupported Properties/Methods

Status: Declined

Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.

Hi

 

I'm about to upgrade from LV8.2.1 to LV2013 and then there is a lot of unsupported properties and methods in the new version.

It would be very nice to have the possibility to find those unsupported stuff.

 

Actually NI seems to need that function too. smileywink:

Take a look at this thread I made a while ago.

"http://forums.ni.com/t5/LabVIEW/how-to-find-unsupported-methods-2Fproperties/m-p/3032045#M865373"

 

regards Bjarne

Download All
7 Comments
tst
Knight of NI Knight of NI
Knight of NI

VI Analyzer might already have such a test. If not, it should probably be easy enough to add one by doing something like this (I haven't checked that it actually works):

 

CheckForDeprcProps.png

 

You could probably also run it yourself.


___________________
Try to take over the world!
Manzolli
Active Participant

It would be nice have it as part of the VI Analyzer.

André Manzolli

Mechanical Engineer
Certified LabVIEW Developer - CLD
LabVIEW Champion
Curitiba - PR - Brazil
Darren
Proven Zealot

The VI Analyzer Upgrade Tests will detect, among other things, the use of deprecated properties/methods:

 

http://www.ni.com/white-paper/11636/en/

Briton
Member

Hi Darren

I installed the package and run the test on"Three Button Dialog CORE.vi" but it didt'n find the two property nodes that is unsupported.

Unsupported.PNG

 

Why is that?

 

 

Darren
Proven Zealot

Looks like the deprecated functionality test only looks for properties/methods that were deprecated in the specific LabVIEW release you're upgrading to. I think in previous versions of the VI Analyzer Upgrade Test Suite we just flagged any deprecated property/method that was found.

Darren
Proven Zealot

If you want to find any deprecated property/method in your code, you can use the Deprecated Functionality test available in the VI Analyzer Enthusiasts community here: https://decibel.ni.com/content/docs/DOC-29153

Darren
Proven Zealot
Status changed to: Declined

Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.