LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI metrics: number of diagrams

Solved!
Go to solution

Hello everybody,

 

Does anyone know what "number of diagram" refers to in the context of the VI Metrics tool

 

Thank you.

BR,

 

Pablo

0 Kudos
Message 1 of 4
(2,422 Views)

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.

0 Kudos
Message 2 of 4
(2,401 Views)
Solution
Accepted by topic author pablopaolus

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 4
(2,393 Views)

Thank you Hooovahh and Norbert!

 

 

 

 

0 Kudos
Message 4 of 4
(2,367 Views)