LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does it recommend to let the wires pass through a structure?

Hi,
If the data is needed in the structure, we need the wires pass through the structure. Is it good if we let the wires pass through the structure only for saving space or make the wire routing easier?
Thanks.

TBird
0 Kudos
Message 1 of 3
(2,563 Views)
Maybe I don't quite understand what you mean, but unless a wire is actually needed inside a structure, you should probably pass it around it. It will make the diagram more logical, easier to read, and easier to debug.

In terms of performance, it will not make a difference in most cases. LabVIEW is smart enough to notice what really happens.
0 Kudos
Message 2 of 3
(2,554 Views)
You may also wish to have a look at the LabVIEW style guide.
It addressed many issues, including that specific question (it says it's preferable to wire around the structure).

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,544 Views)