SnowForest
2008-08-12 07:10:07 UTC
Hi All,
LV 8.5.1 + DSC
My aim is generate list of all control and indicator class names of certain VI. For example there are three indicators: test_1(boolean), test_2 (numeric) and test_3 (own_type.ctl) when I analyze this vi the print should be followed:
Boolean
Numeric
own_type.ctl
It is easy to find Boolean and Numeric class names by using property node and property "class name". How I can find recognize type def "class" and find the name of type defination?
BR, Jim
LV 8.5.1 + DSC
My aim is generate list of all control and indicator class names of certain VI. For example there are three indicators: test_1(boolean), test_2 (numeric) and test_3 (own_type.ctl) when I analyze this vi the print should be followed:
Boolean
Numeric
own_type.ctl
It is easy to find Boolean and Numeric class names by using property node and property "class name". How I can find recognize type def "class" and find the name of type defination?
BR, Jim