06-18-2024 06:18 AM
Hello,
I have a conceptual question. Is it in general a good practice to use clusters to avoid a crowded block diagram with very long wires? Is there anything to be careful with? such as increased memory usage, computational time, wrong evaluations, etc.?
For example, previously I had 5 outputs of a for loop going somewhere (far!) in the block diagram, creating many long wires.
Alternatively, I thought of immediately clustering the outputs together so that everything is tidy, as here:
I would be grateful for any insights, thanks!
06-18-2024 06:26 AM
Hi rpicazof,
@rpicazof wrote:
I would be grateful for any insights, thanks!
When you would split your very large block diagram into several (logical organized) subVIs then you wouldn't have to worry about long wires!
06-18-2024 07:14 AM
Hi GerdW,
I agree subVI is the way to go, I am actually using a subVI that has 5 outputs
but even if the wires are not long too many of them are cumbersome, that is why I think my question still remains :D, but thank you for the tip
Best,
06-18-2024 08:23 AM
06-18-2024 10:56 AM - edited 06-18-2024 10:58 AM
Hi rpicazof,
@rpicazof wrote:
but even if the wires are not long too many of them are cumbersome, that is why I think my question still remains
Those wires are "cumbersome" because: