11-14-2014 11:47 AM
Is it possible to search for all uses of Conditional Disable Symbols in a large project?
Joel
Solved! Go to Solution.
11-14-2014 11:51 AM
11-14-2014 11:57 AM
Yup search. I'd like to add a fun fact. If you select an object on the block diagram, then press CTRL + F it will be the item to be searched for. So you just need to select any conditional disable diagrams structure, then press CTLR + F to find them all.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-14-2014 12:27 PM
Thanks for both solutions
11-14-2014 12:33 PM
Note that the Find dialog requires all the VIs in your project to be in memory. If you want to search a folder of VIs for calls to the Conditional Disable Structure, without requiring all the VIs to be in memory first, you can use the Find Function test, available as a community download from the VI Analyzer Enthusiasts community on ni.com. That page also includes instructions on how to install and run a custom VI Analyzer test. Note that using community tests does *not* require the VI Analyzer Toolkit to be installed.
If you end up going this route, just specify a function name of "Conditional Disable Structure" and you're all set.
11-14-2014 01:09 PM
...Note that using community tests does *not* require the VI Analyzer Toolkit to be installed....
Never realiized that. Cool. I'll have to take another look at the test list.
04-06-2016 03:18 PM
If you are looking for a particular symbol, you can try to search for the text (sub)string of the subdiagram like : "MyCustomSymbol==TRUE". I found this helpful looking for where a specific custom symbol was getting used.