06-11-2014 05:21 AM
Hello everybody,
Does anyone know what "number of diagram" refers to in the context of the VI Metrics tool?
Thank you.
BR,
Pablo
Solved! Go to Solution.
06-11-2014 08:46 AM
If I had to guess I would say it is talking about things that are found under the Structures Palette. Things like Disable Diagram Structures, For Loops, While Loops, Case Structure, Event Structures etc.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-11-2014 08:56 AM
Hoovahh is correct. Any white space within a structure is also called "subdiagram".
This is significant when it comes to "nesting" of diagrams. It is recommended to have a maximum nesting depth of diagrams of about 5 per VI.
If your algorithm requires a deeper nesting level, use subVIs to abstract nesting.
Norbert
06-11-2014 09:42 AM
Thank you Hooovahh and Norbert!